|
page {
|
background-color: #F9F9FB;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.box.data-v-b2ddbeb0 {
|
width: 100%;
|
}
|
.box .tc.data-v-b2ddbeb0 {
|
width: calc(100vw - 148rpx);
|
}
|
.box .tc .tc-btn.data-v-b2ddbeb0 {
|
width: 100%;
|
height: 102rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-top: 1rpx solid #EEEEEE;
|
}
|
.box .tc .tc-btn .tc-btn-item.data-v-b2ddbeb0 {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
font-weight: 400;
|
font-size: 32rpx;
|
color: #666666;
|
border-right: 1rpx solid #EEEEEE;
|
}
|
.box .tc .tc-btn .tc-btn-item.data-v-b2ddbeb0:last-child {
|
border: none !important;
|
}
|
.box .tc .tc-contemt.data-v-b2ddbeb0 {
|
width: 100%;
|
padding: 40rpx 0;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
}
|
.box .tc .tc-contemt .tc-contemt-title.data-v-b2ddbeb0 {
|
width: 100%;
|
text-align: center;
|
font-weight: 600;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .tc .tc-contemt .tc-contemt-nr.data-v-b2ddbeb0 {
|
width: 472rpx;
|
text-align: center;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
margin-top: 40rpx;
|
}
|
.box .footer.data-v-b2ddbeb0 {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
z-index: 999;
|
width: 100%;
|
box-shadow: 0rpx -1rpx 0rpx 0rpx #EEEEEE;
|
background-color: #fff;
|
height: calc(100rpx + env(safe-area-inset-bottom));
|
}
|
.box .footer .caozuo.data-v-b2ddbeb0 {
|
width: 100%;
|
height: 100rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: flex-end;
|
}
|
.box .footer .caozuo .caozuo-item.data-v-b2ddbeb0 {
|
padding: 0 24rpx;
|
box-sizing: border-box;
|
height: 64rpx;
|
border-radius: 32rpx;
|
border: 1rpx solid #B2B2B2;
|
font-weight: 400;
|
font-size: 28rpx;
|
display: flex;
|
align-items: center;
|
color: #666666;
|
margin-right: 20rpx;
|
}
|
.box .footer .caozuo .caozuo-item.data-v-b2ddbeb0:last-child {
|
margin: 0 !important;
|
}
|
.box .head.data-v-b2ddbeb0 {
|
width: 100%;
|
height: 424rpx;
|
padding: 0 30rpx;
|
position: -webkit-sticky;
|
position: sticky;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
box-sizing: border-box;
|
background: #004096;
|
}
|
.box .head .head-bar.data-v-b2ddbeb0 {
|
width: 100%;
|
}
|
.box .head .head-bar .head-bar-nav.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .head .head-bar .head-bar-nav image.data-v-b2ddbeb0 {
|
width: 48rpx;
|
height: 48rpx;
|
}
|
.box .head .head-bar .head-bar-nav text.data-v-b2ddbeb0 {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|
.box .head .info.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
margin-top: 22rpx;
|
}
|
.box .head .info .info-status.data-v-b2ddbeb0 {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #FFFFFF;
|
}
|
.box .head .info .info-desc.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
margin-top: 12rpx;
|
}
|
.box .head .xinxi.data-v-b2ddbeb0 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
margin-top: 20rpx;
|
}
|
.box .head .xinxi .xinxi-label.data-v-b2ddbeb0 {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
margin-bottom: 18rpx;
|
}
|
.box .head .xinxi .xinxi-list.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .head .xinxi .xinxi-list .xinxi-list-item.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 20rpx;
|
}
|
.box .head .xinxi .xinxi-list .xinxi-list-item.data-v-b2ddbeb0:last-child {
|
margin: 0 !important;
|
}
|
.box .head .xinxi .xinxi-list .xinxi-list-item .xinxi-list-item-label.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .head .xinxi .xinxi-list .xinxi-list-item .xinxi-list-item-right.data-v-b2ddbeb0 {
|
display: flex;
|
align-items: center;
|
}
|
.box .head .xinxi .xinxi-list .xinxi-list-item .xinxi-list-item-right text.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .head .xinxi .xinxi-list .xinxi-list-item .xinxi-list-item-right image.data-v-b2ddbeb0 {
|
width: 24rpx;
|
height: 24rpx;
|
margin-left: 16rpx;
|
}
|
.box .head .shop.data-v-b2ddbeb0 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
margin-top: 20rpx;
|
}
|
.box .head .shop .shop-top.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .head .shop .shop-top .shop-top-tips.data-v-b2ddbeb0 {
|
width: 60rpx;
|
height: 40rpx;
|
line-height: 40rpx;
|
text-align: center;
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #FFFFFF;
|
background: #004096;
|
border-radius: 8rpx;
|
border: 1rpx solid #004096;
|
margin-right: 16rpx;
|
}
|
.box .head .shop .shop-top text.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #222222;
|
}
|
.box .head .shop .b.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
margin-top: 30rpx;
|
}
|
.box .head .shop .b .b-item.data-v-b2ddbeb0 {
|
width: 100%;
|
height: 136rpx;
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
margin-bottom: 24rpx;
|
}
|
.box .head .shop .b .b-item.data-v-b2ddbeb0:last-child {
|
margin: 0 !important;
|
}
|
.box .head .shop .b .b-item .b-item-image.data-v-b2ddbeb0 {
|
flex-shrink: 0;
|
width: 136rpx;
|
height: 136rpx;
|
border-radius: 8rpx;
|
overflow: hidden;
|
border: 1rpx solid #E5E5E5;
|
margin-right: 20rpx;
|
}
|
.box .head .shop .b .b-item .b-item-image image.data-v-b2ddbeb0 {
|
width: 100%;
|
}
|
.box .head .shop .b .b-item .b-item-title.data-v-b2ddbeb0 {
|
flex: 1;
|
height: 136rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.box .head .shop .b .b-item .b-item-title .b-item-title-val.data-v-b2ddbeb0 {
|
width: 100%;
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .head .shop .b .b-item .b-item-title .b-item-jia.data-v-b2ddbeb0 {
|
flex-shrink: 0;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .head .shop .b .b-item .b-item-title .b-item-jia text.data-v-b2ddbeb0:nth-child(1) {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .head .shop .b .b-item .b-item-title .b-item-jia text.data-v-b2ddbeb0:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .head .shop .shop-info.data-v-b2ddbeb0 {
|
width: 100%;
|
margin-top: 30rpx;
|
}
|
.box .head .shop .shop-info .shop-info-item.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 24rpx;
|
}
|
.box .head .shop .shop-info .shop-info-item.data-v-b2ddbeb0:last-child {
|
margin: 0 !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .shop-info-item-label.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.box .head .shop .shop-info .shop-info-item .xfk text.data-v-b2ddbeb0:nth-child(1) {
|
font-weight: 500 !important;
|
font-size: 36rpx !important;
|
color: #E4001D !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .xfk text.data-v-b2ddbeb0:nth-child(1)::before {
|
content: "¥" !important;
|
font-weight: 500 !important;
|
font-size: 24rpx !important;
|
color: #E4001D !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .xfk text.data-v-b2ddbeb0:nth-child(2) {
|
font-weight: 500 !important;
|
font-size: 24rpx !important;
|
color: #E4001D !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .yhj text.data-v-b2ddbeb0:nth-child(1) {
|
font-weight: 500 !important;
|
font-size: 28rpx !important;
|
color: #E4001D !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .yhj text.data-v-b2ddbeb0:nth-child(1)::before {
|
content: "-¥" !important;
|
font-weight: 500 !important;
|
font-size: 24rpx !important;
|
color: #E4001D !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .yhj text.data-v-b2ddbeb0:nth-child(2) {
|
font-weight: 500 !important;
|
font-size: 24rpx !important;
|
color: #E4001D !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .yf text.data-v-b2ddbeb0:nth-child(1) {
|
font-weight: 500 !important;
|
font-size: 28rpx !important;
|
color: #222222 !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .yf text.data-v-b2ddbeb0:nth-child(1)::before {
|
content: "¥";
|
font-weight: 500 !important;
|
font-size: 24rpx !important;
|
color: #222222 !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .yf text.data-v-b2ddbeb0:nth-child(2) {
|
font-weight: 500 !important;
|
font-size: 24rpx !important;
|
color: #222222 !important;
|
}
|
.box .head .shop .shop-info .shop-info-item .shop-info-item-price.data-v-b2ddbeb0 {
|
display: flex;
|
align-items: baseline;
|
}
|
.box .head .shop .shop-info .shop-info-item .shop-info-item-price text.data-v-b2ddbeb0:nth-child(1) {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .head .shop .shop-info .shop-info-item .shop-info-item-price text.data-v-b2ddbeb0:nth-child(1)::before {
|
content: "¥";
|
font-weight: 500;
|
font-size: 24rpx;
|
color: #222222;
|
}
|
.box .head .shop .shop-info .shop-info-item .shop-info-item-price text.data-v-b2ddbeb0:nth-child(2) {
|
font-weight: 500;
|
font-size: 24rpx;
|
color: #222222;
|
}
|
.box .head .user.data-v-b2ddbeb0 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
margin-top: 40rpx;
|
}
|
.box .head .user .user-jxa.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .head .user .user-jxa .user-jxa-title.data-v-b2ddbeb0 {
|
display: flex;
|
align-items: center;
|
}
|
.box .head .user .user-jxa .user-jxa-title image.data-v-b2ddbeb0 {
|
width: 48rpx;
|
height: 48rpx;
|
margin-right: 20rpx;
|
}
|
.box .head .user .user-jxa .user-jxa-title text.data-v-b2ddbeb0 {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .head .user .user-jxa .user-jxa-lx.data-v-b2ddbeb0 {
|
display: flex;
|
align-items: center;
|
}
|
.box .head .user .user-jxa .user-jxa-lx image.data-v-b2ddbeb0 {
|
width: 26rpx;
|
height: 26rpx;
|
margin-right: 10rpx;
|
}
|
.box .head .user .user-jxa .user-jxa-lx text.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #222222;
|
}
|
.box .head .user .user-jxtime.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
margin-top: 12rpx;
|
}
|
.box .head .user .user-jxtime .user-jxtime-icon.data-v-b2ddbeb0 {
|
width: 26rpx;
|
height: 26rpx;
|
margin-right: 10rpx;
|
}
|
.box .head .user .user-jxtime text.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #222222;
|
}
|
.box .head .user .user-jxtime .user-jxtime-to.data-v-b2ddbeb0 {
|
width: 10rpx;
|
height: 20rpx;
|
margin-left: 10rpx;
|
}
|
.box .head .user .user-qrcode.data-v-b2ddbeb0 {
|
width: 100%;
|
margin-top: 50rpx;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.box .head .user .user-qrcode .user-qrcode-image.data-v-b2ddbeb0 {
|
width: 360rpx;
|
height: 360rpx;
|
padding: 10rpx;
|
box-sizing: border-box;
|
border-radius: 8rpx;
|
border: 2rpx solid #EEEEEE;
|
}
|
.box .head .user .user-qrcode .user-qrcode-image image.data-v-b2ddbeb0 {
|
width: 100%;
|
height: 100%;
|
}
|
.box .head .user .user-qrcode .user-qrcode-code.data-v-b2ddbeb0 {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #222222;
|
margin-top: 32rpx;
|
}
|
.box .head .user .user-qrcode .user-qrcode-btn.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
margin-top: 12rpx;
|
}
|
.box .head .user .user-top.data-v-b2ddbeb0 {
|
display: flex;
|
align-items: flex-start;
|
}
|
.box .head .user .user-top .user-icon.data-v-b2ddbeb0 {
|
flex-shrink: 0;
|
width: 48rpx;
|
height: 48rpx;
|
margin-right: 22rpx;
|
}
|
.box .head .user .user-top .user-icon image.data-v-b2ddbeb0 {
|
width: 100%;
|
}
|
.box .head .user .user-top .user-info.data-v-b2ddbeb0 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .head .user .user-top .user-info .user-info-a.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .head .user .user-top .user-info .user-info-a text.data-v-b2ddbeb0:nth-child(1) {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .head .user .user-top .user-info .user-info-a text.data-v-b2ddbeb0:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
margin-left: 14rpx;
|
}
|
.box .head .user .user-top .user-info .user-info-b.data-v-b2ddbeb0 {
|
width: 100%;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
margin-top: 18rpx;
|
}
|
.box .head .user .user-xian.data-v-b2ddbeb0 {
|
width: 100%;
|
height: 1rpx;
|
margin: 30rpx 0;
|
background-color: #E5E5E5;
|
}
|
.box .head .user .user-kd.data-v-b2ddbeb0 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .head .user .user-kd image.data-v-b2ddbeb0 {
|
width: 30rpx;
|
height: 30rpx;
|
margin-right: 12rpx;
|
}
|
.box .head .user .user-kd text.data-v-b2ddbeb0 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #333333;
|
}
|