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.
503 lines
13 KiB
503 lines
13 KiB
3 years ago
|
@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-16c42f82 {
|
||
|
padding: 0 30rpx;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.evan-form-show .form-input.data-v-16c42f82 {
|
||
|
font-size: 28rpx;
|
||
|
color: #333;
|
||
|
width: 70%;
|
||
|
margin-left: 30%;
|
||
|
-webkit-box-sizing: border-box;
|
||
|
box-sizing: border-box;
|
||
|
border: 2rpx solid #E6E6E6;
|
||
|
-webkit-border-radius: 40rpx;
|
||
|
border-radius: 40rpx;
|
||
|
height: 70rpx;
|
||
|
line-height: 70rpx;
|
||
|
padding: 0 40rpx;
|
||
|
}
|
||
|
.evan-form-show .form-input.textarea.data-v-16c42f82 {
|
||
|
height: 240rpx;
|
||
|
padding: 24rpx 0;
|
||
|
text-align: left;
|
||
|
}
|
||
|
.evan-form-show .form-input-placeholder.data-v-16c42f82 {
|
||
|
font-size: 28rpx;
|
||
|
color: #999;
|
||
|
}
|
||
|
.evan-form-show__button.data-v-16c42f82 {
|
||
|
width: 100%;
|
||
|
height: 88rpx;
|
||
|
-webkit-border-radius: 8rpx;
|
||
|
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-16c42f82::before, .evan-form-show__button.data-v-16c42f82::after {
|
||
|
border: none;
|
||
|
}
|
||
|
.evan-form-show .customize-form-item__label.data-v-16c42f82 {
|
||
|
font-size: 28rpx;
|
||
|
color: #333;
|
||
|
margin-bottom: 16rpx;
|
||
|
}
|
||
|
.evan-form-show .customize-form-item__radio.data-v-16c42f82 {
|
||
|
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-16c42f82 {
|
||
|
font-size: 28rpx;
|
||
|
color: #333;
|
||
|
}
|
||
|
.foot-btn .plain-btn.data-v-16c42f82 {
|
||
|
color: #00B9FF;
|
||
|
border-color: #00B9FF;
|
||
|
}
|
||
|
.foot-btn .def-btn.data-v-16c42f82 {
|
||
|
background-color: #00B9FF;
|
||
|
}
|
||
|
.foot-btn .suc-btn.data-v-16c42f82 {
|
||
|
background-color: #67C23A;
|
||
|
}
|
||
|
.foot-btn .cancel-btn.data-v-16c42f82 {
|
||
|
background-color: #FF9784;
|
||
|
}
|
||
|
.foot-btn .ref-btn.data-v-16c42f82 {
|
||
|
background: #FFA56A;
|
||
|
}
|
||
|
.btn-rig.data-v-16c42f82 {
|
||
|
text-align: right;
|
||
|
}
|
||
|
.btn-rig .mar-lr.data-v-16c42f82 {
|
||
|
margin-left: 20rpx;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
.pad-bt.data-v-16c42f82 {
|
||
|
padding-bottom: 40rpx;
|
||
|
}
|
||
|
.good-list.data-v-16c42f82 {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.good-list .good-li.data-v-16c42f82 {
|
||
|
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-16c42f82 {
|
||
|
width: 160rpx;
|
||
|
height: 160rpx;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
.good-list .good-li .flex-item.data-v-16c42f82 {
|
||
|
-webkit-box-flex: 1;
|
||
|
-webkit-flex: 1;
|
||
|
flex: 1;
|
||
|
}
|
||
|
.good-list .good-li .flex-item .good-name.data-v-16c42f82 {
|
||
|
font-size: 26rpx;
|
||
|
line-height: 40rpx;
|
||
|
height: 80rpx;
|
||
|
margin-bottom: 20rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.good-list .good-li .flex-item .good-price.data-v-16c42f82 {
|
||
|
font-size: 26rpx;
|
||
|
color: red;
|
||
|
}
|
||
|
.good-list .good-li .flex-item .good-sold.data-v-16c42f82 {
|
||
|
font-size: 24rpx;
|
||
|
margin-left: 16rpx;
|
||
|
color: gray;
|
||
|
}
|
||
|
.charge.data-v-16c42f82 {
|
||
|
margin: 0 50rpx;
|
||
|
-webkit-border-radius: 20rpx;
|
||
|
border-radius: 20rpx;
|
||
|
padding: 0 30rpx;
|
||
|
-webkit-box-shadow: 0 0 16rpx #ccc;
|
||
|
box-shadow: 0 0 16rpx #ccc;
|
||
|
margin-top: 40rpx;
|
||
|
}
|
||
|
.charge .charge-title.data-v-16c42f82 {
|
||
|
padding: 16rpx 0;
|
||
|
border-bottom: 4rpx solid #F2F2F2;
|
||
|
color: #000;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.charge .charge-title .charge-status.data-v-16c42f82 {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
.charge .charge-text.data-v-16c42f82 {
|
||
|
padding: 16rpx 0;
|
||
|
color: #707070;
|
||
|
}
|
||
|
.charge .charge-text view.data-v-16c42f82 {
|
||
|
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;
|
||
|
}
|
||
|
.charge .charge-text .time-text.data-v-16c42f82 {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
.charge .charge-text .status-text.data-v-16c42f82 {
|
||
|
font-size: 28rpx;
|
||
|
padding: 8rpx 12rpx;
|
||
|
-webkit-border-radius: 10rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.good-list.data-v-16c42f82 {
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.good-list .good-li.data-v-16c42f82 {
|
||
|
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-16c42f82 {
|
||
|
width: 160rpx;
|
||
|
height: 160rpx;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
.good-list .good-li .flex-item.data-v-16c42f82 {
|
||
|
-webkit-box-flex: 1;
|
||
|
-webkit-flex: 1;
|
||
|
flex: 1;
|
||
|
}
|
||
|
.good-list .good-li .flex-item .good-name.data-v-16c42f82 {
|
||
|
font-size: 26rpx;
|
||
|
line-height: 40rpx;
|
||
|
height: 80rpx;
|
||
|
margin-bottom: 20rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.good-list .good-li .flex-item .good-price.data-v-16c42f82 {
|
||
|
font-size: 26rpx;
|
||
|
color: red;
|
||
|
}
|
||
|
.good-list .good-li .flex-item .good-sold.data-v-16c42f82 {
|
||
|
font-size: 24rpx;
|
||
|
margin-left: 16rpx;
|
||
|
color: gray;
|
||
|
}
|
||
|
.charge.data-v-16c42f82 {
|
||
|
margin: 0 50rpx;
|
||
|
-webkit-border-radius: 20rpx;
|
||
|
border-radius: 20rpx;
|
||
|
padding: 0 30rpx;
|
||
|
-webkit-box-shadow: 0 0 16rpx #ccc;
|
||
|
box-shadow: 0 0 16rpx #ccc;
|
||
|
margin-top: 40rpx;
|
||
|
}
|
||
|
.charge .charge-title.data-v-16c42f82 {
|
||
|
padding: 16rpx 0;
|
||
|
border-bottom: 4rpx solid #F2F2F2;
|
||
|
color: #000;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.charge .charge-title .charge-status.data-v-16c42f82 {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
.charge .charge-text.data-v-16c42f82 {
|
||
|
padding: 16rpx 0;
|
||
|
color: #707070;
|
||
|
}
|
||
|
.charge .charge-text .time-text.data-v-16c42f82 {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
.charge .charge-text .status-text.data-v-16c42f82 {
|
||
|
font-size: 28rpx;
|
||
|
padding: 8rpx 12rpx;
|
||
|
-webkit-border-radius: 10rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.picker.data-v-16c42f82 {
|
||
|
position: fixed;
|
||
|
z-index: 100;
|
||
|
background: rgba(255, 255, 255, 0);
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.picker-btn.data-v-16c42f82 {
|
||
|
padding: 10rpx 20rpx;
|
||
|
-webkit-border-radius: 12rpx;
|
||
|
border-radius: 12rpx;
|
||
|
color: #666;
|
||
|
}
|
||
|
.picker-btn-active.data-v-16c42f82 {
|
||
|
background: rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
.picker-display.data-v-16c42f82 {
|
||
|
color: #666;
|
||
|
}
|
||
|
.picker-display-text.data-v-16c42f82 {
|
||
|
color: #000;
|
||
|
margin: 0 10rpx;
|
||
|
}
|
||
|
.picker-display-link.data-v-16c42f82 {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.picker-display-link-active.data-v-16c42f82 {
|
||
|
background: rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
.picker-time.data-v-16c42f82 {
|
||
|
width: 550rpx !important;
|
||
|
left: 100rpx !important;
|
||
|
}
|
||
|
.picker-modal.data-v-16c42f82 {
|
||
|
background: #fff;
|
||
|
position: absolute;
|
||
|
top: 50%;
|
||
|
left: 60rpx;
|
||
|
width: 630rpx;
|
||
|
-webkit-transform: translateY(-50%);
|
||
|
transform: translateY(-50%);
|
||
|
-webkit-box-shadow: 0 0 20rpx 0 rgba(0, 0, 0, 0.1);
|
||
|
box-shadow: 0 0 20rpx 0 rgba(0, 0, 0, 0.1);
|
||
|
-webkit-border-radius: 12rpx;
|
||
|
border-radius: 12rpx;
|
||
|
}
|
||
|
.picker-modal-header.data-v-16c42f82 {
|
||
|
text-align: center;
|
||
|
line-height: 80rpx;
|
||
|
font-size: 32rpx;
|
||
|
}
|
||
|
.picker-modal-header-title.data-v-16c42f82 {
|
||
|
display: inline-block;
|
||
|
width: 40%;
|
||
|
}
|
||
|
.picker-modal-header .picker-icon.data-v-16c42f82 {
|
||
|
display: inline-block;
|
||
|
line-height: 50rpx;
|
||
|
width: 50rpx;
|
||
|
height: 50rpx;
|
||
|
-webkit-border-radius: 50rpx;
|
||
|
border-radius: 50rpx;
|
||
|
text-align: center;
|
||
|
margin: 10rpx;
|
||
|
background: #fff;
|
||
|
font-size: 36rpx;
|
||
|
}
|
||
|
.picker-modal-header .picker-icon-active.data-v-16c42f82 {
|
||
|
background: rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
.picker-modal-body.data-v-16c42f82 {
|
||
|
width: 630rpx !important;
|
||
|
height: 630rpx !important;
|
||
|
position: relative;
|
||
|
}
|
||
|
.picker-modal-time.data-v-16c42f82 {
|
||
|
width: 100%;
|
||
|
height: 180rpx;
|
||
|
text-align: center;
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
.picker-modal-footer.data-v-16c42f82 {
|
||
|
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;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
.picker-modal-footer-info.data-v-16c42f82 {
|
||
|
-webkit-box-flex: 1;
|
||
|
-webkit-flex-grow: 1;
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
.picker-modal-footer-btn.data-v-16c42f82 {
|
||
|
-webkit-flex-shrink: 0;
|
||
|
flex-shrink: 0;
|
||
|
display: -webkit-box;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
}
|
||
|
.picker-calendar.data-v-16c42f82 {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: -webkit-box;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-box-align: center;
|
||
|
-webkit-align-items: center;
|
||
|
align-items: center;
|
||
|
-webkit-flex-wrap: wrap;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.picker-calendar-view.data-v-16c42f82 {
|
||
|
position: relative;
|
||
|
width: 90rpx;
|
||
|
height: 90rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.picker-calendar-view-bgbegin.data-v-16c42f82, .picker-calendar-view-bg.data-v-16c42f82, .picker-calendar-view-bgend.data-v-16c42f82, .picker-calendar-view-item.data-v-16c42f82, .picker-calendar-view-dot.data-v-16c42f82, .picker-calendar-view-tips.data-v-16c42f82 {
|
||
|
position: absolute;
|
||
|
-webkit-transition: .2s;
|
||
|
transition: .2s;
|
||
|
}
|
||
|
.picker-calendar-view-bgbegin.data-v-16c42f82, .picker-calendar-view-bg.data-v-16c42f82, .picker-calendar-view-bgend.data-v-16c42f82 {
|
||
|
opacity: .15;
|
||
|
height: 80%;
|
||
|
}
|
||
|
.picker-calendar-view-bg.data-v-16c42f82 {
|
||
|
left: 0;
|
||
|
top: 10%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.picker-calendar-view-bgbegin.data-v-16c42f82 {
|
||
|
-webkit-border-radius: 90rpx 0 0 90rpx;
|
||
|
border-radius: 90rpx 0 0 90rpx;
|
||
|
top: 10%;
|
||
|
left: 10%;
|
||
|
width: 90%;
|
||
|
}
|
||
|
.picker-calendar-view-bgend.data-v-16c42f82 {
|
||
|
-webkit-border-radius: 0 90rpx 90rpx 0;
|
||
|
border-radius: 0 90rpx 90rpx 0;
|
||
|
top: 10%;
|
||
|
left: 0%;
|
||
|
width: 90%;
|
||
|
}
|
||
|
.picker-calendar-view-item.data-v-16c42f82 {
|
||
|
left: 5%;
|
||
|
top: 5%;
|
||
|
width: 90%;
|
||
|
height: 90%;
|
||
|
-webkit-border-radius: 90rpx;
|
||
|
border-radius: 90rpx;
|
||
|
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;
|
||
|
}
|
||
|
.picker-calendar-view-dot.data-v-16c42f82 {
|
||
|
right: 10%;
|
||
|
top: 10%;
|
||
|
width: 12rpx;
|
||
|
height: 12rpx;
|
||
|
-webkit-border-radius: 12rpx;
|
||
|
border-radius: 12rpx;
|
||
|
}
|
||
|
.picker-calendar-view-tips.data-v-16c42f82 {
|
||
|
bottom: 100%;
|
||
|
left: 50%;
|
||
|
-webkit-transform: translateX(-50%);
|
||
|
transform: translateX(-50%);
|
||
|
background: #4E4B46;
|
||
|
color: #fff;
|
||
|
-webkit-border-radius: 12rpx;
|
||
|
border-radius: 12rpx;
|
||
|
padding: 10rpx 20rpx;
|
||
|
font-size: 24rpx;
|
||
|
width: -webkit-max-content;
|
||
|
width: max-content;
|
||
|
margin-bottom: 5rpx;
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
.picker-calendar-view-tips.data-v-16c42f82:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
top: 100%;
|
||
|
left: 50%;
|
||
|
-webkit-transform: translateX(-50%);
|
||
|
transform: translateX(-50%);
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
border-style: solid;
|
||
|
border-width: 5rpx 5rpx 0 5rpx;
|
||
|
border-color: #4E4B46 transparent transparent transparent;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "mxdatepickericon";
|
||
|
src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMYAAsAAAAACBgAAALMAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDIgqDRIJiATYCJAMUCwwABCAFhG0HSRvfBsg+QCa3noNAyAQ9w6GDvbwpNp2vloCyn8bD/x+y+/5qDhtj+T4eRVEcbsCoKMFASzCgLdDkmqYDwgxkWQ6YH5L/YnppOlLEjlnter43YRjU7M6vJ3iGADVAgJn5kqjv/wEii23T86UsAQT+04fV+o97VTMx4PPZt4DlorLXwIQiGMA5uhaVrBWqGHfQXcTEiE+PE+g2SUlxWlLVBHwUYFMgrgwSB3wstTKSGzqF1nOyiGeeOtNjV4An/vvxR58PSc3AzrMViyDvPo/7dVEUzn5GROfIWAcU4rLXfMFdhte56y4We9gGNEVIezkBOOaQXUrbTf/hJVkhGpDdCw7dSOEzByMEn3kIic98hMxnAfeFPKWCbjRcA148/HxhCEkaA94eGWFaGolsblpaWz8/Po2WVuNHh1fmBpZHIpqal9fOjizhTteY+RZ9rv02I/pq0W6QVH3pSncBz3m55r9ZIPycHfmenvxe4uyutIgfT5u4bgkDusl9gcF0rnfnz+b2NpSaQWBFeu8GIL1xQj5AH/6FAsEr/50F28e/gA9ny6KjLrxIp0TE+UucmQOl5AFNLXkzZufWamWHYEI39PEP2If97CMdm51N6DSmIekwAVmneXTBr0PVYx+aTgfQbU3p+R4jKHdRurBq0oEw6AKSfm+QDbpGF/w3VOP+oBnMHbqdx409FjP4RRHHkAj5IWgQiBUjHfMTuQ1Icpg5avI4sQVRu8EHdWptM1aKrIjuscfeL+kZwxBTYoElztOQ2UygjRIjEphaZsyWodHgvm9SC8QC/JygEA6DiCDeEMhAQFhhOpvxa/18A0TiYMahIy0L2hYIZWeYH9JR085Al4qts1re5St2/SR6DINBGEVYQCWOETHDMAHZ+pcZIQJGTV4RtMmg8UbhuWL1+VLLA2RFHYC71kiRo0SNpjwQh8pj2EFU3oTNmS1WqgIA") format("woff2");
|
||
|
}
|
||
|
.picker-icon.data-v-16c42f82 {
|
||
|
font-family: "mxdatepickericon" !important;
|
||
|
}
|
||
|
.picker-icon-you.data-v-16c42f82:before {
|
||
|
content: "\e63e";
|
||
|
}
|
||
|
.picker-icon-zuo.data-v-16c42f82:before {
|
||
|
content: "\e640";
|
||
|
}
|
||
|
.picker-icon-zuozuo.data-v-16c42f82:before {
|
||
|
content: "\e641";
|
||
|
}
|
||
|
.picker-icon-youyou.data-v-16c42f82:before {
|
||
|
content: "\e642";
|
||
|
}
|
||
|
|