|
page {
|
background-color: #F8F9FB;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.box.data-v-2f2cf9ec {
|
width: 100%;
|
}
|
.box .coupon.data-v-2f2cf9ec {
|
width: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
}
|
.box .coupon scroll-view.data-v-2f2cf9ec {
|
width: 100%;
|
max-height: 65vh;
|
}
|
.box .coupon scroll-view .active.data-v-2f2cf9ec {
|
border: 2rpx solid #004096 !important;
|
background: #E8F2FF !important;
|
}
|
.box .coupon scroll-view .dian.data-v-2f2cf9ec {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
border-radius: 6rpx;
|
border: 1rpx solid #CCCCCC;
|
display: flex;
|
flex-direction: column;
|
margin-bottom: 30rpx;
|
}
|
.box .coupon scroll-view .dian.data-v-2f2cf9ec:last-child {
|
margin: 0 !important;
|
}
|
.box .coupon scroll-view .dian .dian-top.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-image.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 144rpx;
|
height: 144rpx;
|
border-radius: 8rpx;
|
margin-right: 24rpx;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-image image.data-v-2f2cf9ec {
|
width: 100%;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-info.data-v-2f2cf9ec {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-info .dian-top-info-title.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-info .dian-top-info-title text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-info .dian-top-info-title text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.box .coupon scroll-view .dian .dian-top .dian-top-info .dian-top-info-val.data-v-2f2cf9ec {
|
width: 100%;
|
margin-top: 20rpx;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #777777;
|
}
|
.box .coupon scroll-view .dian .dian-bottom.data-v-2f2cf9ec {
|
width: 100%;
|
margin-top: 30rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .coupon scroll-view .dian .dian-bottom text.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #777777;
|
}
|
.box .coupon scroll-view .dian .dian-bottom .dian-bottom-icon.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
}
|
.box .coupon scroll-view .dian .dian-bottom .dian-bottom-icon image.data-v-2f2cf9ec {
|
width: 56rpx;
|
height: 56rpx;
|
margin-left: 30rpx;
|
}
|
.box .coupon .coupon-search.data-v-2f2cf9ec {
|
width: 100%;
|
height: 72rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
margin-bottom: 30rpx;
|
}
|
.box .coupon .coupon-search .coupon-search-city.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 180rpx;
|
height: 72rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
background: #F9F9FB;
|
border-radius: 36rpx;
|
border: 1rpx solid #EEEEEE;
|
}
|
.box .coupon .coupon-search .coupon-search-city text.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #222222;
|
margin-right: 4rpx;
|
}
|
.box .coupon .coupon-search .coupon-search-input.data-v-2f2cf9ec {
|
flex: 1;
|
height: 100%;
|
margin-left: 30rpx;
|
}
|
.box .coupon .coupon-phone.data-v-2f2cf9ec {
|
width: 100%;
|
height: 152rpx;
|
line-height: 152rpx;
|
text-align: center;
|
font-weight: 400;
|
font-size: 32rpx;
|
color: #004096;
|
}
|
.box .coupon .coupon-title.data-v-2f2cf9ec {
|
width: 100%;
|
height: 100rpx;
|
line-height: 100rpx;
|
text-align: center;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.box .coupon .coupon-btn.data-v-2f2cf9ec {
|
width: 100%;
|
height: 88rpx;
|
line-height: 88rpx;
|
text-align: center;
|
background: #004096;
|
border-radius: 44rpx;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
margin-top: 60rpx;
|
}
|
.box .coupon .coupon-content.data-v-2f2cf9ec {
|
width: 100%;
|
}
|
.box .coupon .coupon-content .coupon-content-a.data-v-2f2cf9ec {
|
width: 100%;
|
margin-top: 40rpx;
|
}
|
.box .coupon .coupon-content .coupon-content-a text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 600;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.box .coupon .coupon-content .coupon-content-a text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 600;
|
font-size: 28rpx;
|
color: #E4001D;
|
}
|
.box .coupon .coupon-content .coupon-content-b.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 40rpx;
|
}
|
.box .coupon .coupon-content .coupon-content-b text.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.box .coupon .coupon-content .coupon-content-b image.data-v-2f2cf9ec {
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.box .coupon .coupon-list.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .coupon .coupon-list .disable.data-v-2f2cf9ec {
|
background: #EFEFEF !important;
|
}
|
.box .coupon .coupon-list .disable .jiage text.data-v-2f2cf9ec {
|
color: #999999 !important;
|
}
|
.box .coupon .coupon-list .disable .jiage text.data-v-2f2cf9ec::before {
|
color: #999999 !important;
|
}
|
.box .coupon .coupon-list .disable .juaninfo .juaninfo-info text.data-v-2f2cf9ec {
|
color: #999999 !important;
|
}
|
.box .coupon .coupon-list .coupon-list-item.data-v-2f2cf9ec {
|
width: 100%;
|
height: 170rpx;
|
background: #FFEFEF;
|
border-radius: 16rpx;
|
display: flex;
|
align-items: center;
|
margin-bottom: 20rpx;
|
}
|
.box .coupon .coupon-list .coupon-list-item.data-v-2f2cf9ec:last-child {
|
margin: 0 !important;
|
}
|
.box .coupon .coupon-list .coupon-list-item .jiage.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 208rpx;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
border-right: 1rpx dashed #E3C1C1;
|
}
|
.box .coupon .coupon-list .coupon-list-item .jiage text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 600;
|
font-size: 44rpx;
|
color: #E4001D;
|
}
|
.box .coupon .coupon-list .coupon-list-item .jiage text.data-v-2f2cf9ec:nth-child(1)::before {
|
content: "¥";
|
font-weight: 600;
|
font-size: 24rpx;
|
color: #E4001D;
|
}
|
.box .coupon .coupon-list .coupon-list-item .jiage text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #E93047;
|
margin-top: 8rpx;
|
}
|
.box .coupon .coupon-list .coupon-list-item .juaninfo.data-v-2f2cf9ec {
|
flex: 1;
|
height: 100%;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
}
|
.box .coupon .coupon-list .coupon-list-item .juaninfo image.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 40rpx;
|
height: 40rpx;
|
margin-left: 30rpx;
|
}
|
.box .coupon .coupon-list .coupon-list-item .juaninfo .juaninfo-info.data-v-2f2cf9ec {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
justify-content: center;
|
flex-direction: column;
|
}
|
.box .coupon .coupon-list .coupon-list-item .juaninfo .juaninfo-info text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .coupon .coupon-list .coupon-list-item .juaninfo .juaninfo-info text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #777777;
|
margin-top: 12rpx;
|
}
|
.box .footer.data-v-2f2cf9ec {
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
box-shadow: 0rpx -2rpx 4rpx 0rpx rgba(0, 0, 0, 0.06);
|
background-color: #ffffff;
|
height: calc(env(safe-area-inset-bottom) + 108rpx);
|
}
|
.box .footer .edit.data-v-2f2cf9ec {
|
width: 100%;
|
height: 108rpx;
|
display: flex;
|
align-items: center;
|
}
|
.box .footer .edit .edit-btn.data-v-2f2cf9ec {
|
width: 100%;
|
height: 88rpx;
|
line-height: 88rpx;
|
text-align: center;
|
background: #004096;
|
border-radius: 44rpx;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|
.box .play.data-v-2f2cf9ec {
|
width: 100%;
|
height: 108rpx;
|
background: #FFFFFF;
|
padding: 0 26rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 20rpx;
|
}
|
.box .play image.data-v-2f2cf9ec {
|
width: 40rpx;
|
height: 40rpx;
|
}
|
.box .play .play-info.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
}
|
.box .play .play-info image.data-v-2f2cf9ec {
|
width: 48rpx;
|
height: 48rpx;
|
margin-right: 16rpx;
|
}
|
.box .play .play-info text.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #111111;
|
}
|
.box .remark.data-v-2f2cf9ec {
|
width: 100%;
|
height: 100rpx;
|
display: flex;
|
align-items: center;
|
background: #FFFFFF;
|
margin-top: 20rpx;
|
padding: 0 26rpx;
|
box-sizing: border-box;
|
}
|
.box .remark .remark-label.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
flex-shrink: 0;
|
margin-right: 60rpx;
|
}
|
.box .remark input.data-v-2f2cf9ec {
|
flex: 1;
|
height: 100%;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #111111;
|
text-align: right;
|
}
|
.box .box-shop.data-v-2f2cf9ec {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
margin-top: 20rpx;
|
background-color: #ffffff;
|
}
|
.box .box-shop .xian.data-v-2f2cf9ec {
|
width: 100%;
|
height: 1rpx;
|
background-color: #ECF0F4;
|
margin-top: 30rpx;
|
}
|
.box .box-shop .info.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box-shop .info .info-item.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 30rpx;
|
}
|
.box .box-shop .info .info-item .info-item-label.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #333333;
|
}
|
.box .box-shop .info .info-item .info-item-price1.data-v-2f2cf9ec {
|
font-weight: 500;
|
font-size: 28rpx;
|
color: #E4001D;
|
display: flex;
|
align-items: center;
|
}
|
.box .box-shop .info .info-item .info-item-price1 image.data-v-2f2cf9ec {
|
width: 8rpx;
|
height: 16rpx;
|
margin-left: 10rpx;
|
}
|
.box .box-shop .info .info-item .info-item-price2.data-v-2f2cf9ec {
|
display: flex;
|
align-items: baseline;
|
}
|
.box .box-shop .info .info-item .info-item-price2 text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #222222;
|
}
|
.box .box-shop .info .info-item .info-item-price2 text.data-v-2f2cf9ec:nth-child(1)::before {
|
content: "¥";
|
font-weight: 600;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.box .box-shop .info .info-item .info-item-price2 text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 600;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.box .box-shop .info .info-item .info-item-price.data-v-2f2cf9ec {
|
display: flex;
|
align-items: baseline;
|
}
|
.box .box-shop .info .info-item .info-item-price text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #222222;
|
}
|
.box .box-shop .info .info-item .info-item-price text.data-v-2f2cf9ec:nth-child(1)::before {
|
content: "¥";
|
font-weight: 500;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.box .box-shop .info .info-item .info-item-price text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 500;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.box .box-shop .item.data-v-2f2cf9ec {
|
width: 100%;
|
height: 144rpx;
|
display: flex;
|
align-items: center;
|
}
|
.box .box-shop .item .item-image.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 144rpx;
|
height: 144rpx;
|
background: #FFFFFF;
|
border-radius: 8rpx;
|
border: 1rpx solid #EEEEEE;
|
margin-right: 30rpx;
|
}
|
.box .box-shop .item .item-image image.data-v-2f2cf9ec {
|
width: 100%;
|
}
|
.box .box-shop .item .item-info.data-v-2f2cf9ec {
|
flex: 1;
|
height: 144rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.box .box-shop .item .item-info .item-info-title.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .box-shop .item .item-info .item-info-bottom.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box-shop .item .item-info .item-info-bottom .price.data-v-2f2cf9ec {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .box-shop .item .item-info .item-info-bottom .num.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
}
|
.box .box-shop .item .item-info .item-info-bottom .num .num-total.data-v-2f2cf9ec {
|
margin: 0 32rpx;
|
font-weight: 400;
|
font-size: 28rpx;
|
color: #222222;
|
}
|
.box .box-shop .item .item-info .item-info-bottom .num .num-add.data-v-2f2cf9ec {
|
width: 44rpx;
|
height: 44rpx;
|
line-height: 44rpx;
|
text-align: center;
|
background: #FFFFFF;
|
border-radius: 22rpx;
|
border: 1rpx solid #CCCCCC;
|
font-size: 40rpx;
|
color: #979797;
|
}
|
.box .box-addr.data-v-2f2cf9ec {
|
width: 100%;
|
padding: 20rpx 0;
|
box-sizing: border-box;
|
}
|
.box .box-addr .box-addr-list.data-v-2f2cf9ec {
|
width: 100%;
|
height: 88rpx;
|
background: #F8F9FB;
|
display: flex;
|
align-items: center;
|
}
|
.box .box-addr .box-addr-list .active.data-v-2f2cf9ec {
|
background-color: #ffffff !important;
|
}
|
.box .box-addr .box-addr-list .box-addr-list-row.data-v-2f2cf9ec {
|
flex: 1;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
border-radius: 20rpx 20rpx 0rpx 0rpx;
|
}
|
.box .box-addr .box-addr-list .box-addr-list-row image.data-v-2f2cf9ec {
|
width: 30rpx;
|
height: 30rpx;
|
margin-right: 10rpx;
|
}
|
.box .box-addr .box-addr-list .box-addr-list-row text.data-v-2f2cf9ec {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.box .box-addr .box-addr-time.data-v-2f2cf9ec {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.box .box-addr .box-addr-time text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.box .box-addr .box-addr-time text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #333333;
|
}
|
.box .box-addr .box-addr-dz.data-v-2f2cf9ec {
|
width: 100%;
|
height: 80rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.box .box-addr .box-addr-dz .box-addr-dz-left.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
}
|
.box .box-addr .box-addr-dz .box-addr-dz-left text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.box .box-addr .box-addr-dz .box-addr-dz-left text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #004096;
|
}
|
.box .box-addr .box-addr-dz .box-addr-dz-r.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
}
|
.box .box-addr .box-addr-dz .box-addr-dz-r image.data-v-2f2cf9ec {
|
width: 48rpx;
|
height: 48rpx;
|
margin-right: 12rpx;
|
}
|
.box .box-addr .box-addr-dz .box-addr-dz-r text.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #222222;
|
}
|
.box .box-addr .box-addr-val.data-v-2f2cf9ec {
|
width: 100%;
|
padding: 30rpx;
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.box .box-addr .box-addr-val .icon1.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 48rpx;
|
height: 48rpx;
|
margin-right: 22rpx;
|
}
|
.box .box-addr .box-addr-val .info.data-v-2f2cf9ec {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box-addr .box-addr-val .info .info-top.data-v-2f2cf9ec {
|
display: flex;
|
align-items: center;
|
}
|
.box .box-addr .box-addr-val .info .info-top text.data-v-2f2cf9ec:nth-child(1) {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
margin-right: 14rpx;
|
}
|
.box .box-addr .box-addr-val .info .info-top text.data-v-2f2cf9ec:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.box .box-addr .box-addr-val .info .info-bottom.data-v-2f2cf9ec {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #333333;
|
margin-top: 14rpx;
|
}
|
.box .box-addr .box-addr-val .icon2.data-v-2f2cf9ec {
|
flex-shrink: 0;
|
width: 12rpx;
|
height: 24rpx;
|
margin-left: 40rpx;
|
margin-top: 55rpx;
|
}
|