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.
387 lines
9.5 KiB
387 lines
9.5 KiB
@charset "UTF-8"; |
|
/** |
|
* 这里是uni-app内置的常用样式变量 |
|
* |
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 |
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App |
|
* |
|
*/ |
|
/** |
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 |
|
* |
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 |
|
*/ |
|
/* 颜色变量 */ |
|
/* 行为相关颜色 */ |
|
/* 文字基本颜色 */ |
|
/* 背景颜色 */ |
|
/* 边框颜色 */ |
|
/* 尺寸变量 */ |
|
/* 文字尺寸 */ |
|
/* 图片尺寸 */ |
|
/* Border Radius */ |
|
/* 水平间距 */ |
|
/* 垂直间距 */ |
|
/* 透明度 */ |
|
/* 文章场景相关 */ |
|
.evan-form-show.data-v-500d2664 { |
|
padding: 0 30rpx; |
|
background-color: #fff; |
|
} |
|
.evan-form-show .form-input.data-v-500d2664 { |
|
font-size: 28rpx; |
|
color: #333; |
|
width: 70%; |
|
margin-left: 30%; |
|
box-sizing: border-box; |
|
border: 2rpx solid #E6E6E6; |
|
border-radius: 40rpx; |
|
height: 70rpx; |
|
line-height: 70rpx; |
|
padding: 0 40rpx; |
|
} |
|
.evan-form-show .form-input.textarea.data-v-500d2664 { |
|
height: 240rpx; |
|
padding: 24rpx 0; |
|
text-align: left; |
|
} |
|
.evan-form-show .form-input-placeholder.data-v-500d2664 { |
|
font-size: 28rpx; |
|
color: #999; |
|
} |
|
.evan-form-show__button.data-v-500d2664 { |
|
width: 100%; |
|
height: 88rpx; |
|
border-radius: 8rpx; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
padding: 0; |
|
font-size: 36rpx; |
|
color: #fff; |
|
margin-top: 20rpx; |
|
background-color: #2D87D5; |
|
} |
|
.evan-form-show__button.data-v-500d2664::before, .evan-form-show__button.data-v-500d2664::after { |
|
border: none; |
|
} |
|
.evan-form-show .customize-form-item__label.data-v-500d2664 { |
|
font-size: 28rpx; |
|
color: #333; |
|
margin-bottom: 16rpx; |
|
} |
|
.evan-form-show .customize-form-item__radio.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
margin-bottom: 16rpx; |
|
} |
|
.evan-form-show .customize-form-item__radio__text.data-v-500d2664 { |
|
font-size: 28rpx; |
|
color: #333; |
|
} |
|
.foot-btn .plain-btn.data-v-500d2664 { |
|
color: #00B9FF; |
|
border-color: #00B9FF; |
|
} |
|
.foot-btn .def-btn.data-v-500d2664 { |
|
background-color: #00B9FF; |
|
} |
|
.foot-btn .suc-btn.data-v-500d2664 { |
|
background-color: #67C23A; |
|
} |
|
.btn-rig.data-v-500d2664 { |
|
text-align: right; |
|
} |
|
.btn-rig .mar-lr.data-v-500d2664 { |
|
margin-left: 20rpx; |
|
margin-right: 20rpx; |
|
} |
|
.pad-bt.data-v-500d2664 { |
|
padding-bottom: 40rpx; |
|
} |
|
.good-list.data-v-500d2664 { |
|
background-color: #fff; |
|
} |
|
.good-list .good-li.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
padding: 20rpx; |
|
border-bottom: 1rpx solid #eee; |
|
} |
|
.good-list .good-li .good-img.data-v-500d2664 { |
|
width: 160rpx; |
|
height: 160rpx; |
|
margin-right: 20rpx; |
|
} |
|
.good-list .good-li .flex-item.data-v-500d2664 { |
|
-webkit-box-flex: 1; |
|
-webkit-flex: 1; |
|
flex: 1; |
|
} |
|
.good-list .good-li .flex-item .good-name.data-v-500d2664 { |
|
font-size: 26rpx; |
|
line-height: 40rpx; |
|
height: 80rpx; |
|
margin-bottom: 20rpx; |
|
overflow: hidden; |
|
} |
|
.good-list .good-li .flex-item .good-price.data-v-500d2664 { |
|
font-size: 26rpx; |
|
color: red; |
|
} |
|
.good-list .good-li .flex-item .good-sold.data-v-500d2664 { |
|
font-size: 24rpx; |
|
margin-left: 16rpx; |
|
color: gray; |
|
} |
|
.charge.data-v-500d2664 { |
|
margin: 0 50rpx; |
|
border-radius: 20rpx; |
|
padding: 0 30rpx; |
|
box-shadow: 0 0 16rpx #ccc; |
|
margin-top: 40rpx; |
|
} |
|
.charge .charge-title.data-v-500d2664 { |
|
padding: 16rpx 0; |
|
border-bottom: 4rpx solid #F2F2F2; |
|
color: #000; |
|
font-weight: bold; |
|
} |
|
.charge .charge-title .charge-status.data-v-500d2664 { |
|
color: #ccc; |
|
} |
|
.charge .charge-text.data-v-500d2664 { |
|
padding: 16rpx 0; |
|
color: #707070; |
|
} |
|
.charge .charge-text view.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-webkit-justify-content: space-between; |
|
justify-content: space-between; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
margin-top: 10rpx; |
|
} |
|
.charge .charge-text view .label-text.data-v-500d2664 { |
|
font-weight: 700; |
|
} |
|
.charge .charge-text .time-text.data-v-500d2664 { |
|
color: #ccc; |
|
} |
|
.charge .charge-text .status-text.data-v-500d2664 { |
|
font-size: 28rpx; |
|
padding: 8rpx 12rpx; |
|
border-radius: 10rpx; |
|
} |
|
.good-list.data-v-500d2664 { |
|
background-color: #fff; |
|
} |
|
.good-list .good-li.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
padding: 20rpx; |
|
border-bottom: 1rpx solid #eee; |
|
} |
|
.good-list .good-li .good-img.data-v-500d2664 { |
|
width: 160rpx; |
|
height: 160rpx; |
|
margin-right: 20rpx; |
|
} |
|
.good-list .good-li .flex-item.data-v-500d2664 { |
|
-webkit-box-flex: 1; |
|
-webkit-flex: 1; |
|
flex: 1; |
|
} |
|
.good-list .good-li .flex-item .good-name.data-v-500d2664 { |
|
font-size: 26rpx; |
|
line-height: 40rpx; |
|
height: 80rpx; |
|
margin-bottom: 20rpx; |
|
overflow: hidden; |
|
} |
|
.good-list .good-li .flex-item .good-price.data-v-500d2664 { |
|
font-size: 26rpx; |
|
color: red; |
|
} |
|
.good-list .good-li .flex-item .good-sold.data-v-500d2664 { |
|
font-size: 24rpx; |
|
margin-left: 16rpx; |
|
color: gray; |
|
} |
|
.charge.data-v-500d2664 { |
|
margin: 0 50rpx; |
|
border-radius: 20rpx; |
|
padding: 0 30rpx; |
|
box-shadow: 0 0 16rpx #ccc; |
|
margin-top: 40rpx; |
|
} |
|
.charge .charge-title.data-v-500d2664 { |
|
padding: 16rpx 0; |
|
border-bottom: 4rpx solid #F2F2F2; |
|
color: #000; |
|
font-weight: bold; |
|
} |
|
.charge .charge-title .charge-status.data-v-500d2664 { |
|
color: #ccc; |
|
} |
|
.charge .charge-text.data-v-500d2664 { |
|
padding: 16rpx 0; |
|
color: #707070; |
|
} |
|
.charge .charge-text .time-text.data-v-500d2664 { |
|
color: #ccc; |
|
} |
|
.charge .charge-text .status-text.data-v-500d2664 { |
|
font-size: 28rpx; |
|
padding: 8rpx 12rpx; |
|
border-radius: 10rpx; |
|
} |
|
.uni-pagination.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
width: 700rpx; |
|
position: relative; |
|
overflow: hidden; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: row; |
|
flex-direction: row; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
} |
|
.uni-pagination__btns.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-flex: 1; |
|
-webkit-flex: 1; |
|
flex: 1; |
|
-webkit-box-pack: justify; |
|
-webkit-justify-content: space-between; |
|
justify-content: space-between; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: row; |
|
flex-direction: row; |
|
} |
|
.uni-pagination__btn.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
width: 60rpx; |
|
height: 60rpx; |
|
line-height: 60rpx; |
|
border-radius: 50%; |
|
font-size: 28rpx; |
|
position: relative; |
|
background-color: #f8f8f8; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: row; |
|
flex-direction: row; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
text-align: center; |
|
border-width: 2rpx; |
|
border-style: solid; |
|
border-color: #c8c7cc; |
|
} |
|
.uni-pagination__child-btn.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
font-size: 28rpx; |
|
position: relative; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: row; |
|
flex-direction: row; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
text-align: center; |
|
} |
|
.uni-pagination__num.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
position: absolute; |
|
left: 300rpx; |
|
top: 0; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: row; |
|
flex-direction: row; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
width: 100rpx; |
|
height: 60rpx; |
|
line-height: 60rpx; |
|
font-size: 28rpx; |
|
color: #333; |
|
} |
|
.uni-pagination__num-current.data-v-500d2664 { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: row; |
|
flex-direction: row; |
|
} |
|
.uni-pagination__num-current-text.data-v-500d2664 { |
|
font-size: 30rpx; |
|
} |
|
.uni-pagination--enabled.data-v-500d2664 { |
|
color: #333333; |
|
opacity: 1; |
|
} |
|
.uni-pagination--disabled.data-v-500d2664 { |
|
opacity: 0.3; |
|
} |
|
.uni-pagination--hover.data-v-500d2664 { |
|
color: rgba(0, 0, 0, 0.6); |
|
background-color: #f1f1f1; |
|
} |
|
|
|
|