cart.wxss 918 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /* .uni-navbar {
  2. height: var(--status-bar-height);
  3. } */
  4. .uniNavBar {
  5. height: 100%;
  6. }
  7. .cart-list {
  8. background-color: #fff;
  9. /* padding: 0 36upx; */
  10. }
  11. .titleright {
  12. text-align: right;
  13. padding: 10rpx 30rpx;
  14. background: #fff;
  15. border-bottom: 1px solid #eee;
  16. }
  17. .changewidth {
  18. color: #303133;
  19. font-size: 32rpx;
  20. font-weight: 100!important;
  21. }
  22. .priceClass {
  23. color:#303133!important;
  24. font-weight: 100!important;
  25. font-size: 36rpx;
  26. }
  27. .van-card {
  28. background-color: #fff!important;
  29. }
  30. .shoplist {
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. padding: 0 35rpx;
  35. -webkit-box-pack: justify;
  36. -webkit-justify-content: space-between;
  37. justify-content: space-between;
  38. -webkit-box-align: center;
  39. -webkit-align-items: center;
  40. align-items: center;
  41. }