second_hand.scss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. .zaiui-goods-synopsis-view {
  2. .user-view {
  3. position: relative;
  4. width: 100%;
  5. .cu-avatar {
  6. position: absolute;
  7. }
  8. .text-name {
  9. position: relative;
  10. padding: 0 181.81upx 0 61.81upx;
  11. line-height: 47.27upx;
  12. height: 47.27upx;
  13. }
  14. .text-right-view {
  15. position: absolute;
  16. right: 0;
  17. top: 7.27upx;
  18. }
  19. }
  20. .price-view {
  21. position: relative;
  22. text {
  23. margin-right: 9.09upx;
  24. }
  25. }
  26. .zaiui-map-view {
  27. position: relative;
  28. background-image: url('/static/images/home/sundry/map.png');
  29. background-size: cover;
  30. background-position: center;
  31. padding: 10.9upx 27.27upx;
  32. border-radius: 90.9upx;
  33. opacity: 0.8;
  34. .cut-view {
  35. padding-right: 218.18upx;
  36. }
  37. .text-right-view {
  38. position: absolute;
  39. right: 27.27upx;
  40. top: 10.9upx;
  41. }
  42. }
  43. }
  44. .zaiui-service-view-box {
  45. position: relative;
  46. .flex {
  47. .basis-1 {
  48. flex-basis: 10%;
  49. }
  50. .basis-7 {
  51. flex-basis: 70%;
  52. }
  53. .basis-2 {
  54. flex-basis: 20%;
  55. }
  56. }
  57. .tag-view-box {
  58. .tag-view {
  59. margin-right: 9.09upx;
  60. }
  61. }
  62. .icon-view {
  63. height: 100%;
  64. display: flex;
  65. align-items: center;
  66. .icon {
  67. position: absolute;
  68. right: 15px;
  69. }
  70. }
  71. }
  72. .zaiui-details-view-box {
  73. position: relative;
  74. .title-view {
  75. padding: 9.09upx 0 18.18upx;
  76. }
  77. .col-item {
  78. margin: 9.09upx 0;
  79. }
  80. .zaiui-text-content-view {
  81. margin: 27.27upx 0;
  82. }
  83. .zaiui-img-box {
  84. position: relative;
  85. width: 100%;
  86. image {
  87. width: 100%;
  88. border-radius: 18.18upx;
  89. }
  90. image + image {
  91. margin-top: 18.18upx;
  92. }
  93. }
  94. }
  95. .zaiui-footer-fixed {
  96. box-shadow: 0 -2upx 9.09upx 0 #ececec;
  97. .cu-bar, .flex-wrap {
  98. width: 100%;
  99. }
  100. .cu-bar {
  101. padding-right: 18.18upx;
  102. .basis-xs {
  103. flex-basis: 15%;
  104. }
  105. .basis-sm{
  106. flex-basis: 42.5%;
  107. }
  108. .btn-view {
  109. padding: 0 18.18upx;
  110. .cu-btn {
  111. width: 100%;
  112. }
  113. }
  114. }
  115. }
  116. .zaiui-border-view {
  117. position: relative;
  118. background: #efebeb;
  119. margin: 36.36upx 0;
  120. height: 2upx;
  121. width: 100%;
  122. }
  123. .zaiui-steps-view {
  124. box-shadow: 0 0 14.54upx rgba(26, 26, 26, 0.2);
  125. margin: 9.09upx 0 29.09upx 0;
  126. --ShadowSize: 0 1upx 6upx;
  127. border-radius: 9.09upx;
  128. padding: 29.09upx;
  129. .cu-steps.steps-arrow .cu-item::before, .cu-steps.steps-arrow .cu-item::after {
  130. content: "\E7F6";
  131. border-bottom-width: 0;
  132. font-family: 'cuIcon';
  133. font-size: 36.36upx;
  134. height: 29.09upx;
  135. color: #D0E0FA;
  136. line-height: 0;
  137. top: -30.9upx;
  138. margin: auto;
  139. bottom: 0;
  140. }
  141. }
  142. .zaiui-selll-user-view-box {
  143. .cu-list.menu-avatar>.cu-item {
  144. height: 99.99upx;
  145. .content {
  146. left: 127.27upx;
  147. width: calc(100% - 94.54upx - 127.27upx);
  148. .cu-tag.sm {
  149. padding: 0;
  150. width: 27.27upx;
  151. height: 27.27upx;
  152. text-align: center;
  153. line-height: 27.27upx;
  154. }
  155. }
  156. &:after {
  157. width: 0;
  158. height: 0;
  159. border-bottom: 0;
  160. }
  161. }
  162. .cu-list.menu-avatar>.cu-item>.cu-avatar {
  163. width: 72.72upx;
  164. height: 72.72upx;
  165. }
  166. .zaiui-grid-tab-view {
  167. position: relative;
  168. width: 100%;
  169. .grid {
  170. border-radius: 9.09upx;
  171. .item-view {
  172. position: relative;
  173. padding: 14.54upx 0;
  174. }
  175. .item-view + .item-view {
  176. &:before {
  177. content: "";
  178. position: absolute;
  179. background: #e2e2e2;
  180. height: 45.45upx;
  181. top: 27.27upx;
  182. width: 2upx;
  183. z-index: 0;
  184. left: 0;
  185. }
  186. }
  187. }
  188. }
  189. .zaiui-goods-swiper-view {
  190. .goods-item {
  191. position: relative;
  192. text-align: center;
  193. .text-price-view {
  194. position: absolute;
  195. bottom: 3.63upx;
  196. left: 36.36upx;
  197. color: #fff;
  198. }
  199. }
  200. .screen-swiper {
  201. min-height: 145.45upx;
  202. height: 172.72upx;
  203. }
  204. }
  205. }
  206. .zaiui-interaction-view-box {
  207. .zaiui-null-view {
  208. position: relative;
  209. text-align: center;
  210. height: 218.18upx;
  211. width: 100%;
  212. .text-view-box {
  213. padding: 45.45upx 0 36.36upx 0;
  214. }
  215. .cu-btn {
  216. height: 61.81upx;
  217. font-size: 23.63upx;
  218. padding: 0 45.45upx;
  219. }
  220. }
  221. .zaiui-interaction-view {
  222. position: relative;
  223. width: 100%;
  224. .user-input-view {
  225. position: relative;
  226. width: 100%;
  227. .cu-avatar {
  228. position: absolute;
  229. }
  230. .input-view-box {
  231. position: relative;
  232. padding-left: 99.99upx;
  233. .arrow-view {
  234. border-top: 18.18upx solid transparent;
  235. border-bottom: 18.18upx solid transparent;
  236. border-right: 18.18upx solid #F8F8F8;
  237. position: absolute;
  238. left: 83.63upx;
  239. top: 13.63upx;
  240. height: 0;
  241. width: 0;
  242. }
  243. .input-view {
  244. margin-right: 141.81upx;
  245. background: #F8F8F8;
  246. font-size: 25.45upx;
  247. padding: 0 27.27upx;
  248. height: 63.63upx;
  249. }
  250. .cu-btn {
  251. border-radius: 0 72.72upx 72.72upx 0;
  252. position: absolute;
  253. padding: 0 45.45upx;
  254. font-size: 25.45upx;
  255. right: 0;
  256. top: 0;
  257. }
  258. }
  259. }
  260. }
  261. .zaiui-interaction-list-view {
  262. position: relative;
  263. width: 100%;
  264. .list-itme {
  265. position: relative;
  266. width: 100%;
  267. padding: 27.27upx 0;
  268. border-bottom: 2upx solid #efebeb;
  269. .cu-avatar {
  270. position: absolute;
  271. }
  272. .view-box {
  273. position: relative;
  274. padding-left: 99.99upx;
  275. .content-box {
  276. line-height: 1.6;
  277. margin-top: 9.09upx;
  278. }
  279. }
  280. .zaiui-comment-view {
  281. background: #F8F8F8;
  282. margin-top: 27.27upx;
  283. .user-name-box {
  284. .cu-tag {
  285. position: relative;
  286. top: -2upx;
  287. margin: 0 9.09upx;
  288. }
  289. }
  290. .zaiui-reply-view {
  291. margin-top: 9.09upx;
  292. text {
  293. margin-right: 9.09upx;
  294. }
  295. }
  296. }
  297. }
  298. }
  299. .zaiui-tag-view-box {
  300. position: relative;
  301. .cu-tag {
  302. margin-bottom: 18.18upx;
  303. margin-right: 36.36upx;
  304. }
  305. .cu-tag + .cu-tag {
  306. margin-left: 0;
  307. }
  308. }
  309. .zaiui-tag-text-view-box {
  310. position: relative;
  311. padding: 18.18upx 0;
  312. .text-cut {
  313. padding: 9.09upx 0;
  314. .cu-tag {
  315. position: relative;
  316. top: -3.63upx;
  317. }
  318. }
  319. }
  320. }
  321. .zaiui-recommend-goods-box {
  322. .zaiui-goods-info-box {
  323. position: relative;
  324. .goods-img-view {
  325. position: absolute;
  326. .cu-avatar {
  327. width: 181.81upx;
  328. height: 181.81upx;
  329. border-radius: 14.54upx;
  330. }
  331. .cu-tag {
  332. position: absolute;
  333. left: 14.54upx;
  334. top: 14.54upx;
  335. }
  336. }
  337. .goods-info-view {
  338. position: relative;
  339. padding-left: 209.09upx;
  340. height: 181.81upx;
  341. line-height: 1.55;
  342. .tag-view-box {
  343. .cu-tag {
  344. margin-right: 9.09upx;
  345. }
  346. .cu-tag + .cu-tag {
  347. margin-left: 0;
  348. }
  349. }
  350. }
  351. }
  352. }
  353. .zaiui-resemble-goods-box {
  354. position: relative;
  355. .text-title-view {
  356. background-image: linear-gradient(0deg, #FAFAFA, #ffffff);
  357. }
  358. .grid {
  359. padding: 0 18.18upx;
  360. .grid-item-box {
  361. padding: 9.09upx;
  362. .item-view {
  363. border-radius: 10.9upx;
  364. .cu-avatar {
  365. width: 100%;
  366. height: 309.09upx;
  367. border-radius: 10.9upx 10.9upx 0 0;
  368. }
  369. .zaiui-text-view {
  370. line-height: 1.6;
  371. .tag-view-box {
  372. text {
  373. margin-right: 9.09upx;
  374. }
  375. }
  376. .text-price-view {
  377. position: relative;
  378. .cu-tag {
  379. position: absolute;
  380. top: 9.09upx;
  381. right: 0;
  382. }
  383. }
  384. .gps-right-view {
  385. position: relative;
  386. .text-right {
  387. position: absolute;
  388. right: 0;
  389. top: 7.27upx;
  390. }
  391. }
  392. }
  393. }
  394. }
  395. }
  396. }
  397. .zaiui-scroll-tab-view {
  398. box-shadow: 0 2upx 21.81upx 0 rgba(136, 136, 136, 0.29);
  399. position: fixed;
  400. width: 100%;
  401. z-index: 99;
  402. }
  403. .zaiui-scroll-height-view {
  404. position: relative;
  405. height: 63.63upx;
  406. width: 100%;
  407. }