index.wxss 2.6 KB

1234567891011121314151617181920212223242526272829
  1. @import '/import/css0_17.wxss';@import '/import/css0_18.wxss';.quick_purchase { height: 100vh; width: 100%; background: #fafafa; }
  2. .shopping-cart { padding-bottom: 115rpx; }
  3. .left_nav { height: 100%; width: 20%; float: left; padding-bottom: 130rpx; background: #f3f3f3; }
  4. .device_iphone_x.left_nav { padding-bottom: 195rpx; }
  5. .cat_name { height: 100rpx; width: 100%; font-size: 12px; color: #353535; display: flex; align-items: center; justify-content: center; }
  6. .cat_name_active { background: #fafafa; color: #ff4544; }
  7. .quick-hot { width: 15px; height: 15px; background-repeat: no-repeat; background-size: 90%; float: left; margin-right: 6px; }
  8. .r_goods { height: 100%; width: 78%; float: right; padding-bottom: 130rpx; }
  9. .device_iphone_x.r_goods { padding-bottom: 195rpx; }
  10. .navname { font-size: 11px; color: #666; width: 100%; padding-top: 14px; padding-bottom: 14px; }
  11. .goodsall { height: 174rpx; width: 100%; border-bottom: 1rpx solid #e6e6e6; position: relative; }
  12. .goods { height: 152rpx; margin-top: 22rpx; width: 100%; }
  13. .goods_pic { width: 27%; height: 100%; float: left; }
  14. #goods_pic { width: 100%; height: 100%; }
  15. .goods_info { width: 70%; height: 100%; margin-right: 1%; float: right; }
  16. .goods_name { font-size: 28rpx; color: #353535; margin-top: 10rpx; font-weight: bold; }
  17. .guigenum { position: absolute; bottom: 60%; left: 77%; width: 35rpx; height: 25rpx; border-radius: 40%; border: 1rpx solid red; color: red; background: #fff; font-size: 16rpx; display: flex; align-items: center; justify-content: center; }
  18. .purchase { position: absolute; right: 1%; bottom: 10rpx; z-index: 100; height: 50rpx; }
  19. .guigepurchase { position: absolute; right: 1%; bottom: 10rpx; z-index: 100; height: 50rpx; width: 22%; color: #ffe5e5; background: #ff4544; font-size: 26rpx; border-radius: 26rpx; display: flex; align-items: center; justify-content: center; }
  20. .guige { position: relative; width: 136rpx; height: 45rpx; bottom: 30%; left: 68%; }
  21. .show-btn { margin-top: 100rpx; color: #2c2; }
  22. .modal-mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; opacity: 0.5; overflow: hidden; z-index: 2222; color: #fff; }
  23. .guigeshu { border-radius: 100%; width: 55rpx; height: 55rpx; background-repeat: no-repeat; background-size: 90%; display: flex; align-items: center; justify-content: center; }
  24. .btn-confirm { width: 50%; color: #ec5300; text-align: center; }
  25. .navbar + .quick_purchase { padding-bottom: 115rpx; }
  26. .navbar+.quick_purchase #goods_car { bottom: 115rpx; }
  27. .navbar.device_iphone_x{ padding-bottom: 65rpx; }
  28. .navbar.device_iphone_x ~ .quick_purchase { padding-bottom: 180rpx; }
  29. .navbar.device_iphone_x ~ .quick_purchase #goods_car { bottom: 180rpx; }