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.
196 lines
5.3 KiB
196 lines
5.3 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 主要颜色 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.page-total.data-v-41735b04 {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
/* 优惠券 */
|
|
.cu-dialog.data-v-41735b04 {
|
|
width: 100%;
|
|
height: 70%;
|
|
border-radius: 30rpx 30rpx 0 0 !important;
|
|
overflow: hidden;
|
|
}
|
|
.cu-dialog .modal-title.data-v-41735b04 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
}
|
|
.cu-dialog .modal-title text.data-v-41735b04 {
|
|
font-size: 26rpx;
|
|
color: #212121;
|
|
}
|
|
.cu-dialog .tips.data-v-41735b04 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 4%;
|
|
height: 60rpx;
|
|
color: #212121;
|
|
font-size: 24rpx;
|
|
}
|
|
.cu-dialog .coupon-list.data-v-41735b04 {
|
|
padding: 0 4%;
|
|
margin: 10rpx auto;
|
|
}
|
|
.cu-dialog .coupon-list .list.data-v-41735b04 {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
box-shadow: 0 0 14rpx rgba(0, 0, 0, 0.1);
|
|
border-radius: 6rpx;
|
|
margin-bottom: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price.data-v-41735b04 {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 30%;
|
|
height: 100%;
|
|
background-color: #236030;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price .discounts.data-v-41735b04 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-end;
|
|
width: 100%;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price .discounts .min.data-v-41735b04 {
|
|
color: #FFFFFF;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price .discounts .max.data-v-41735b04 {
|
|
font-size: 48rpx;
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price .full-reduction.data-v-41735b04 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 60rpx;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price .full-reduction text.data-v-41735b04 {
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-price .jag.data-v-41735b04 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: -6rpx;
|
|
width: 6px;
|
|
height: 100%;
|
|
background-size: 10px 6px;
|
|
background-color: #fff;
|
|
background-position: 100% 35%;
|
|
background-image: linear-gradient(-45deg, #236030 25%, transparent 25%, transparent), linear-gradient(-135deg, #236030 25%, transparent 25%, transparent), linear-gradient(-45deg, transparent 75%, #236030 75%), linear-gradient(-135deg, transparent 75%, #236030 75%);
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info.data-v-41735b04 {
|
|
width: 70%;
|
|
height: 90%;
|
|
padding: 0 4%;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .info-title.data-v-41735b04 {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .info-title .tag.data-v-41735b04 {
|
|
margin-right: 10rpx;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .info-title .tag text.data-v-41735b04 {
|
|
padding: 4rpx 16rpx;
|
|
color: #FFFFFF;
|
|
background-color: #236030;
|
|
font-size: 24rpx;
|
|
border-radius: 40rpx;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .info-title .title text.data-v-41735b04 {
|
|
font-size: 24rpx;
|
|
color: #212121;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .date-get.data-v-41735b04 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .date-get .date.data-v-41735b04 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .date-get .date text.data-v-41735b04 {
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .date-get .get text.data-v-41735b04 {
|
|
padding: 10rpx 20rpx;
|
|
background-color: #236030;
|
|
color: #FFFFFF;
|
|
font-size: 24rpx;
|
|
border-radius: 100rpx;
|
|
}
|
|
.cu-dialog .coupon-list .list .coupon-info .date-get .get .use.data-v-41735b04 {
|
|
background-color: transparent;
|
|
border: 1px solid #236030;
|
|
color: #236030;
|
|
}
|
|
.cu-dialog .coupon-list .list .use-status.data-v-41735b04 {
|
|
position: absolute;
|
|
right: -20rpx;
|
|
top: -25rpx;
|
|
z-index: 10;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border: 2rpx solid #C0C0C0;
|
|
border-radius: 100%;
|
|
}
|
|
.cu-dialog .coupon-list .list .use-status text.data-v-41735b04 {
|
|
display: inline-block;
|
|
color: #C0C0C0;
|
|
font-size: 24rpx;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
|