cart.wxss 1.1 KB

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