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.
476 lines
11 KiB
476 lines
11 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.bg.data-v-89c64100 {
|
|
background: #f6f6f6;
|
|
min-height: 100vh;
|
|
padding: 26.67rpx 26.67rpx 200rpx;
|
|
}
|
|
.top-box.data-v-89c64100 {
|
|
padding: 30rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 13rpx;
|
|
}
|
|
.top-box .product-title.data-v-89c64100 {
|
|
font-weight: bold;
|
|
font-size: 31rpx;
|
|
color: #000000;
|
|
}
|
|
.top-box .product-subtitle.data-v-89c64100 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #333333;
|
|
margin-top: 20rpx;
|
|
}
|
|
.user-box.data-v-89c64100 {
|
|
margin-top: 25rpx;
|
|
background: #ffffff;
|
|
border-radius: 13rpx;
|
|
}
|
|
.user-box .user-box-title.data-v-89c64100 {
|
|
line-height: 113rpx;
|
|
font-size: 33rpx;
|
|
color: #000;
|
|
font-weight: bold;
|
|
padding: 0 20rpx;
|
|
}
|
|
.user-box .user-item.data-v-89c64100 {
|
|
margin: 0 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 126rpx;
|
|
border-top: 1rpx solid rgba(184, 184, 184, 0.5);
|
|
}
|
|
.user-box .user-item .user-item-text.data-v-89c64100 {
|
|
flex-shrink: 0;
|
|
font-size: 31rpx;
|
|
color: #000;
|
|
font-weight: bold;
|
|
margin-right: 20rpx;
|
|
}
|
|
.user-box .user-item .user-info.data-v-89c64100 {
|
|
font-size: 27rpx;
|
|
margin-right: 20rpx;
|
|
flex: 1;
|
|
text-align: left;
|
|
}
|
|
.user-box .user-item .icon-bianji1.data-v-89c64100 {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.user-box .user-item .add-btn.data-v-89c64100 {
|
|
display: flex;
|
|
width: 153rpx;
|
|
height: 57rpx;
|
|
border: 1rpx solid #333333;
|
|
border-radius: 29rpx;
|
|
box-sizing: border-box;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
.user-box .user-item .user-input.data-v-89c64100 {
|
|
flex: 1;
|
|
font-size: 29rpx;
|
|
display: block;
|
|
text-align: right;
|
|
}
|
|
.user-box .user-item .icon-coupon.data-v-89c64100 {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-left: 15rpx;
|
|
}
|
|
.fixed-bottom.data-v-89c64100 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 148rpx;
|
|
background: white;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 26rpx;
|
|
box-sizing: border-box;
|
|
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
|
|
z-index: 1;
|
|
}
|
|
.fixed-bottom .order-all-price.data-v-89c64100 {
|
|
flex: 1;
|
|
font-size: 29rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
.fixed-bottom .order-all-price .order-all-text.data-v-89c64100 {
|
|
flex: 1;
|
|
font-size: 36rpx;
|
|
color: #C3282E;
|
|
font-weight: bold;
|
|
}
|
|
.fixed-bottom .order-btn.data-v-89c64100 {
|
|
width: 233rpx;
|
|
text-align: center;
|
|
line-height: 73rpx;
|
|
background: #DC2525;
|
|
border-radius: 11rpx;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
.xy-box.data-v-89c64100 {
|
|
width: 658rpx;
|
|
margin: 36rpx auto 0;
|
|
font-size: 27rpx;
|
|
font-family: PingFangSC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
display: flex;
|
|
}
|
|
.xy-box ._span.data-v-89c64100 {
|
|
color: #FEB419;
|
|
}
|
|
.xy-box .quan.data-v-89c64100 {
|
|
min-width: 23rpx;
|
|
min-height: 23rpx;
|
|
max-width: 23rpx;
|
|
max-height: 23rpx;
|
|
border: 1px solid #999999;
|
|
border-radius: 50%;
|
|
}
|
|
.xy-box .quan .quan-seld.data-v-89c64100 {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
background: #FEB419;
|
|
border-radius: 50%;
|
|
}
|
|
.xzPopup.data-v-89c64100 {
|
|
width: 750rpx;
|
|
padding: 33rpx 26rpx 20rpx;
|
|
box-sizing: border-box;
|
|
background-color: #FFFFFF;
|
|
position: relative;
|
|
height: 1200rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
.xzPopup view.data-v-89c64100 {
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
margin-top: 35rpx;
|
|
}
|
|
.xzPopup ._img.data-v-89c64100 {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
position: absolute;
|
|
top: 33rpx;
|
|
right: 27rpx;
|
|
}
|
|
.coupon-box.data-v-89c64100 {
|
|
height: 113rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 13rpx;
|
|
font-weight: bold;
|
|
font-size: 31rpx;
|
|
color: #000000;
|
|
padding: 0 20rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
.coupon-box .add-btn.data-v-89c64100 {
|
|
width: 153rpx;
|
|
line-height: 40rpx;
|
|
background: #C3282E;
|
|
border-radius: 9rpx;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.coupon-box .icon-coupon.data-v-89c64100 {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-left: 15rpx;
|
|
}
|
|
.people-popup.data-v-89c64100 {
|
|
padding: 26rpx;
|
|
height: 800rpx;
|
|
background: #F7F7F7;
|
|
}
|
|
.people-popup .ptop-box.data-v-89c64100 {
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.people-popup .ptop-box .top.data-v-89c64100 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
color: #000;
|
|
height: 80rpx;
|
|
font-size: 0;
|
|
overflow: hidden;
|
|
padding: 0 26rpx;
|
|
}
|
|
.people-popup .ptop-box .top text.data-v-89c64100 {
|
|
text-align: left;
|
|
font-size: 35rpx;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
.people-popup .ptop-box .top .confirm.data-v-89c64100 {
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
.people-popup .popup-list.data-v-89c64100 {
|
|
height: 666rpx;
|
|
padding-bottom: 100rpx;
|
|
overflow: scroll;
|
|
}
|
|
.people-popup .popup-list .popup-item.data-v-89c64100 {
|
|
border-radius: 12rpx;
|
|
padding: 2rpx;
|
|
margin-top: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
font-weight: 400;
|
|
background-color: #ffffff;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top.data-v-89c64100 {
|
|
border-radius: 12rpx;
|
|
padding: 30rpx 40rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top image.data-v-89c64100 {
|
|
color: #666666;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .name.data-v-89c64100 {
|
|
overflow: hidden;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .name text.data-v-89c64100 {
|
|
color: #666;
|
|
font-size: 25rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .name .tag.data-v-89c64100 {
|
|
padding: 0 8rpx;
|
|
height: 32rpx;
|
|
border-radius: 7rpx;
|
|
line-height: 30rpx;
|
|
text-align: center;
|
|
font-size: 23rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
background: #96684F;
|
|
margin-left: 10rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .com-flex-start.data-v-89c64100 {
|
|
margin: 0 0 30rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .subtitle.data-v-89c64100 {
|
|
font-weight: 400;
|
|
flex: 1;
|
|
text-align: left;
|
|
margin-top: 33rpx;
|
|
color: #666666;
|
|
font-size: 25rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .subtitle .mobile.data-v-89c64100 {
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .status.data-v-89c64100 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .status ._img.data-v-89c64100 {
|
|
width: 27rpx;
|
|
height: 21rpx;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .statuss.data-v-89c64100 {
|
|
background: linear-gradient(90deg, #fa2b66, #ff9834);
|
|
border: none;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-top .noSelect.data-v-89c64100 {
|
|
border: 1rpx solid #999999;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-site.data-v-89c64100 {
|
|
color: #666666;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 36rpx 0;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-site view.data-v-89c64100 {
|
|
width: 23rpx;
|
|
height: 23rpx;
|
|
margin-right: 10rpx;
|
|
border: 1rpx solid #999999;
|
|
border-radius: 50%;
|
|
}
|
|
.people-popup .popup-list .popup-item .item-site view view.data-v-89c64100 {
|
|
width: 8rpx;
|
|
height: 8rpx;
|
|
background: #000000;
|
|
border-radius: 50%;
|
|
margin: auto;
|
|
}
|
|
.people-popup .popup-list .popup-item.active.data-v-89c64100 {
|
|
border: 2rpx solid #96684F;
|
|
}
|
|
.people-popup .popup-list .popup-item.disabled .item-top.data-v-89c64100 {
|
|
background-color: #CCC;
|
|
}
|
|
.people-popup .button.data-v-89c64100 {
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 40rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 33rpx;
|
|
color: #000000;
|
|
}
|
|
.people-popup .add-edit-content.data-v-89c64100 {
|
|
border-radius: 13rpx;
|
|
min-height: 800rpx;
|
|
margin: 0 22rpx;
|
|
}
|
|
._footer.data-v-89c64100 {
|
|
width: 750rpx;
|
|
height: 153rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(82, 82, 82, 0.25);
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
._footer .footer-left.data-v-89c64100 {
|
|
margin-left: 26rpx;
|
|
}
|
|
._footer .footer-left > view.data-v-89c64100:first-child {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
._footer .footer-left > view:first-child ._span.data-v-89c64100 {
|
|
font-size: 40rpx;
|
|
color: #DC2525;
|
|
}
|
|
._footer .footer-left > view:first-child ._span.data-v-89c64100::before {
|
|
font-size: 24rpx;
|
|
content: "¥";
|
|
}
|
|
._footer .footer-left > view.data-v-89c64100:last-child {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
._footer .footer-left > view:last-child ._span.data-v-89c64100 {
|
|
width: 31rpx;
|
|
height: 31rpx;
|
|
border-radius: 50%;
|
|
border: 1rpx solid #666666;
|
|
margin-right: 11rpx;
|
|
}
|
|
._footer .footer-left > view:last-child ._span image.data-v-89c64100 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
._footer .order-btn.data-v-89c64100 {
|
|
width: 233rpx;
|
|
line-height: 73rpx;
|
|
border-radius: 11rpx;
|
|
background: #DC2525;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
margin-right: 26rpx;
|
|
}
|
|
._footer .order-disable.data-v-89c64100 {
|
|
background: #CCCCCC;
|
|
}
|
|
.agreement-box.data-v-89c64100 {
|
|
width: 100vw;
|
|
height: 60vh;
|
|
padding: 80rpx 26rpx 200rpx 26rpx;
|
|
position: relative;
|
|
}
|
|
.agreement-box .agreement-cha.data-v-89c64100 {
|
|
width: 31.33rpx;
|
|
height: 31.33rpx;
|
|
position: absolute;
|
|
right: 26rpx;
|
|
top: 26rpx;
|
|
}
|
|
.agreement-box .agreement-content.data-v-89c64100 {
|
|
font-weight: 500;
|
|
font-size: 29rpx;
|
|
color: #666666;
|
|
padding-bottom: 50rpx;
|
|
height: 45vh;
|
|
}
|
|
.agreement-box .agreement-content .agreement-title.data-v-89c64100 {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
text-align: center;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.agreement-box .agreement-btn.data-v-89c64100 {
|
|
width: 750rpx;
|
|
height: 153rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(82, 82, 82, 0.25);
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.agreement-box .agreement-btn view.data-v-89c64100 {
|
|
width: 697rpx;
|
|
height: 73rpx;
|
|
background: #DC2525;
|
|
border-radius: 11rpx;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.agreement-box .agreement-btn .agreement-disable.data-v-89c64100 {
|
|
background: #CCCCCC;
|
|
}
|
|
|