| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .bottom-action-bar.data-v-65412fc8 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-radius: 0;
- padding: 20rpx;
- box-sizing: border-box;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 999;
- padding-bottom: env(safe-area-inset-bottom);
- background-color: #fff;
- box-shadow: 0rpx -11rpx 46rpx 0rpx rgba(0, 0, 0, 0.05);
- }
- .coupon-btn.data-v-65412fc8 {
- width: 140rpx;
- height: 100rpx;
- position: relative;
- }
- .coupon-btn .bg-img.data-v-65412fc8 {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- .coupon-btn .coupon-content.data-v-65412fc8 {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 1;
- width: 100%;
- height: 100%;
- color: #fff;
- text-align: center;
- padding-top: 6rpx;
- }
- .coupon-btn .coupon-content .icon-coupon.data-v-65412fc8 {
- width: 30rpx;
- height: 21rpx;
- }
- .coupon-btn .coupon-content .coupon-text.data-v-65412fc8 {
- width: 100%;
- font-size: 24rpx;
- }
- .cart-btn.data-v-65412fc8 {
- width: 561rpx;
- height: 100rpx;
- position: relative;
- }
- .cart-btn .bg-img.data-v-65412fc8 {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- .cart-btn .shop-cart.data-v-65412fc8 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 1;
- color: #fff;
- padding-left: 30rpx;
- }
- .cart-btn .shop-cart .shop-cart-content.data-v-65412fc8 {
- display: flex;
- align-items: center;
- }
- .cart-btn .shop-cart .icon-shopping-cart.data-v-65412fc8 {
- width: 76rpx;
- height: 76rpx;
- }
- .cart-btn .shop-cart .price.data-v-65412fc8 {
- display: flex;
- align-items: baseline;
- color: #FFFFFF;
- font-weight: bold;
- }
- .cart-btn .shop-cart .price .price-symbol.data-v-65412fc8 {
- font-size: 24rpx;
- margin-right: 2rpx;
- }
- .cart-btn .shop-cart .price .price-number.data-v-65412fc8 {
- font-size: 38rpx;
- }
- .cart-btn .shop-cart .number.data-v-65412fc8 {
- display: inline-block;
- padding: 2rpx 10rpx;
- background-color: #FF4545;
- position: absolute;
- left: 80rpx;
- top: 10rpx;
- border-radius: 40rpx;
- color: #fff;
- font-size: 24rpx;
- }
- .cart-btn .order-btn.data-v-65412fc8 {
- width: 200rpx;
- height: 100rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: bold;
- font-size: 31rpx;
- color: #FFFFFF;
- }
|