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.
283 lines
6.4 KiB
283 lines
6.4 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-a3c6d7ec {
|
|
background: #F7F7F7;
|
|
min-height: 100vh;
|
|
}
|
|
/*导航*/
|
|
.nav-list.data-v-a3c6d7ec {
|
|
width: 100%;
|
|
height: 107rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
position: fixed;
|
|
background: #FFFFFF;
|
|
}
|
|
.nav-list .nav-item.data-v-a3c6d7ec {
|
|
text-align: center;
|
|
line-height: 106rpx;
|
|
box-sizing: border-box;
|
|
font-size: 31rpx;
|
|
font-weight: bold;
|
|
padding: 0.23rpx 0;
|
|
color: #333333;
|
|
}
|
|
.nav-list .nav-item.active.data-v-a3c6d7ec {
|
|
color: #71B580;
|
|
border-bottom: 7rpx solid #71B580;
|
|
}
|
|
.coupon-list.data-v-a3c6d7ec {
|
|
/* width: 100%; */
|
|
position: absolute;
|
|
top: 115rpx;
|
|
padding: 0 26.67rpx;
|
|
background: #F7F7F7;
|
|
min-height: 100vh;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.coupon-list .coupon-item.data-v-a3c6d7ec {
|
|
background: #ffffff;
|
|
margin-top: 20rpx;
|
|
border-radius: 13rpx;
|
|
}
|
|
.coupon-list .coupon-item .item-top.data-v-a3c6d7ec {
|
|
display: flex;
|
|
padding: 30rpx 16rpx 24rpx 36rpx;
|
|
align-items: center;
|
|
}
|
|
.coupon-item .item-top .price.data-v-a3c6d7ec {
|
|
font-size: 25rpx;
|
|
font-weight: bold;
|
|
color: #FC5209;
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: center;
|
|
}
|
|
.coupon-item .item-top .price ._span.data-v-a3c6d7ec {
|
|
font-size: 60rpx;
|
|
margin-right: 6.67rpx;
|
|
}
|
|
.top-left .subtitle.data-v-a3c6d7ec {
|
|
width: 100%;
|
|
font-size: 24rpx;
|
|
color: #FC5209;
|
|
padding-left: 6rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.top-left .price-before.data-v-a3c6d7ec::before {
|
|
content: "¥";
|
|
font-size: 32rpx;
|
|
}
|
|
.top-right.data-v-a3c6d7ec {
|
|
margin-left: 46.67rpx;
|
|
font-size: 25rpx;
|
|
font-weight: 500;
|
|
color: #111;
|
|
}
|
|
.top-right .title.data-v-a3c6d7ec {
|
|
margin-bottom: 26rpx;
|
|
font-size: 31rpx;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.coupon-list .coupon-item .item-circle.data-v-a3c6d7ec {
|
|
/* position: relative; */
|
|
line-height: 1rpx;
|
|
height: 1rpx;
|
|
width: 692rpx;
|
|
}
|
|
.coupon-list .coupon-item .item-circle .line.data-v-a3c6d7ec {
|
|
border-bottom: 1px dashed #ccc;
|
|
/* position: absolute; */
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
/* width: calc(100% - 1rem); */
|
|
height: 0.1rpx;
|
|
margin: auto;
|
|
z-index: 9;
|
|
}
|
|
.coupon-list .coupon-item .item-circle .circle.data-v-a3c6d7ec {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
border-radius: 50%;
|
|
background: #ccc;
|
|
width: 0.46rpx;
|
|
height: 0.46rpx;
|
|
z-index: 10;
|
|
}
|
|
.coupon-list .coupon-item .item-circle .circle.left.data-v-a3c6d7ec {
|
|
left: -0.23rpx;
|
|
}
|
|
.coupon-list .coupon-item .item-circle .circle.right.data-v-a3c6d7ec {
|
|
right: -0.23rpx;
|
|
}
|
|
.item-bottom.data-v-a3c6d7ec {
|
|
padding: 16rpx 20rpx;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.item-bottom .rules.data-v-a3c6d7ec {
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
color: #999;
|
|
display: flex;
|
|
line-height: 47rpx;
|
|
}
|
|
.item-bottom .rules ._span.data-v-a3c6d7ec {
|
|
width: 569rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.item-bottom .rules image.data-v-a3c6d7ec {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-left: 68rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
.item-bottom .use.data-v-a3c6d7ec {
|
|
width: 133rpx;
|
|
height: 47rpx;
|
|
border: 1px solid #FC5209;
|
|
border-radius: 23rpx;
|
|
text-align: center;
|
|
font-size: 25rpx;
|
|
font-weight: 500;
|
|
color: #fc5209;
|
|
line-height: 47rpx;
|
|
}
|
|
.open.data-v-a3c6d7ec {
|
|
width: 569rpx;
|
|
min-height: 30rpx;
|
|
flex-wrap: wrap;
|
|
}
|
|
.duihuan.data-v-a3c6d7ec {
|
|
width: 293rpx;
|
|
height: 67rpx;
|
|
background: #fff;
|
|
box-shadow: 0rpx 0rpx 7rpx 0rpx rgba(153, 153, 153, 0.18);
|
|
border-radius: 33rpx;
|
|
font-size: 31rpx;
|
|
font-weight: 500;
|
|
color: #07C49B;
|
|
text-align: center;
|
|
line-height: 67rpx;
|
|
margin-left: 228.67rpx;
|
|
position: fixed;
|
|
bottom: 52.67rpx;
|
|
}
|
|
.top-left.data-v-a3c6d7ec {
|
|
width: 140rpx;
|
|
}
|
|
.top-left .price.data-v-a3c6d7ec {
|
|
width: 100%;
|
|
/* overflow: hidden; */
|
|
white-space: nowrap;
|
|
}
|
|
.popupBox.data-v-a3c6d7ec {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 40.67rpx 39.33rpx 35.33rpx 40rpx;
|
|
}
|
|
.popupBox .name.data-v-a3c6d7ec {
|
|
font-size: 35rpx;
|
|
color: #111;
|
|
font-weight: bold;
|
|
margin-bottom: 57.33rpx;
|
|
text-align: center;
|
|
}
|
|
.popupBox input.data-v-a3c6d7ec {
|
|
width: 454rpx;
|
|
height: 81rpx;
|
|
border: 1px solid #D8D8D8;
|
|
border-radius: 7rpx;
|
|
font-size: 31rpx;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
line-height: 81rpx;
|
|
margin: 0 39.33rpx 72.67rpx 40rpx;
|
|
text-align: center;
|
|
}
|
|
.popupBox .btns.data-v-a3c6d7ec {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 35rpx;
|
|
justify-content: space-around;
|
|
}
|
|
.popupBox .btns .cancel.data-v-a3c6d7ec {
|
|
color: #111;
|
|
}
|
|
.popupBox .btns ._span.data-v-a3c6d7ec {
|
|
width: 1rpx;
|
|
height: 53rpx;
|
|
background: #D8D8D8;
|
|
}
|
|
.popupBox .btns .sub.data-v-a3c6d7ec {
|
|
color: #07C49B;
|
|
}
|
|
.hasUse.data-v-a3c6d7ec {
|
|
color: #999 !important;
|
|
}
|
|
.hasUse .item-top .top-left .price.data-v-a3c6d7ec {
|
|
color: #999 !important;
|
|
}
|
|
.hasUse .item-top .top-left .subtitle.data-v-a3c6d7ec {
|
|
color: #999 !important;
|
|
}
|
|
.hasUse .item-top .top-right .title.data-v-a3c6d7ec {
|
|
color: #999 !important;
|
|
}
|
|
.hasUse .item-top .top-right .time.data-v-a3c6d7ec {
|
|
color: #999 !important;
|
|
}
|
|
.hasUse .item-bottom .use.data-v-a3c6d7ec {
|
|
border: 1px solid #B3B3B3 !important;
|
|
color: #999999 !important;
|
|
}
|
|
.noCoupon.data-v-a3c6d7ec {
|
|
padding-top: 524rpx;
|
|
text-align: center;
|
|
font-size: 31rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.noCoupon .no-couPon.data-v-a3c6d7ec {
|
|
width: 173rpx;
|
|
height: 173rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
|