|
.uni-mask {
|
position: fixed;
|
z-index: 998;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
left: 0;
|
background-color: rgba(0, 0, 0, .3);
|
}
|
.uni-popup {
|
position: fixed;
|
z-index: 999;
|
}
|
.uni-popup-middle {
|
display: flex;
|
flex-direction: column;
|
align-items: flex-start;
|
width: 600rpx;
|
/* height:800upx; */
|
border-radius: 10rpx;
|
top: 50%;
|
left: 50%;
|
-webkit-transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
justify-content: flex-start;
|
padding: 30rpx;
|
overflow: auto;
|
}
|
.popup-head{ width: 100%; padding-bottom: 40rpx; box-sizing: border-box; font-size: 30rpx; font-weight: bold;}
|
.uni-popup-top {
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100rpx;
|
line-height: 100rpx;
|
text-align: center;
|
}
|
.uni-popup-bottom {
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
text-align: center;
|
}
|
|
|
.flow-fixed-footer.data-v-c9349d74 {
|
position: fixed;
|
bottom: 0;
|
width: 100%;
|
}
|
/* 兑换券 */
|
/* 新样式 by lyzflash */
|
.l-s.data-v-c9349d74 {
|
letter-spacing: 2rpx;
|
}
|
.coupon-box.data-v-c9349d74 {
|
border-radius: 12rpx;
|
height: 210rpx;
|
}
|
.coupon-box .circles.data-v-c9349d74 {
|
left: auto;
|
right: 0;
|
top: 70rpx;
|
bottom: 70rpx;
|
}
|
.coupon-box .circles-right text.data-v-c9349d74 {
|
border-radius: 10rpx 0 0 10rpx;
|
width: 8rpx;
|
height: 15rpx;
|
background: #f6f6f6;
|
}
|
.coupon-box .operation .coupon-content.data-v-c9349d74 {
|
position: relative;
|
/* background-color: #FFF2EC; */
|
color: #FFFFFF;
|
padding: 20rpx;
|
display: block;
|
}
|
.coupon-box .coupon-sp.data-v-c9349d74::before,
|
.coupon-box .coupon-sp.data-v-c9349d74::after {
|
position: absolute;
|
display: block;
|
content: '';
|
width: 11rpx;
|
height: 22rpx;
|
background: #FFFFFF;
|
z-index: 10;
|
top: 120rpx;
|
}
|
.coupon-box .coupon-sp.data-v-c9349d74::before {
|
left: 0;
|
border-radius: 0 15rpx 15rpx 0;
|
}
|
.coupon-box .coupon-sp.data-v-c9349d74::after {
|
right: 0;
|
border-radius: 15rpx 0 0 15rpx;
|
}
|
.coupon-box .btns.data-v-c9349d74 {
|
width: 150rpx;
|
padding: 0 20rpx;
|
background: transparent;
|
}
|
.coupon-box.coupon-item- .btns.data-v-c9349d74 {
|
/* background-color: #BEBEBE; */
|
}
|
.coupon-box .btns button.data-v-c9349d74 {
|
width: auto;
|
background: #FFFFFF;
|
border-radius: 60rpx;
|
font-size: 22rpx;
|
padding: 4rpx 20rpx;
|
}
|
.coupon-box .operation.data-v-c9349d74 {
|
padding-left: 0;
|
margin-top: 4rpx;
|
border-radius: 12rpx;
|
}
|
.coupon-product.data-v-c9349d74 {
|
width: 100%;
|
}
|
.coupon-product-item image.data-v-c9349d74 {
|
width: 124rpx;
|
height: 124rpx;
|
border-radius: 12rpx;
|
background-color: rgba(0, 0, 0, 0.1);
|
}
|
.coupon-box .coupon-sp .btns.data-v-c9349d74 {
|
width: 446rpx;
|
background: #FFFFFF;
|
position: relative;
|
color: #333333;
|
box-sizing: border-box;
|
padding: 20rpx;
|
}
|
.coupon-box .coupon-sp .btns.data-v-c9349d74:after {
|
position: absolute;
|
content: " ";
|
border-left: 2rpx dashed #EEEEEE;
|
left: -2rpx;
|
height: 100%;
|
}
|
.coupon-title-top.data-v-c9349d74 {
|
height: 110rpx;
|
border-bottom: 2rpx dashed #DDDDDD;
|
}
|
.buy-btn-box.data-v-c9349d74 {
|
position: fixed;
|
width: 100%;
|
left: 0;
|
bottom: 0;
|
z-index: 98;
|
}
|
.buy-btn.data-v-c9349d74 {
|
height: 80rpx;
|
line-height: 80rpx;
|
border-radius: 80rpx;
|
overflow: hidden;
|
}
|
/* 兑换券内容 */
|
.project-item.data-v-c9349d74 {
|
position: relative;
|
}
|
.project-box .iconfont.data-v-c9349d74 {
|
color: #333333;
|
}
|
.coupon-project.data-v-c9349d74 {
|
background-color: #FFF2EC;
|
}
|