my_cart.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .zaiui-cart-list-view {
  2. .zaiui-checkbox-title-view {
  3. position: relative;
  4. line-height: 1.6;
  5. .zaiui-checked {
  6. position: absolute;
  7. top: 29.09upx;
  8. z-index: 999;
  9. transform: scale(0.7);
  10. }
  11. .shop-title {
  12. position: relative;
  13. padding-left: 63.63upx;
  14. }
  15. }
  16. .goods-list-item-view {
  17. position: relative;
  18. padding: 36.36upx 27.27upx;
  19. .zaiui-checked {
  20. position: absolute;
  21. top: 90.9upx;
  22. z-index: 999;
  23. transform: scale(0.7);
  24. }
  25. .cu-avatar {
  26. position: absolute;
  27. height: 163.63upx;
  28. width: 163.63upx;
  29. left: 90.9upx;
  30. }
  31. .goods-info-view {
  32. position: relative;
  33. padding-left: 254.54upx;
  34. height: 163.63upx;
  35. line-height: 1.4;
  36. .zaiui-tag-view {
  37. position: relative;
  38. height: 38.18upx;
  39. }
  40. .goods-price-view {
  41. position: relative;
  42. line-height: 1.7;
  43. top: 9.09upx;
  44. .text-price-view {
  45. position: absolute;
  46. .cu-tag {
  47. position: relative;
  48. top: -3.63upx;
  49. left: 7.27upx;
  50. }
  51. }
  52. .step-btn-view {
  53. position: relative;
  54. padding-left: 272.72upx;
  55. height: 45.45upx;
  56. .zaiui-btn {
  57. border: 2upx solid rgba(113, 113, 113, 0.2);
  58. position: absolute;
  59. background: initial;
  60. text-align: center;
  61. line-height: 32.72upx;
  62. border-radius: 0;
  63. font-size: 45.45upx;
  64. height: 45.45upx;
  65. width: 45.45upx;
  66. right: 123.63upx;
  67. padding: 0;
  68. &:after {
  69. width: 0;
  70. height: 0;
  71. border: 0;
  72. border-radius: 0;
  73. }
  74. }
  75. .zaiui-input {
  76. width: 81.81upx;
  77. right: 43.63upx;
  78. height: 45.45upx;
  79. position: absolute;
  80. text-align: center;
  81. border: 2upx solid rgba(113, 113, 113, 0.2);
  82. border-left: 0;
  83. color: #333333;
  84. }
  85. .zaiui-input + .zaiui-btn {
  86. border-left: 0;
  87. right: 0;
  88. }
  89. }
  90. }
  91. }
  92. }
  93. }
  94. .zaiui-footer-fixed {
  95. box-shadow: 0 -2upx 9.09upx 0 #ececec;
  96. z-index: 999;
  97. .cu-bar {
  98. width: 100%;
  99. .checked-view {
  100. position: relative;
  101. z-index: 999;
  102. .zaiui-checked {
  103. position: relative;
  104. margin-right: 9.09upx;
  105. top: -5.45upx;
  106. transform: scale(0.7);
  107. }
  108. }
  109. .price-view {
  110. position: absolute;
  111. padding: 0 254.54upx 0 127.27upx;
  112. width: 100%;
  113. }
  114. }
  115. }