123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- @charset "UTF-8";
- .text-center.data-v-1f6b452b {
- text-align: center;
- }
- .font-weight.data-v-1f6b452b {
- font-weight: bold;
- }
- .page-width.data-v-1f6b452b {
- width: 100%;
- }
- .goods-hover-class.data-v-1f6b452b {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-1f6b452b {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-1f6b452b {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-1f6b452b {
- width: 100%;
- }
- .u-hover-class.data-v-1f6b452b {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-1f6b452b {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .lottery-integral-model.data-v-1f6b452b {
- text-align: center;
- height: 100vh;
- width: 100vw;
- position: fixed;
- top: 0;
- z-index: 1602;
- background-color: rgba(0, 0, 0, 0.3);
- }
- .lottery-integral-model .box.data-v-1f6b452b {
- position: relative;
- text-align: center;
- margin: 0 auto;
- width: 534rpx;
- background-color: #FFFFFF;
- border-radius: 16rpx;
- z-index: 2;
- top: 20%;
- }
- .lottery-integral-model .box .close.data-v-1f6b452b {
- position: absolute;
- height: 30rpx;
- width: 30rpx;
- top: 24rpx;
- right: 24rpx;
- }
- .lottery-integral-model .box .header.data-v-1f6b452b {
- font-size: 32rpx;
- color: #353535;
- font-weight: bold;
- margin: 40rpx auto;
- }
- .lottery-integral-model .box .bg.data-v-1f6b452b {
- background-size: 100% 100%;
- background-repeat: no-repeat;
- height: 263rpx;
- width: 355rpx;
- display: block;
- margin-bottom: 40rpx;
- }
- .lottery-integral-model .box .btn.data-v-1f6b452b {
- height: 76rpx;
- width: 366rpx;
- background-color: #ff4544;
- color: #FFFFFF;
- font-size: 32rpx;
- border-radius: 40rpx;
- margin-bottom: 36rpx;
- }
- .lottery-integral-model .box .fail.data-v-1f6b452b {
- line-height: 1;
- font-size: 28rpx;
- color: #ff4544;
- margin-bottom: 40rpx;
- }
|