You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
425 lines
8.1 KiB
425 lines
8.1 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.popMb {
|
|
margin-bottom: 59rpx;
|
|
}
|
|
.pop_main_package {
|
|
padding: 33rpx 31rpx 0 31rpx;
|
|
}
|
|
.pop_view {
|
|
font-size: 0 !important;
|
|
}
|
|
.pop_main {
|
|
width: 750rpx;
|
|
height: 462rpx;
|
|
background: white;
|
|
border-radius: 0px 0px 20rpx 20rpx;
|
|
}
|
|
.flex_direction_row {
|
|
flex-direction: column;
|
|
}
|
|
.font_24 {
|
|
font-size: 24rpx;
|
|
}
|
|
.font_28 {
|
|
font-size: 28rpx;
|
|
}
|
|
.color_FF4444 {
|
|
color: #ff4444;
|
|
}
|
|
.color_999999 {
|
|
color: #999999;
|
|
}
|
|
.color_333333 {
|
|
color: #333333;
|
|
}
|
|
.mb_body_view_title {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.mb_body_package {
|
|
height: 114rpx;
|
|
width: 490rpx;
|
|
overflow: hidden;
|
|
}
|
|
.mb_body_view {
|
|
margin-left: 20rpx;
|
|
height: 114rpx;
|
|
width: 490rpx;
|
|
overflow: hidden;
|
|
}
|
|
.mar_T30 {
|
|
margin-top: 30rpx;
|
|
}
|
|
.mb_body_img {
|
|
width: 114rpx;
|
|
height: 114rpx;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
border: 1rpx solid rgba(153, 153, 153, 0.1);
|
|
}
|
|
.mb_body_img > image {
|
|
width: 114rpx;
|
|
height: 114rpx;
|
|
}
|
|
.mb_body {
|
|
height: 174rpx;
|
|
}
|
|
.ver_top {
|
|
vertical-align: top;
|
|
}
|
|
.mb_right_text {
|
|
vertical-align: top;
|
|
line-height: 34rpx;
|
|
font-size: 24rpx;
|
|
color: white;
|
|
}
|
|
.mb_title_right {
|
|
margin: 6rpx 0 0 0;
|
|
text-align: center;
|
|
padding: 0 10rpx;
|
|
height: 34rpx;
|
|
background: #ff4444;
|
|
border-radius: 4rpx;
|
|
}
|
|
.dis-inlneB {
|
|
display: inline-block;
|
|
}
|
|
.mb_title_text {
|
|
margin-left: 19rpx;
|
|
line-height: 46rpx;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
}
|
|
.mb_title_img {
|
|
border: 1rpx solid rgba(153, 153, 153, 0.1);
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
border-radius: 23rpx;
|
|
overflow: hidden;
|
|
}
|
|
.mb_title_img image {
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
}
|
|
.mb_title {
|
|
height: 76rpx;
|
|
}
|
|
.mb_package {
|
|
padding: 30rpx 0;
|
|
margin: 0 30rpx;
|
|
}
|
|
.mb {
|
|
margin: 0 auto 20rpx auto;
|
|
width: 690rpx;
|
|
background: white;
|
|
border-radius: 10rpx;
|
|
}
|
|
.tips_text {
|
|
color: #ff4444;
|
|
}
|
|
.tips {
|
|
line-height: 84rpx;
|
|
height: 84rpx;
|
|
width: 690rpx;
|
|
margin: auto;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
}
|
|
.dis-flex {
|
|
display: flex !important;
|
|
justify-content: space-between !important;
|
|
}
|
|
.ver_mid {
|
|
vertical-align: middle;
|
|
}
|
|
.writeRecord {
|
|
font-size: 0;
|
|
width: 750rpx;
|
|
background: #f8f8f8;
|
|
}
|
|
.popfull {
|
|
width: 750rpx;
|
|
height: 105rpx;
|
|
}
|
|
.topNav {
|
|
z-index: 99999;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 750rpx;
|
|
height: 105rpx;
|
|
background: white;
|
|
}
|
|
.topFull {
|
|
width: 750rpx;
|
|
height: 105rpx;
|
|
background: white;
|
|
}
|
|
.topNav_view {
|
|
width: 33%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
.topNav_text {
|
|
line-height: 105rpx;
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
}
|
|
.topNav_text_width {
|
|
text-align: center;
|
|
display: inline-block;
|
|
width: 120rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.record-dialog {
|
|
z-index: 10;
|
|
position: fixed;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.record-dialog .record-dialog-main {
|
|
margin: auto;
|
|
width: 600rpx;
|
|
border-radius: 10rpx;
|
|
z-index: 11;
|
|
background: #ffffff;
|
|
position: relative;
|
|
}
|
|
.record-dialog .record-dialog-btns {
|
|
border-top: 1rpx solid #eeeeee;
|
|
color: #333333;
|
|
position: relative;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.record-dialog .record-dialog-btns .btn {
|
|
width: 50%;
|
|
height: 86rpx;
|
|
font-size: 28rpx;
|
|
line-height: 86rpx;
|
|
text-align: center;
|
|
}
|
|
.record-dialog .record-dialog-btns .btn.confirm {
|
|
color: #3388ff;
|
|
}
|
|
.record-dialog .record-dialog-btns .line {
|
|
width: 1px;
|
|
height: 36rpx;
|
|
background: #eeeeee;
|
|
}
|
|
.record-dialog .record-picker-view {
|
|
margin: 0rpx 30rpx;
|
|
box-sizing: border-box;
|
|
width: 540rpx;
|
|
height: 240rpx;
|
|
}
|
|
.item {
|
|
font-size: 20rpx;
|
|
}
|
|
.checkCity {
|
|
vertical-align: middle;
|
|
height: 300rpx;
|
|
margin-left: 60rpx;
|
|
display: inline-block;
|
|
width: 300rpx;
|
|
background: #ffffff;
|
|
}
|
|
.tips {
|
|
height: 80rpx;
|
|
text-align: center;
|
|
}
|
|
.tips ._span {
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: black;
|
|
}
|
|
page {
|
|
background-color: #f7f7f7;
|
|
}
|
|
.color-33 {
|
|
color: #333333;
|
|
}
|
|
.item {
|
|
font-size: 20rpx;
|
|
}
|
|
.uni-picker-view-indicator {
|
|
height: 70rpx !important;
|
|
}
|
|
.record-dialog {
|
|
z-index: 10;
|
|
position: fixed;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.record-dialog .record-dialog-main {
|
|
width: 600rpx;
|
|
border-radius: 10rpx;
|
|
z-index: 11;
|
|
background: #ffffff;
|
|
position: relative;
|
|
}
|
|
.record-dialog .record-dialog-btns {
|
|
border-top: 1rpx solid #eeeeee;
|
|
color: #333333;
|
|
position: relative;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.record-dialog .record-dialog-btns .btn {
|
|
width: 50%;
|
|
height: 86rpx;
|
|
font-size: 28rpx;
|
|
line-height: 86rpx;
|
|
text-align: center;
|
|
}
|
|
.record-dialog .record-dialog-btns .btn.confirm {
|
|
color: #3388ff;
|
|
}
|
|
.record-dialog .record-dialog-btns .line {
|
|
width: 1px;
|
|
height: 36rpx;
|
|
background: #eeeeee;
|
|
}
|
|
.record-dialog .record-picker-view {
|
|
margin: 40rpx 30rpx;
|
|
box-sizing: border-box;
|
|
width: 540rpx;
|
|
height: 240rpx;
|
|
}
|
|
.search-main .search-box .search-input {
|
|
position: relative;
|
|
padding: 0 60rpx 0 80rpx;
|
|
margin-right: 40rpx;
|
|
background: #f6f6f6;
|
|
height: 76rpx;
|
|
border-radius: 38rpx;
|
|
flex: 1;
|
|
}
|
|
.search-main .search-box .search-input input {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.search-main .search-box .search-input .icon.icon-sousuo {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
left: 30rpx;
|
|
}
|
|
.search-main .search-box .search-select {
|
|
width: 100rpx;
|
|
white-space: nowrap;
|
|
color: #333333;
|
|
}
|
|
.search-main .search-box .search-select .icon {
|
|
margin-left: 10rpx;
|
|
}
|
|
.permission-name {
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
}
|
|
.pages-header {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 400rpx;
|
|
}
|
|
.record {
|
|
background-color: #ffffff;
|
|
}
|
|
.record .record-search {
|
|
padding: 30rpx;
|
|
}
|
|
.record .record-body {
|
|
padding: 30rpx;
|
|
background-color: #f6f6f6;
|
|
}
|
|
.record .record-body .color-red {
|
|
color: #ff4444;
|
|
}
|
|
.record .record-body .record-list-item {
|
|
padding: 30rpx;
|
|
border-radius: 10rpx;
|
|
background: #ffffff;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-header {
|
|
border-bottom: 1px solid #eeeeee;
|
|
padding-bottom: 28rpx;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-header .tag {
|
|
padding: 6rpx 10rpx;
|
|
background: #3388ff;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-content {
|
|
padding: 30rpx 0;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-content .record-img {
|
|
width: 114rpx;
|
|
height: 114rpx;
|
|
border-radius: 4rpx;
|
|
margin-right: 20rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-content .goods-name {
|
|
color: #000000;
|
|
line-height: 36rpx;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-content .goods-sku {
|
|
color: #999999;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-footer .footer-item {
|
|
padding-top: 30rpx;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-footer .footer-item .footer-item-left {
|
|
color: #999999;
|
|
}
|
|
.record .record-body .record-list-item .record-list-item-footer .footer-item .footer-item-right {
|
|
color: #333333;
|
|
}
|
|
|
|
|