123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- @charset "UTF-8";
- .text-center.data-v-79938f25 {
- text-align: center;
- }
- .font-weight.data-v-79938f25 {
- font-weight: bold;
- }
- .page-width.data-v-79938f25 {
- width: 100%;
- }
- .goods-hover-class.data-v-79938f25 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-79938f25 {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-79938f25 {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-79938f25 {
- width: 100%;
- }
- .u-hover-class.data-v-79938f25 {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-79938f25 {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .footer-space.data-v-79938f25 {
- height: 100rpx;
- }
- .footer-space.iphone_x.data-v-79938f25 {
- height: 150rpx;
- }
- .time-area.data-v-79938f25 {
- padding: 7rpx 0;
- }
- .list.data-v-79938f25 {
- padding: 32rpx 35rpx;
- background-color: #f7f7f7;
- }
- .list-item.data-v-79938f25 {
- height: 152rpx;
- width: 100%;
- position: relative;
- margin-bottom: 25rpx;
- }
- .list-item image.data-v-79938f25 {
- width: 100%;
- height: 100%;
- }
- .item-left.data-v-79938f25 {
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- width: 190rpx;
- text-align: center;
- font-size: 24rpx;
- color: #fff;
- padding-top: 8rpx;
- }
- .coupon-price.data-v-79938f25 {
- font-size: 36rpx;
- padding-bottom: 16rpx;
- }
- .item-right.data-v-79938f25 {
- position: absolute;
- left: 220rpx;
- top: 15rpx;
- width: 65%;
- color: #6f6e6d;
- font-size: 20rpx;
- }
- .item-name.data-v-79938f25 {
- font-size: 32rpx;
- color: #353535;
- }
- .item-right view.data-v-79938f25 {
- margin-bottom: 4rpx;
- }
- .coupon-footer.data-v-79938f25 {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- width: 100%;
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- background-color: #fff;
- z-index: 2;
- }
- .coupon-footer.iphone_x.data-v-79938f25 {
- height: 150rpx;
- padding-bottom: 50rpx;
- }
- .list-item .status.data-v-79938f25 {
- position: absolute;
- top: 0;
- right: 0;
- height: 98rpx;
- width: 140rpx;
- z-index: 2;
- }
- .tip.data-v-79938f25 {
- margin-top: 20%;
- text-align: center;
- color: #686868;
- }
- .t-omit.data-v-79938f25 {
- display: inline-block;
- white-space: nowrap;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .t-omit-two.data-v-79938f25 {
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
|