css0_17.wxss 2.9 KB

123456789101112131415161718192021222324252627282930
  1. .goods_car { position: fixed; bottom: 0; width: 100%; height: 10%; background: #565656; opacity: 0.9; z-index: 8888; }
  2. .shopping_cart { bottom: 115rpx; }
  3. .buy { height: 100%; width: 66%; float: left; margin-left: 4%; }
  4. .car_pic { position: relative; bottom: 15%; width: 110rpx; height: 110rpx; border-radius: 100%; float: left; }
  5. .car_png { width: 100%; height: 100%; }
  6. .weixuan { font-size: 15px; font-weight: bold; color: #b5b5b5; height: 100%; width: 40%; float: left; display: flex; align-items: center; justify-content: center; }
  7. .goumai { height: 100%; width: 30%; float: right; font-size: 33rpx; font-weight: bold; color: #959595; display: flex; align-items: center; justify-content: center; background: #686868; }
  8. .total_num { font-size: 20rpx; color: #f1d1dd; background: #ef503c; width: 39%; height: 25%; border-radius: 40%; display: flex; align-items: center; justify-content: center; position: relative; left: 45%; bottom: 100%; }
  9. .price { font-size: 17px; color: #fff; margin-left: 25rpx; height: 100%; width: 40%; float: left; display: flex; align-items: center; justify-content: center; }
  10. .pay { height: 100%; width: 30%; float: right; font-size: 33rpx; font-weight: bold; color: #f1d1dd; display: flex; align-items: center; justify-content: center; background: #fa5c51; }
  11. .carHeader { width: 100%; height: 30rpx; margin: 20rpx 0rpx; }
  12. .shopping-cart-list { position: fixed; bottom: 10%; width: 100%; background: #f9f9f9; z-index: 3333; }
  13. .shopping-cart-list2 { bottom: 20%; }
  14. .yixuan { float: left; width: 180rpx; height: 100%; color: #a7a7a7; display: flex; align-items: center; justify-content: center; margin-left: 25rpx; font-size: 31rpx; border-left: 6rpx solid #f76766; }
  15. .clearAll { float: right; height: 100%; margin-right: 5%; }
  16. .hr { border-bottom: 1rpx solid #e6e6e6; }
  17. .carGood { width: 100%; height: 100rpx; border-bottom: 1rpx solid #e6e6e6; }
  18. .goodsname { width: 47%; height: 100%; float: left; line-height: 100rpx; margin-left: 25rpx; font-size: 30rpx; color: #585858; }
  19. .goodsNumPrice { width: 47%; height: 100%; float: right; display: flex; align-items: center; justify-content: center; }
  20. .goodsTotalPrice { float: left; width: 50%; color: #ff4544; font-size: 30rpx; line-height: 100rpx; }
  21. .goodsNum { float: right; width: 48%; margin-right: 2%; line-height: 100rpx; }
  22. .carStandard { border-radius: 100%; width: 44rpx; height: 44rpx; float: right; display: flex; align-items: center; justify-content: center; }
  23. #carStandard_num { width: 65rpx; }
  24. .goods_attr_name { width: 49%; height: 100%; float: left; margin-left: 25rpx; }
  25. .cargood_name { width: 100%; height: 50%; font-size: 30rpx; color: #585858; }
  26. .cargood_attr_name { width: 100%; height: 50%; font-size: 25rpx; color: #585858; }
  27. .goods_car.device_iphone_x { bottom: 65rpx; }
  28. .blank.navbar_no.device_iphone_x { height: 65rpx; width: 100%; bottom: -64rpx; position: absolute; background: #fff; }
  29. .blank.navbar_yes.device_iphone_x { height: 0; }
  30. .shopping_cart.device_iphone_x { bottom: 181rpx; }