sort_list.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .zaiui-swiper-box {
  2. width: 100%;
  3. .screen-swiper {
  4. height: 196.36upx;
  5. min-height: 196.36upx;
  6. .swiper-padding {
  7. padding: 0 25upx;
  8. }
  9. }
  10. }
  11. .zaiui-invest-title-box {
  12. position: relative;
  13. padding: 18.18upx 21.81upx;
  14. .text-box {
  15. .cuIcon-title {
  16. font-size: 20upx;
  17. }
  18. }
  19. .img {
  20. position: absolute;
  21. background-size: 100% 100%;
  22. right: 23.63upx;
  23. width: 90.9upx;
  24. height: 34.54upx;
  25. top: 23.63upx;
  26. }
  27. }
  28. .zaiui-grid-round-box {
  29. .cu-list.grid {
  30. background-color: inherit;
  31. .grid-icon {
  32. margin: 0 30upx;
  33. .icon {
  34. border-radius: 100%;
  35. }
  36. }
  37. }
  38. .cu-list.grid>.cu-item {
  39. text {
  40. color: #333333;
  41. }
  42. .cu-tag {
  43. right: auto;
  44. left: 45%;
  45. margin-left: 0;
  46. top: -9.09upx;
  47. transform: scale(0.8);
  48. }
  49. }
  50. .cu-list.grid.no-border {
  51. padding: 18.18upx 9.09upx 0;
  52. }
  53. }
  54. .zaiui-grid-sm-box {
  55. .cu-list.grid {
  56. background-color: inherit;
  57. .grid-icon {
  58. margin: 0 30upx;
  59. }
  60. }
  61. }
  62. .zaiui-seckill-list-view-box {
  63. background-image: linear-gradient(0deg, #ffffff, #FAFAFA);
  64. padding: 0 29.09upx 29.09upx;
  65. .list-title-box {
  66. position: relative;
  67. width: 100%;
  68. .text-view {
  69. .text-bold {
  70. margin-right: 18.18upx;
  71. }
  72. .cu-tag {
  73. position: relative;
  74. margin: 0 5.45upx;
  75. top: -5.45upx;
  76. }
  77. .colon {
  78. position: relative;
  79. top: -3.63upx;
  80. }
  81. }
  82. .text-right-view {
  83. position: absolute;
  84. right: 0;
  85. top: 3.63upx;
  86. }
  87. }
  88. .seckill-goods-list-view {
  89. position: relative;
  90. width: 100%;
  91. .recommend-scroll {
  92. position: relative;
  93. height: 381.81upx;
  94. white-space: nowrap;
  95. width: 100%;
  96. .recommend-scroll-item {
  97. display: inline-block;
  98. padding-top: 27.27upx;
  99. width: 199.99upx;
  100. padding-right: 18.18upx;
  101. white-space: initial;
  102. position: relative;
  103. .goods-img-view {
  104. position: relative;
  105. width: 100%;
  106. .cu-avatar{
  107. width: 181.81upx;
  108. height: 181.81upx;
  109. }
  110. .cu-tag {
  111. position: absolute;
  112. bottom: 0;
  113. left: 0;
  114. }
  115. }
  116. .rob-tag {
  117. position: absolute;
  118. bottom: 10.9upx;
  119. right: 21.81upx;
  120. width: 36.36upx;
  121. height: 36.36upx;
  122. padding: 0;
  123. line-height: 36.36upx;
  124. }
  125. }
  126. }
  127. }
  128. }
  129. .zaiui-gird-hot-goods-box {
  130. .margin,.cu-list.grid {
  131. border-radius: 10px;
  132. }
  133. .cu-list.grid>.cu-item {
  134. padding: 18.18upx;
  135. &::after {
  136. top: 0;
  137. left: 0;
  138. width: 200%;
  139. height: 200%;
  140. content: " ";
  141. position: absolute;
  142. transform: scale(.5);
  143. transform-origin: 0 0;
  144. pointer-events: none;
  145. box-sizing: border-box;
  146. border-radius: inherit;
  147. }
  148. &:nth-of-type(1) {
  149. &::after {
  150. border-right: 2upx solid rgba(0, 0, 0, .1);
  151. border-bottom: 2upx solid rgba(0, 0, 0, .1);
  152. }
  153. }
  154. &:nth-of-type(2) {
  155. &::after {
  156. border-right: 0;
  157. border-bottom: 2upx solid rgba(0, 0, 0, .1);
  158. }
  159. }
  160. &:nth-of-type(3) {
  161. &::after {
  162. border-right: 2upx solid rgba(0, 0, 0, .1);
  163. border-bottom: 0;
  164. }
  165. }
  166. &:nth-of-type(4) {
  167. &::after {
  168. border-right: 0;
  169. border-bottom: 0;
  170. }
  171. }
  172. }
  173. .cu-list.grid>.cu-item {
  174. .text-view {
  175. position: relative;
  176. width: 100%;
  177. text-align: left;
  178. .text-title {
  179. display: initial;
  180. margin-top: 0;
  181. color: #333333;
  182. font-size: 30.9upx;
  183. line-height: initial;
  184. font-weight: bold;
  185. }
  186. .text-right-view {
  187. position: absolute;
  188. right: 0;
  189. top: 3.63upx;
  190. display: flex;
  191. .text-m {
  192. display: initial;
  193. margin-top: 0;
  194. color: #aaaaaa;
  195. font-size: 23.63upx;
  196. line-height: initial;
  197. }
  198. .icon {
  199. position: relative;
  200. display: initial;
  201. margin-top: 0;
  202. width: auto;
  203. top: 5.45upx;
  204. font-size: 23.63upx;
  205. line-height: initial;
  206. }
  207. }
  208. .cu-tag {
  209. right: initial;
  210. left: 0;
  211. margin-left: 9.09upx;
  212. display: initial;
  213. margin-top: 0;
  214. color: aliceblue;
  215. font-size: 23.63upx;
  216. line-height: initial;
  217. position: relative;
  218. top: -3.63upx;
  219. padding: 3.63upx 10.9upx;
  220. }
  221. }
  222. .goods-item {
  223. .goods-img-view {
  224. position: relative;
  225. width: 100%;
  226. }
  227. .text-goods-title {
  228. color: #333333;
  229. }
  230. }
  231. .zaiui-list-2-view {
  232. .goods-img-view {
  233. position: relative;
  234. width: 100%;
  235. height: 127.27upx;
  236. .cu-avatar {
  237. position: absolute;
  238. left: 0;
  239. }
  240. .zaiui-text-view {
  241. position: relative;
  242. padding-left: 136.36upx;
  243. text-align: left;
  244. height: 127.27upx;
  245. line-height: 1.6;
  246. .text-lg {
  247. font-size: 36.36upx;
  248. }
  249. }
  250. }
  251. .text-goods-title {
  252. color: #333333;
  253. text-align: left;
  254. .text-title-1 {
  255. display: inherit;
  256. margin-top: 0;
  257. color: #e54d42;
  258. font-size: 21.81upx;
  259. line-height: 40upx;
  260. }
  261. .text-title-2 {
  262. display: inherit;
  263. margin-top: 0;
  264. color: #333333;
  265. font-size: 25.45upx;
  266. line-height: inherit;
  267. margin-left: 18.18upx;
  268. }
  269. }
  270. }
  271. }
  272. }
  273. .zaiui-add-btn-view-box {
  274. bottom: calc(env(safe-area-inset-bottom) / 2);
  275. text-align: center;
  276. .cu-btn {
  277. margin: auto;
  278. width: 81.81upx;
  279. height: 81.81upx;
  280. font-weight: 800;
  281. border-radius: 50%;
  282. font-size: 49.09upx;
  283. border: 9.09upx solid #fff;
  284. box-shadow: 0 0 14.54upx 7.27upx #d0d0d0;
  285. }
  286. }