activity.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. @charset "UTF-8";
  2. .text-center.data-v-55c586f6 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-55c586f6 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-55c586f6 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-55c586f6 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-55c586f6 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-55c586f6 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-55c586f6 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-55c586f6 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-55c586f6 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .goods-attr.data-v-55c586f6 {
  39. margin-top: 6rpx;
  40. margin-bottom: 16rpx;
  41. color: #999999;
  42. font-size: 26rpx;
  43. width: 60%;
  44. }
  45. .goods-attr text.data-v-55c586f6 {
  46. margin-right: 18rpx;
  47. }
  48. .page.data-v-55c586f6 {
  49. min-height: 100%;
  50. padding-top: 95rpx;
  51. }
  52. .self-dialog.data-v-55c586f6 {
  53. margin-bottom: 14rpx;
  54. }
  55. .top-banner.data-v-55c586f6 {
  56. width: 100%;
  57. position: absolute;
  58. height: 870rpx;
  59. z-index: 1;
  60. top: 0;
  61. background-repeat: no-repeat;
  62. background-size: 100% 100%;
  63. }
  64. .rules.data-v-55c586f6 {
  65. position: absolute;
  66. top: 32rpx;
  67. height: 40rpx;
  68. line-height: 40rpx;
  69. width: 136rpx;
  70. text-align: center;
  71. background-color: rgba(0, 0, 0, 0.2);
  72. border-radius: 20rpx;
  73. font-size: 12px;
  74. color: #fff;
  75. z-index: 2;
  76. }
  77. .left-rules.data-v-55c586f6 {
  78. left: 20rpx;
  79. }
  80. .right-rules.data-v-55c586f6 {
  81. right: 20rpx;
  82. }
  83. .log-box.data-v-55c586f6 {
  84. position: absolute;
  85. z-index: 2;
  86. min-height: calc(100vh - 870rpx);
  87. top: 870rpx;
  88. padding-top: 20rpx;
  89. width: 100%;
  90. padding-bottom: 100rpx;
  91. }
  92. .info.data-v-55c586f6 {
  93. background-color: #fff;
  94. margin: 0 20rpx;
  95. position: relative;
  96. z-index: 2;
  97. border-radius: 16rpx;
  98. text-align: center;
  99. font-size: 16px;
  100. color: #353535;
  101. padding-top: 65rpx;
  102. padding-bottom: 10rpx;
  103. }
  104. .info .avatar.data-v-55c586f6 {
  105. position: absolute;
  106. top: -70rpx;
  107. left: 0;
  108. right: 0;
  109. width: 118rpx;
  110. height: 118rpx;
  111. border-radius: 50%;
  112. margin: 0 auto;
  113. border: 1rpx solid #fff;
  114. }
  115. .info .username.data-v-55c586f6 {
  116. font-size: 14px;
  117. color: #999;
  118. margin-bottom: 20rpx;
  119. }
  120. .goods.data-v-55c586f6 {
  121. margin: 20rpx 24rpx 0;
  122. padding: 24rpx 0;
  123. height: 264rpx;
  124. border-top: 1rpx solid #e2e2e2;
  125. text-align: left;
  126. font-size: 14px;
  127. color: #353535;
  128. }
  129. .goods image.data-v-55c586f6 {
  130. height: 216rpx;
  131. width: 216rpx;
  132. float: left;
  133. display: block;
  134. margin-right: 20rpx;
  135. }
  136. .goods .end_time.data-v-55c586f6 {
  137. font-size: 14px;
  138. color: #666;
  139. margin-top: 10rpx;
  140. }
  141. .end_time text.data-v-55c586f6 {
  142. margin: 0 10rpx;
  143. }
  144. .end_time text.data-v-55c586f6:last-of-type {
  145. margin: 0 0 0 10rpx;
  146. }
  147. .goods .end_time .date-text.data-v-55c586f6 {
  148. display: inline-block;
  149. color: #fff;
  150. height: 46rpx;
  151. line-height: 46rpx;
  152. text-align: center;
  153. width: 46rpx;
  154. margin: 0;
  155. background-color: #666;
  156. border-radius: 4rpx;
  157. }
  158. .goods .price.data-v-55c586f6 {
  159. font-size: 16px;
  160. color: #ff5c5c;
  161. margin-top: 10rpx;
  162. }
  163. .progress.data-v-55c586f6 {
  164. padding-top: 56rpx;
  165. height: 180rpx;
  166. width: 680rpx;
  167. margin: 32rpx auto 0;
  168. position: relative;
  169. z-index: 2;
  170. }
  171. .progress-info.data-v-55c586f6, .begin.data-v-55c586f6 {
  172. font-size: 12px;
  173. color: #ff5c5c;
  174. padding: 0 20rpx;
  175. display: inline-block;
  176. border-radius: 20rpx;
  177. height: 40rpx;
  178. line-height: 40rpx;
  179. background-color: #fff;
  180. position: absolute;
  181. z-index: 5;
  182. top: 0;
  183. left: 5%;
  184. margin-left: -68rpx;
  185. white-space: nowrap;
  186. }
  187. .progress-info.progressing.data-v-55c586f6 {
  188. margin-left: -68rpx;
  189. min-width: 82rpx;
  190. white-space: nowrap;
  191. }
  192. .progress-info.data-v-55c586f6::after {
  193. content: '';
  194. position: absolute;
  195. top: 40rpx;
  196. left: 50%;
  197. margin-left: -8rpx;
  198. border: 8rpx solid transparent;
  199. border-top-color: #fff;
  200. }
  201. .progress .border.data-v-55c586f6 {
  202. position: absolute;
  203. top: 40rpx;
  204. margin-left: -8rpx;
  205. border: 8rpx solid transparent;
  206. border-top-color: #fff;
  207. }
  208. .progress-info.over.data-v-55c586f6::after {
  209. left: 75%;
  210. }
  211. .progress-info.over.data-v-55c586f6 {
  212. left: 97%;
  213. margin-left: -68rpx;
  214. white-space: nowrap;
  215. }
  216. .progress .progress-bg.data-v-55c586f6 {
  217. width: 680rpx;
  218. height: 28rpx;
  219. position: relative;
  220. z-index: 2;
  221. }
  222. .progress .progress-bg image.data-v-55c586f6 {
  223. width: 680rpx;
  224. height: 28rpx;
  225. position: absolute;
  226. }
  227. .progress .line.data-v-55c586f6 {
  228. position: absolute;
  229. top: 2rpx;
  230. left: 2rpx;
  231. height: 24rpx;
  232. background-color: #ff9f9f;
  233. border-radius: 12rpx;
  234. z-index: 5;
  235. max-width: 676rpx;
  236. }
  237. .progress .line.small-line.data-v-55c586f6 {
  238. border-top-right-radius: 0;
  239. border-bottom-right-radius: 0;
  240. }
  241. .before-price.data-v-55c586f6, .after-price.data-v-55c586f6 {
  242. font-size: 12px;
  243. color: #fff;
  244. position: absolute;
  245. bottom: 40rpx;
  246. }
  247. .before-price.data-v-55c586f6 {
  248. left: 0;
  249. }
  250. .after-price.data-v-55c586f6 {
  251. right: 0;
  252. }
  253. .button-view.data-v-55c586f6 {
  254. position: relative;
  255. z-index: 2;
  256. margin: 0 20rpx;
  257. }
  258. .button-view button.data-v-55c586f6 {
  259. height: 82rpx;
  260. width: 328rpx;
  261. padding: 0;
  262. margin: 0;
  263. border-radius: 41rpx;
  264. }
  265. .button-view image.data-v-55c586f6 {
  266. height: 82rpx;
  267. width: 328rpx;
  268. }
  269. .log.data-v-55c586f6 {
  270. background-color: rgba(255, 255, 255, 0.3);
  271. margin: 0 20rpx;
  272. padding: 40rpx;
  273. border-radius: 16rpx;
  274. position: relative;
  275. z-index: 2;
  276. }
  277. .log-line.data-v-55c586f6 {
  278. position: absolute;
  279. top: 60rpx;
  280. left: 50%;
  281. height: 1rpx;
  282. width: 160rpx;
  283. background-color: #fff;
  284. }
  285. .log .log-line.data-v-55c586f6:first-of-type {
  286. margin-left: -254rpx;
  287. }
  288. .log .log-line.data-v-55c586f6:last-of-type {
  289. margin-left: 94rpx;
  290. }
  291. .log-title.data-v-55c586f6 {
  292. color: #fff;
  293. font-size: 14px;
  294. margin: 0 34rpx;
  295. }
  296. .log-item.data-v-55c586f6 {
  297. margin-top: 40rpx;
  298. height: 80rpx;
  299. line-height: 80rpx;
  300. color: #fff;
  301. }
  302. .log-item .log-user.data-v-55c586f6 {
  303. float: left;
  304. width: 50%;
  305. }
  306. .log-item .log-user image.data-v-55c586f6 {
  307. height: 80rpx;
  308. width: 80rpx;
  309. border-radius: 50%;
  310. margin-right: 24rpx;
  311. float: left;
  312. }
  313. .log-item .log-info.data-v-55c586f6 {
  314. float: right;
  315. width: 50%;
  316. text-align: right;
  317. }
  318. .log-item .log-info text.data-v-55c586f6 {
  319. float: right;
  320. }
  321. .log-item .log-info image.data-v-55c586f6 {
  322. margin-top: 15rpx;
  323. height: 50rpx;
  324. width: 72rpx;
  325. margin-right: 16rpx;
  326. }
  327. .look-more.data-v-55c586f6, .up.data-v-55c586f6 {
  328. margin-top: 48rpx;
  329. width: 100%;
  330. font-size: 12px;
  331. color: #fff;
  332. text-align: center;
  333. }
  334. .look-more image.data-v-55c586f6, .up image.data-v-55c586f6 {
  335. height: 18rpx;
  336. width: 18rpx;
  337. margin-right: 16rpx;
  338. }
  339. .join.data-v-55c586f6 {
  340. height: 152rpx;
  341. }
  342. .dialog-bg.data-v-55c586f6 {
  343. height: 100%;
  344. width: 100%;
  345. position: fixed;
  346. left: 0;
  347. top: 0;
  348. z-index: 10;
  349. background-color: rgba(0, 0, 0, 0.3);
  350. }
  351. .dialog-header.data-v-55c586f6 {
  352. position: absolute;
  353. left: 0;
  354. right: 0;
  355. top: 0;
  356. margin: 0 auto;
  357. height: 200rpx;
  358. width: 638rpx;
  359. z-index: 15;
  360. }
  361. .dialog-header-gif.data-v-55c586f6 {
  362. position: absolute;
  363. left: 0;
  364. right: 0;
  365. top: 34rpx;
  366. margin: 0 auto;
  367. height: 69rpx;
  368. width: 132rpx;
  369. z-index: 20;
  370. }
  371. .dialog-header-gif-sec.data-v-55c586f6 {
  372. position: absolute;
  373. left: 0;
  374. right: 0;
  375. top: -70rpx;
  376. margin: 0 auto;
  377. height: 276rpx;
  378. width: 525rpx;
  379. z-index: 20;
  380. -webkit-transform: scale(0.25);
  381. transform: scale(0.25);
  382. }
  383. .dialog.data-v-55c586f6 {
  384. padding: 60rpx 0 48rpx;
  385. background-color: #fff;
  386. position: fixed;
  387. top: 504rpx;
  388. left: 0;
  389. right: 0;
  390. margin: 0 auto;
  391. width: 638rpx;
  392. text-align: center;
  393. border-bottom-left-radius: 16rpx;
  394. border-bottom-right-radius: 16rpx;
  395. }
  396. .dialog image.data-v-55c586f6 {
  397. margin-top: 45rpx;
  398. height: 88rpx;
  399. width: 480rpx;
  400. }
  401. .button-margin.data-v-55c586f6 {
  402. margin-top: 45rpx;
  403. }
  404. .button-margin button.data-v-55c586f6 {
  405. border: 0;
  406. }
  407. .dialog button.data-v-55c586f6 {
  408. background-color: #fff;
  409. }
  410. .dialog .price.data-v-55c586f6 {
  411. color: #ff5c5c;
  412. font-size: 16px;
  413. font-weight: blod;
  414. }
  415. .dialog-close.data-v-55c586f6 {
  416. height: 50rpx;
  417. width: 50rpx;
  418. position: fixed;
  419. top: 320rpx;
  420. right: 62rpx;
  421. z-index: 20;
  422. }
  423. .in-bargain.data-v-55c586f6 {
  424. position: fixed;
  425. top: 300rpx;
  426. left: 0;
  427. right: 0;
  428. margin: 0 auto;
  429. width: 638rpx;
  430. height: 535rpx;
  431. border-radius: 16rpx;
  432. background-color: #fff;
  433. }
  434. .bargain-gif.data-v-55c586f6 {
  435. display: block;
  436. position: absolute;
  437. top: 147.5rpx;
  438. left: 0;
  439. right: 0;
  440. height: 240rpx;
  441. width: 310rpx;
  442. margin: 0 auto;
  443. }
  444. .bargain-gif-bg.data-v-55c586f6 {
  445. display: block;
  446. position: absolute;
  447. top: 0;
  448. left: 0;
  449. right: 0;
  450. height: 500rpx;
  451. width: 500rpx;
  452. margin: 0 auto;
  453. }
  454. page.data-v-55c586f6 {
  455. height: 100%;
  456. }
  457. .nickname.data-v-55c586f6 {
  458. white-space: nowrap;
  459. overflow: hidden;
  460. text-overflow: ellipsis;
  461. display: inline-block;
  462. width: 65%;
  463. }
  464. .dialog-item.data-v-55c586f6 {
  465. position: fixed;
  466. top: 400rpx;
  467. left: 0;
  468. right: 0;
  469. height: 300rpx;
  470. width: 640rpx;
  471. margin: 0 auto;
  472. z-index: 21;
  473. background-color: #fff;
  474. border-radius: 20rpx;
  475. text-align: center;
  476. font-size: 30rpx;
  477. }
  478. .close-button.data-v-55c586f6 {
  479. height: 88rpx;
  480. width: 640rpx;
  481. border-top: 1rpx solid #e2e2e2;
  482. line-height: 88rpx;
  483. color: #ff4544;
  484. position: absolute;
  485. bottom: 0;
  486. left: 0;
  487. }
  488. .dialog-tip-title.data-v-55c586f6 {
  489. margin: 40rpx auto 35rpx;
  490. }
  491. .join-img.data-v-55c586f6 {
  492. width: 680rpx;
  493. height: 110rpx;
  494. }
  495. .goods-name.data-v-55c586f6 {
  496. margin-top: 6rpx;
  497. }