@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
.usable-coupon .popup-bg.data-v-32ef155e {
|
position: fixed;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
left: 0;
|
background: rgba(0, 0, 0, 0.6);
|
z-index: 99;
|
}
|
.usable-coupon .main.data-v-32ef155e {
|
position: fixed;
|
width: 100%;
|
bottom: 0;
|
min-height: 200rpx;
|
background-color: #fff;
|
-webkit-transform: translate3d(0, 1980rpx, 0);
|
transform: translate3d(0, 1980rpx, 0);
|
transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.25, 1);
|
transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1);
|
transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.25, 1);
|
padding-bottom: env(safe-area-inset-bottom);
|
z-index: 99;
|
}
|
.usable-coupon.open .main.data-v-32ef155e {
|
-webkit-transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
}
|
.usable-coupon.close .popup-bg.data-v-32ef155e {
|
display: none;
|
}
|
.coupon-item-red .operation.data-v-32ef155e {
|
/* background: #fdf1df; */
|
}
|
.coupon-btns .btn-cancel.data-v-32ef155e {
|
height: 88rpx;
|
line-height: 88rpx;
|
font-size: 30rpx;
|
background: #999999;
|
color: #ffffff;
|
border-radius: 0;
|
}
|
.coupon-item .w100.data-v-32ef155e {
|
padding: 0 75rpx;
|
}
|
.b-radio.data-v-32ef155e {
|
position: absolute;
|
right: 0;
|
border: 1rpx solid #FFFFFF;
|
border-radius: 30rpx;
|
padding: 10rpx 30rpx;
|
}
|
.range_item.data-v-32ef155e {
|
border: 1rpx solid #D9D9D9;
|
border-top: none;
|
padding: 8rpx;
|
border-bottom-left-radius: 10rpx;
|
border-bottom-right-radius: 10rpx;
|
color: #666666;
|
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.1);
|
}
|
.text-sheng.data-v-32ef155e {
|
display: inline-block;
|
width: 26rpx;
|
height: 28rpx;
|
background: linear-gradient(180deg, #FF5649 0%, #FF5649 100%);
|
border-radius: 3rpx;
|
font-size: 18rpx;
|
font-family: PingFangSC;
|
font-weight: 500;
|
color: #FFFFFF;
|
text-align: center;
|
line-height: 28rpx;
|
}
|
.text-box.data-v-32ef155e {
|
padding: 2rpx 6rpx;
|
background-color: #fbe9e7;
|
color: #fd5342;
|
margin-right: 10rpx;
|
border-radius: 4rpx;
|
font-size: 20rpx;
|
}
|
.line-h-50.data-v-32ef155e {
|
line-height: 50rpx;
|
}
|
.pop-title.data-v-32ef155e {
|
padding-top: 53rpx;
|
font-size: 28rpx;
|
font-family: PingFangSC;
|
font-weight: 500;
|
color: #333333;
|
position: relative;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-bottom: 50rpx;
|
}
|
.pop-close.data-v-32ef155e {
|
position: absolute;
|
right: 20rpx;
|
top: 20rpx;
|
width: 60rpx;
|
height: 60rpx;
|
color: #999999;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.pop-close .icon-guanbi.data-v-32ef155e {
|
font-size: 26rpx;
|
}
|
.scroll-coupon.data-v-32ef155e {
|
margin: 0 20rpx;
|
border-top: 1rpx solid #EEEEEE;
|
width: 710rpx;
|
box-sizing: border-box;
|
}
|
.scroll-coupon-tit.data-v-32ef155e {
|
height: 74rpx;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
font-size: 24rpx;
|
color: #999999;
|
}
|