cart.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. width: 70%;
  19. white-space: nowrap;
  20. overflow: hidden;
  21. text-overflow: ellipsis;
  22. }
  23. .priceClass {
  24. color:#303133!important;
  25. font-weight: 100!important;
  26. font-size: 36rpx;
  27. }
  28. .van-card {
  29. background-color: #fff!important;
  30. }
  31. .shoplist {
  32. display: -webkit-box;
  33. display: -webkit-flex;
  34. display: flex;
  35. padding: 0 35rpx;
  36. -webkit-box-pack: justify;
  37. -webkit-justify-content: space-between;
  38. justify-content: space-between;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. padding-bottom: 25rpx;
  43. }
  44. .checklabel {
  45. -webkit-transform:scale(0.7);
  46. transform:scale(0.7);
  47. border-radius: 100%;
  48. }
  49. .checkboxteil {
  50. -webkit-transform:scale(0.7);
  51. transform:scale(0.7);
  52. border-radius: 100%;
  53. }
  54. .uni-numbox {
  55. position: static!important;
  56. float: right;
  57. }