123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .mall_all_goods {
- color: #343434;
- font-size: 13px;
- line-height: 11px;
- margin: 15px 10px;
- position: relative;
- }
- .mall-coupons-list-wrapper {
- background-color: #fff;
- height: auto;
- position: relative;
- }
- .mall-coupons-list-wrapper .mall-coupon-list {
- overflow-x: auto;
- overflow-y: hidden;
- padding: 15px 7.5px;
- position: relative;
- white-space: nowrap;
- width: 100%;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail {
- display: inline-block;
- padding: 0 2.5px;
- position: relative;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail img {
- height: 56px;
- width: 145px;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-left {
- display: inline-block;
- height: 56px;
- left: 2.5px;
- padding-top: 9px;
- position: absolute;
- top: 0;
- width: 60px;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-left .coupon-discount {
- color: #fff;
- font-size: 20px;
- line-height: 20px;
- text-align: center;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-left .coupon-min-custom {
- color: #fff;
- font-size: 9px;
- margin-top: 5px;
- text-align: center;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-right {
- color: #fff;
- display: inline-block;
- height: 56px;
- padding: 9px 0;
- position: absolute;
- right: 2.5px;
- text-align: center;
- top: 0;
- width: 85px;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-right .coupon-take {
- border: 1px solid #fff;
- border-radius: 10px;
- font-size: 13px;
- height: 20px;
- margin: 0 auto;
- width: 56px;
- }
- .mall-coupons-list-wrapper .mall-coupon-list .mall-coupons-detail .coupon-right .coupon-expire-time {
- font-size: 9px;
- margin-top: 5px;
- }
|