@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .coupon-action.data-v-c00e9c60 { position: fixed; left: 0; bottom: 0; background-color: #fff; width: 100%; border-radius: 20rpx 20rpx 0 0; display: flex; flex-direction: column; align-items: stretch; min-height: 50%; max-height: 80%; font-size: 28rpx; z-index: 9999; overflow: hidden; transition: all 0.3s cubic-bezier(0.65, 0.7, 0.7, 0.9); -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } .coupon-action .coupon-title.data-v-c00e9c60 { font-size: 32rpx; text-align: center; width: 100%; height: 100rpx; background-color: #fff; line-height: 100rpx; } .coupon-action .coupon-button.data-v-c00e9c60 { width: 100%; height: 120rpx; line-height: 120rpx; position: absolute; left: 0; bottom: 0; background-color: #fff; } .coupon-action .coupon-button text.data-v-c00e9c60 { text-align: center; background-color: #c30d24; width: 90%; height: 100rpx; line-height: 100rpx; margin: 5px auto; display: block; font-size: 30rpx; color: #fff; border-radius: 40rpx; } .coupon-action .coupon-body.data-v-c00e9c60 { flex: 1 1 auto; min-height: 88rpx; overflow-y: scroll; -webkit-overflow-scrolling: touch; } .coupon-action .coupon-body .coupon-empty.data-v-c00e9c60 { width: 100%; text-align: center; font-size: 36rpx; height: 100rpx; line-height: 100rpx; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .coupon-action .coupon-body .coupon-list.data-v-c00e9c60 { width: 95%; margin-left: 2.5%; float: left; margin-top: 10px; } .coupon-action .coupon-body .coupon-list .coupon-box.data-v-c00e9c60 { float: left; margin-bottom: 20rpx; width: 100%; height: 170rpx; background-color: #fff; border-radius: 20rpx; position: relative; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-l-box.data-v-c00e9c60 { position: absolute; left: 0; top: 0; height: 170rpx; width: 220rpx; padding: 0 10rpx; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-l-box .coupon-amount.data-v-c00e9c60 { width: 100%; text-align: center; padding-top: 30rpx; font-size: 50rpx; color: #c21313; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-l-box .coupon-amount text.data-v-c00e9c60 { font-size: 28rpx; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-l-box .coupon-condition.data-v-c00e9c60 { text-align: center; color: #c21313; width: 100%; padding-top: 10rpx; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-r-box.data-v-c00e9c60 { float: left; margin-left: 260rpx; height: 170rpx; position: relative; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-r-box .coupon-name.data-v-c00e9c60 { font-size: 30rpx; padding-top: 36rpx; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-r-box .coupon-valid.data-v-c00e9c60 { padding-top: 24rpx; font-size: 28rpx; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-corner-checkbox.data-v-c00e9c60 { position: absolute; color: #999; right: 30rpx; height: 40rpx; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-corner-checkbox text.data-v-c00e9c60 { font-size: 40rpx; } .coupon-action .coupon-body .coupon-list .coupon-box .coupon-corner-checkbox .active.data-v-c00e9c60 { color: #c21313; } .coupon-action .close.data-v-c00e9c60 { position: absolute; top: 30rpx; right: 30rpx; z-index: 1; color: #c8c9cc; font-size: 44rpx; cursor: pointer; } .coupon-show.data-v-c00e9c60 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }