cart.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. .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. padding-bottom: 25rpx;
  39. }
  40. .checklabel {
  41. -webkit-transform:scale(0.7);
  42. transform:scale(0.7);
  43. border-radius: 100%;
  44. }
  45. .checkboxteil {
  46. -webkit-transform:scale(0.7);
  47. transform:scale(0.7);
  48. border-radius: 100%;
  49. }
  50. .uni-numbox {
  51. position: static!important;
  52. float: right;
  53. }
  54. .isdiaplay .van-submit-bar__text {
  55. visibility: hidden;
  56. }
  57. .isdiaplay {
  58. visibility: hidden;
  59. }