cart.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .betweenclass {
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: flex;
  5. -webkit-box-pack: justify!important;
  6. -webkit-justify-content: space-between!important;
  7. justify-content: space-between!important;
  8. }
  9. .uniNavBar {
  10. height: 100%;
  11. }
  12. .cart-list {
  13. background-color: #fff;
  14. /* padding: 0 36upx; */
  15. }
  16. .titleright {
  17. text-align: right;
  18. padding: 10rpx 30rpx;
  19. background: #fff;
  20. border-bottom: 1px solid #eee;
  21. height: 4vh;
  22. }
  23. .changewidth {
  24. color: #303133;
  25. font-size: 32rpx;
  26. font-weight: 100!important;
  27. width: 70%;
  28. white-space: nowrap;
  29. overflow: hidden;
  30. text-overflow: ellipsis;
  31. }
  32. .van-card {
  33. background-color: #fff!important;
  34. }
  35. .shoplist {
  36. display: -webkit-box;
  37. display: -webkit-flex;
  38. display: flex;
  39. padding: 0 35rpx;
  40. -webkit-box-pack: justify;
  41. -webkit-justify-content: space-between;
  42. justify-content: space-between;
  43. -webkit-box-align: center;
  44. -webkit-align-items: center;
  45. align-items: center;
  46. padding-bottom: 25rpx;
  47. }
  48. .checklabel {
  49. -webkit-transform:scale(0.7);
  50. transform:scale(0.7);
  51. border-radius: 100%;
  52. }
  53. .checkboxteil {
  54. -webkit-transform:scale(0.7);
  55. transform:scale(0.7);
  56. border-radius: 100%;
  57. }
  58. .uni-numbox {
  59. position: static!important;
  60. float: right;
  61. }
  62. .isdiaplay .van-submit-bar__text {
  63. visibility: hidden;
  64. }
  65. .isdiaplay {
  66. visibility: hidden;
  67. }