1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- @charset "UTF-8";
- .text-center.data-v-2323f270 {
- text-align: center;
- }
- .font-weight.data-v-2323f270 {
- font-weight: bold;
- }
- .page-width.data-v-2323f270 {
- width: 100%;
- }
- .goods-hover-class.data-v-2323f270 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-2323f270 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-2323f270 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-2323f270 {
- width: 100%;
- }
- .u-hover-class.data-v-2323f270 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-2323f270 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .default.data-v-2323f270 {
- background: -webkit-linear-gradient(left, #ff5527, #ff2755);
- background: linear-gradient(to right, #ff5527, #ff2755);
- }
- .detail-ad.data-v-2323f270 {
- width: 750rpx;
- height: 88rpx;
- padding: 0 24rpx;
- }
- .detail-ad .text.data-v-2323f270 {
- color: #ffffff;
- }
- .detail-ad .text .title.data-v-2323f270 {
- display: inline-block;
- font-size: 32rpx;
- margin-right: 12rpx;
- height: 88rpx;
- line-height: 88rpx;
- }
- .detail-ad .text .count.data-v-2323f270 {
- display: inline-block;
- padding: 5rpx 16rpx;
- border-radius: 18rpx;
- background-color: rgba(0, 0, 0, 0.2);
- font-size: 22rpx;
- }
- .detail-ad .count-down.data-v-2323f270 {
- height: 88rpx;
- text-align: center;
- }
- .detail-ad .count-down .advance-title.data-v-2323f270 {
- font-size: 20rpx;
- color: #ffffff;
- margin-top: 5rpx;
- margin-bottom: 5rpx;
- }
- .detail-ad .count-down .num.data-v-2323f270 {
- width: 40rpx;
- height: 36rpx;
- line-height: 36rpx;
- text-align: center;
- border-radius: 4rpx;
- font-size: 24rpx;
- color: #353535;
- background-color: #ffffff;
- }
- .detail-ad .count-down .word.data-v-2323f270 {
- width: 35rpx;
- height: 36rpx;
- line-height: 36rpx;
- text-align: center;
- font-size: 24rpx;
- color: #ffffff;
- }
|