cart.wxss 955 B

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