order-list.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. page {
  2. background-color: #FFFFFF;
  3. }
  4. .zaiui-sort-grid-box {
  5. position: relative;
  6. margin: 27.27upx 0;
  7. width: 100%;
  8. .scroll-view {
  9. position: relative;
  10. white-space: nowrap;
  11. width: 100%;
  12. .scroll-item {
  13. display: inline-block;
  14. position: relative;
  15. text-align: center;
  16. margin: 0 21.81upx;
  17. width: 127.27upx;
  18. &:first-child {
  19. margin-left: 18.18upx;
  20. }
  21. &:last-child {
  22. margin-right: 18.18upx;
  23. }
  24. .cu-avatar {
  25. width: 99.99upx;
  26. height: 99.99upx;
  27. border-radius: 50%;
  28. }
  29. .text {
  30. position: relative;
  31. padding: 14.54upx 18.18upx 0;
  32. width: 100%;
  33. }
  34. }
  35. }
  36. }
  37. .zaiui-nav-tab-view {
  38. position: sticky;
  39. padding: 2upx 0 9.09upx;
  40. z-index: 999;
  41. /* #ifndef MP */
  42. top: calc(var(--status-bar-height) + 101upx);
  43. /* #endif */
  44. /* #ifdef MP */
  45. top: calc(var(--status-bar-height) + 161upx);
  46. /* #endif */
  47. transition: all .25s;
  48. .nav.z .cu-item.select .tab-dot {
  49. height: 5.45upx;
  50. }
  51. }
  52. .zaiui-order-tab-view {
  53. position: relative;
  54. margin: 0 27.27upx;
  55. margin-top: 27.27upx;
  56. border-radius: 9.09upx;
  57. padding: 27.27upx 18.18upx;
  58. box-shadow: 0 0 14.54upx #f1f1f1;
  59. &:last-child {
  60. margin-bottom: 27.27upx;
  61. }
  62. .shop-title-view {
  63. position: relative;
  64. margin-bottom: 27.27upx;
  65. .cu-avatar {
  66. position: absolute;
  67. }
  68. .shop-name {
  69. position: relative;
  70. height: 47.27upx;
  71. line-height: 47.27upx;
  72. padding: 0 199.99upx 0 61.81upx;
  73. }
  74. .text-right {
  75. position: absolute;
  76. top: 7.27upx;
  77. right: 0;
  78. }
  79. }
  80. .goods-list-view {
  81. position: relative;
  82. margin-top: 27.27upx;
  83. .cu-avatar {
  84. position: absolute;
  85. width: 158.18upx;
  86. height: 158.18upx;
  87. }
  88. .goods-info-view {
  89. position: relative;
  90. padding-left: 176.36upx;
  91. height: 158.18upx;
  92. .name {
  93. position: relative;
  94. height: 36.36upx;
  95. }
  96. .introduce {
  97. position: relative;
  98. height: 32.72upx;
  99. margin-top: 9.09upx;
  100. }
  101. .tag-view {
  102. position: relative;
  103. height: 30.9upx;
  104. margin-top: 9.09upx;
  105. .cu-tag {
  106. position: relative;
  107. top: -3.63upx;
  108. }
  109. }
  110. .text-price {
  111. height: 30.9upx;
  112. margin-top: 9.09upx;
  113. }
  114. }
  115. }
  116. .statistics-view {
  117. position: relative;
  118. padding: 18.18upx 0;
  119. margin-top: 18.18upx;
  120. border-bottom: 2upx solid #f3f3f3;
  121. }
  122. .zaiui-btn-view {
  123. position: relative;
  124. text-align: right;
  125. margin-top: 18.18upx;
  126. .cu-btn {
  127. background: #FFFFFF;
  128. }
  129. .cu-btn + .cu-btn {
  130. margin-left: 9.09upx;
  131. }
  132. }
  133. }
  134. .zaiui-foot-tip-view {
  135. position: relative;
  136. text-align: center;
  137. margin-top: 72.72upx;
  138. margin: 27.27upx 0;
  139. .img-view {
  140. position: relative;
  141. margin-bottom: 9.09upx;
  142. .cu-avatar {
  143. background: #FFFFFF;
  144. background-size: cover;
  145. background-position: center;
  146. }
  147. }
  148. }
  149. .zaiui-null-view {
  150. position: relative;
  151. text-align: center;
  152. margin-top: 72.72upx;
  153. .img-view {
  154. position: relative;
  155. margin-bottom: 9.09upx;
  156. .cu-avatar {
  157. width: 363.63upx;
  158. height: 363.63upx;
  159. background: #FFFFFF;
  160. background-size: cover;
  161. background-position: center;
  162. }
  163. }
  164. }