123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* crmeb颜色变量 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .mask.data-v-66177934 {
- z-index: 9999;
- }
- .coupon-window.data-v-66177934 {
- width: 572rpx;
- height: 760rpx;
- position: fixed;
- top: 20%;
- z-index: 10000;
- left: 50%;
- margin-left: -286rpx;
- -webkit-transform: translate3d(0, -200%, 0);
- transform: translate3d(0, -200%, 0);
- transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
- border-radius: 30rpx 30rpx 0 0;
- overflow-x: hidden;
- }
- .co-bag.data-v-66177934 {
- width: 100%;
- height: 250rpx;
- z-index: 33333;
- top: -40rpx;
- position: absolute;
- }
- .coupon-window.data-v-66177934:after {
- width: 900rpx;
- height: 650rpx;
- position: absolute;
- top: 0%;
- left: 50%;
- z-index: 11111;
- margin-left: -450rpx;
- content: '';
- border-radius: 50% 50% 0 0;
- background: var(--view-theme);
- }
- .coupon-window.on.data-v-66177934 {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .coupon-window .couponWinList.data-v-66177934 {
- width: 480rpx;
- margin: 157rpx 0 0 50rpx;
- height: 340rpx;
- overflow-y: scroll;
- }
- .coupon-window .couponWinList .item.data-v-66177934 {
- width: 100%;
- height: 120rpx;
- background-color: #fff;
- position: relative;
- margin-bottom: 17rpx;
- position: relative;
- z-index: 99999;
- }
- .coupon-window .couponWinList .item .left.data-v-66177934 {
- border-right: 1px dashed #ccc;
- }
- .coupon-window .couponWinList .label.data-v-66177934 {
- width: 28rpx;
- height: 64rpx;
- display: block;
- position: absolute;
- top: 0;
- right: 12rpx;
- }
- .coupon-window .couponWinList .item.data-v-66177934::after {
- content: '';
- position: absolute;
- width: 18rpx;
- height: 18rpx;
- border-radius: 50%;
- background-color: var(--view-theme);
- left: 25.5%;
- bottom: 0;
- margin-bottom: -9rpx;
- }
- .coupon-window .couponWinList .item.data-v-66177934::before {
- content: '';
- position: absolute;
- width: 18rpx;
- height: 18rpx;
- border-radius: 50%;
- background-color: var(--view-theme);
- left: 25.5%;
- top: 0;
- margin-top: -9rpx;
- }
- .coupon-window .couponWinList .item .money.data-v-66177934 {
- width: 130rpx;
- text-align: center;
- font-size: 26rpx;
- font-weight: bold;
- }
- .coupon-window .couponWinList .item .min_money.data-v-66177934 {
- color: #ccc;
- font-size: 18rpx;
- text-align: center;
- }
- .coupon-window .couponWinList .item .money .num.data-v-66177934 {
- font-size: 40rpx;
- }
- .coupon-window .couponWinList .item .text.data-v-66177934 {
- width: 349rpx;
- font-size: 22rpx;
- color: #ccc;
- padding: 0 29rpx;
- box-sizing: border-box;
- }
- .coupon-window .couponWinList .item .text .image.data-v-66177934 {
- width: 32rpx;
- height: 32rpx;
- display: inline-block;
- vertical-align: bottom;
- margin-right: 10rpx;
- }
- .coupon-window .couponWinList .item .text .name.data-v-66177934 {
- font-size: 26rpx;
- color: var(--view-priceColor);
- font-weight: bold;
- margin-bottom: 9rpx;
- width: 250rpx;
- }
- .coupon-window .lid.data-v-66177934 {
- background: rgba(255, 255, 255, 0.2);
- width: 582rpx;
- height: 224rpx;
- position: fixed;
- z-index: 22222;
- left: 50%;
- top: 0%;
- margin: 424rpx 0 0 -296rpx;
- }
- .coupon-window .lid.data-v-66177934:after {
- width: 920rpx;
- height: 280rpx;
- position: absolute;
- top: -100%;
- left: 50%;
- z-index: 22222;
- margin-left: -460rpx;
- content: '';
- border-radius: 0 0 50% 50%;
- background: var(--view-theme);
- }
- .coupon-window .lid .bnt.data-v-66177934 {
- font-size: 29rpx;
- width: 440rpx;
- height: 80rpx;
- border-radius: 40rpx;
- background: linear-gradient(90deg, #FFCA52 0%, #FE960F 100%);
- text-align: center;
- line-height: 80rpx;
- font-weight: bold;
- margin: 98rpx auto 0 auto;
- color: #fff;
- }
- .coupon-window .lid .iconfont.data-v-66177934 {
- color: #fff;
- font-size: 60rpx;
- text-align: center;
- margin-top: 87rpx;
- }
|