cart.wxss 803 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. .changewidth {
  12. color: #303133;
  13. font-size: 32rpx;
  14. font-weight: 100!important;
  15. }
  16. .priceClass {
  17. color:#303133!important;
  18. font-weight: 100!important;
  19. font-size: 36rpx;
  20. }
  21. .van-card {
  22. background-color: #fff!important;
  23. }
  24. .shoplist {
  25. display: -webkit-box;
  26. display: -webkit-flex;
  27. display: flex;
  28. padding: 0 35rpx;
  29. -webkit-box-pack: justify;
  30. -webkit-justify-content: space-between;
  31. justify-content: space-between;
  32. -webkit-box-align: center;
  33. -webkit-align-items: center;
  34. align-items: center;
  35. }