collagemsg.wxss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. .topimg {
  2. display: block;
  3. max-height: 600rpx;
  4. overflow: hidden;
  5. }
  6. .titlebox {
  7. display: block;
  8. width: 100%;
  9. padding: 18rpx 30rpx;
  10. border-bottom: 2rpx solid #cccccc;
  11. box-sizing: border-box;
  12. }
  13. .activityname {
  14. display: block;
  15. line-height: 43rpx;
  16. width: 500rpx;
  17. }
  18. .rightopnum {
  19. position: absolute;
  20. top: 50%;
  21. right: 30rpx;
  22. transform: translateY(-50%);
  23. }
  24. .timebox {
  25. display: block;
  26. width: 690rpx;
  27. margin: 0 auto;
  28. height: 68rpx;
  29. border-bottom: 2rpx solid #ECECEC;
  30. line-height: 66rpx;
  31. }
  32. .winprizebox {
  33. width: 690rpx;
  34. margin: 0 auto;
  35. padding: 20rpx 0 24rpx;
  36. line-height: 30rpx;
  37. }
  38. .winprizebox text {
  39. display: block;
  40. margin: 0 20rpx;
  41. }
  42. .bgbox {
  43. display: block;
  44. width: 100%;
  45. height: 20rpx;
  46. background-color: #f6f6f6;
  47. }
  48. .collagepersonnel {}
  49. .personneltitle image {
  50. display: block;
  51. width: 193rpx;
  52. height: 56rpx;
  53. margin: 0 auto;
  54. }
  55. .personneltitle view {
  56. display: block;
  57. height: 46rpx;
  58. position: relative;
  59. top: -0rpx;
  60. z-index: 2;
  61. margin: -46rpx auto 0;
  62. line-height: 46rpx;
  63. }
  64. .personnelbox {
  65. margin-top: 34rpx;
  66. }
  67. .everypersonnel {
  68. display: block;
  69. width: 98rpx;
  70. height: 98rpx;
  71. border: 2rpx solid #FDAC3B;
  72. box-sizing: content-box;
  73. border-radius: 50%;
  74. position: relative;
  75. margin: 0px 26rpx !important;
  76. }
  77. .mb30 {
  78. margin-bottom: 30rpx !important;
  79. }
  80. .topbox{
  81. display: block;
  82. width: 100%;
  83. background-color: #ffffff;
  84. position: fixed;
  85. top: 0;
  86. left: 0;
  87. z-index: 9999999;
  88. }
  89. .leftindexbox{
  90. position: absolute;
  91. left: 8px;
  92. width: 70px;
  93. border: 1px solid #d1cfcf;
  94. padding: 4px 0;
  95. height: 28px;
  96. border-radius: 18px;
  97. box-sizing: border-box;
  98. }
  99. .leftindexbox .leftgoto{
  100. display: block;
  101. width: 8px;
  102. height: 14px;
  103. float: left;
  104. margin-left: 11px;
  105. transform: rotateY(180deg);
  106. position: relative;
  107. top: 2px;
  108. z-index: 9;
  109. }
  110. .gotoindex{
  111. display: block;
  112. width: 16px;
  113. height: 16px;
  114. float: right;
  115. position: relative;
  116. right: 10px;
  117. top: 1px;
  118. }
  119. .delTeam {
  120. position: absolute;
  121. bottom: -50rpx;
  122. width: 80rpx;
  123. height: 40rpx;
  124. right: 10rpx;
  125. font-size: 24rpx;
  126. border: 2rpx solid #E02E24;
  127. color: #E02E24;
  128. }
  129. .everypersonnel .headimg {
  130. display: block;
  131. width: 98rpx;
  132. height: 98rpx;
  133. border-radius: 50%;
  134. }
  135. .everypersonnel .firstimg {
  136. display: block;
  137. width: 58rpx;
  138. height: 34rpx;
  139. position: absolute;
  140. top: -16rpx;
  141. left: 0;
  142. z-index: 2;
  143. }
  144. .questionbox {
  145. border-color: #707070;
  146. border-style: dashed;
  147. }
  148. .questionbox .questionimg {
  149. display: block;
  150. width: 38rpx;
  151. height: 38rpx;
  152. margin: 30rpx auto 0;
  153. }
  154. .personnelbox .everypersonnel:last-child {
  155. margin-right: 0;
  156. }
  157. .personum {
  158. margin-top: 16rpx;
  159. }
  160. .sharebtn {
  161. display: block;
  162. width: 690rpx;
  163. height: 90rpx;
  164. background: #E02E24;
  165. border-radius: 10rpx;
  166. margin: 38rpx auto 24rpx;
  167. line-height: 90rpx;
  168. }
  169. .teamtitle {
  170. display: block;
  171. width: 100%;
  172. padding: 0 30rpx;
  173. height: 82rpx;
  174. line-height: 80rpx;
  175. border-bottom: 2rpx solid #ECECEC;
  176. }
  177. .otherteambox {
  178. display: block;
  179. width: 690rpx;
  180. margin: 0 auto;
  181. }
  182. .otherteambox swiper {
  183. display: block;
  184. max-height: 272rpx;
  185. overflow: hidden;
  186. }
  187. .everyteambox {
  188. display: block;
  189. border-bottom: 2rpx solid #ECECEC;
  190. padding: 40rpx 0 20rpx;
  191. box-sizing: content-box;
  192. height: 74rpx !important;
  193. }
  194. .oheadimg {
  195. display: block;
  196. width: 74rpx;
  197. height: 74rpx;
  198. background: #FFFFFF;
  199. box-shadow: 0px 0px 4rpx rgba(0, 0, 0, 0.16);
  200. border-radius: 50%;
  201. }
  202. .oname {
  203. display: block;
  204. line-height: 74rpx;
  205. margin-left: 20rpx;
  206. max-width: 300rpx;
  207. }
  208. .gospell {
  209. display: block;
  210. width: 130rpx;
  211. height: 58rpx;
  212. background: #E12C25;
  213. border-radius: 10rpx;
  214. line-height: 58rpx;
  215. margin-left: 10rpx;
  216. position: relative;
  217. top: 8rpx;
  218. }
  219. .teamsurplus {
  220. position: relative;
  221. top: 7rpx;
  222. text-align: right;
  223. }
  224. .activitymsgtitle {
  225. padding-left: 30rpx;
  226. line-height: 70rpx;
  227. }
  228. .activitymsg image {
  229. display: block;
  230. max-width: 100%;
  231. height: auto;
  232. }
  233. .activitymsg {
  234. font-size: 24rpx;
  235. padding: 0 30rpx 60rpx;
  236. }
  237. .participatorylayer {
  238. display: block;
  239. width: 100%;
  240. height: 100%;
  241. position: fixed;
  242. z-index: 99;
  243. background: rgba(0, 0, 0, 0.77);
  244. top: 0;
  245. left: 0;
  246. }
  247. .participatorybox {
  248. display: block;
  249. width: 680rpx;
  250. background-color: #FFFFFF;
  251. border-radius: 10rpx;
  252. position: absolute;
  253. top: 50%;
  254. left: 35rpx;
  255. transform: translateY(-50%);
  256. max-height: 70%;
  257. box-sizing: border-box;
  258. padding-top: 98rpx;
  259. }
  260. .partytitlebox {
  261. position: absolute;
  262. top: 0%;
  263. width: 100%;
  264. height: 98rpx;
  265. background-color: #FFFFFF;
  266. border-bottom: 2rpx solid #CCCCCC;
  267. }
  268. .closebox {
  269. display: block;
  270. width: 52rpx;
  271. height: 52rpx;
  272. background: #fff;
  273. box-shadow: 0px 3rpx 6rpx rgba(0, 0, 0, 0.16);
  274. border-radius: 50%;
  275. overflow: hidden;
  276. position: absolute;
  277. top: -26rpx;
  278. right: -26rpx;
  279. }
  280. .closebox image {
  281. display: block;
  282. width: 20rpx;
  283. height: 20rpx;
  284. margin: 16rpx auto;
  285. }
  286. .allteambox {
  287. padding: 0 30rpx;
  288. }
  289. .everyallteambox {
  290. display: block;
  291. width: 100%;
  292. border-bottom: 2rpx solid #cccccc;
  293. height: 80rpx;
  294. box-sizing: content-box;
  295. overflow: hidden;
  296. padding: 20rpx 0;
  297. }
  298. .everyallteambox .oheadimg {
  299. display: block;
  300. width: 80rpx;
  301. height: 80rpx;
  302. background: #FFFFFF;
  303. box-shadow: 0px 0px 4rpx rgba(0, 0, 0, 0.16);
  304. border-radius: 50%;
  305. }
  306. .everyallteambox .teamsurplus {
  307. text-align: left;
  308. margin-left: 20rpx;
  309. }
  310. .everyallteambox .teamsurplus .teamername {
  311. max-width: 300rpx;
  312. }
  313. .color28A1FF {
  314. color: #28A1FF;
  315. }
  316. .colorccc {
  317. color: #cccccc;
  318. }
  319. view {
  320. overflow: unset;
  321. }
  322. .wzh-mask {
  323. background: rgba(0, 0, 0, .6);
  324. display: block;
  325. width: 100%;
  326. height: 100%;
  327. position: fixed;
  328. top: 0;
  329. left: 0;
  330. z-index: 5000;
  331. }
  332. .wzh-dialog {
  333. position: absolute;
  334. top: 50%;
  335. left: 16px;
  336. right: 16px;
  337. -webkit-transform: translateY(-50%);
  338. transform: translateY(-50%);
  339. background-color: #ffffff;
  340. text-align: center;
  341. border-radius: 12px;
  342. overflow: hidden;
  343. display: -webkit-box;
  344. display: -webkit-flex;
  345. display: flex;
  346. -webkit-flex-direction: column;
  347. -webkit-box-orient: vertical;
  348. -webkit-box-direction: normal;
  349. flex-direction: column;
  350. max-height: 90%;
  351. }
  352. .wzh-dialog__hd {
  353. padding: 32px 24px 16px;
  354. }
  355. .wzh-dialog__title {
  356. font-weight: 700;
  357. font-size: 17px;
  358. line-height: 1.4;
  359. }
  360. .wzh-dialog__bd {
  361. overflow-y: auto;
  362. -webkit-overflow-scrolling: touch;
  363. padding: 0 24px;
  364. margin-bottom: 32px;
  365. font-size: 17px;
  366. line-height: 1.4;
  367. word-wrap: break-word;
  368. -webkit-hyphens: auto;
  369. hyphens: auto;
  370. color: #999;
  371. }
  372. .wzh-dialog__ft {
  373. display: -webkit-box;
  374. display: -webkit-flex;
  375. display: flex;
  376. }
  377. .wzh-dialog__btn {
  378. display: block;
  379. -webkit-box-flex: 1;
  380. -webkit-flex: 1;
  381. flex: 1;
  382. font-weight: 700;
  383. text-decoration: none;
  384. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  385. position: relative;
  386. background: #fff;
  387. height: 45px;
  388. line-height: 45px;
  389. }
  390. .wzh-dialog__ft:after {
  391. content: " ";
  392. position: absolute;
  393. left: 0;
  394. top: 0;
  395. right: 0;
  396. height: 1px;
  397. border-top: 1px solid var(--weui-DIALOG-LINE-COLOR);
  398. color: var(--weui-DIALOG-LINE-COLOR);
  399. -webkit-transform-origin: 0 0;
  400. transform-origin: 0 0;
  401. -webkit-transform: scaleY(.5);
  402. transform: scaleY(.5);
  403. }
  404. .wzh-dialog__btn1::after {
  405. content: " ";
  406. position: absolute;
  407. left: 0;
  408. top: 0;
  409. width: 1px;
  410. bottom: 0;
  411. border-left: 1px solid var(--weui-DIALOG-LINE-COLOR);
  412. color: var(--weui-DIALOG-LINE-COLOR);
  413. -webkit-transform-origin: 0 0;
  414. transform-origin: 0 0;
  415. -webkit-transform: scaleX(.5);
  416. transform: scaleX(.5);
  417. }
  418. .color999 {
  419. color: #999999;
  420. }
  421. .prizesBox {
  422. padding: 20rpx;
  423. }
  424. .prizes-title {
  425. border-left: 10rpx solid #E02E24;
  426. height: 30rpx;
  427. display: flex;
  428. align-items: center;
  429. font-size: 28rpx;
  430. color: #333333;
  431. font-weight: 700;
  432. padding-left: 10rpx;
  433. }
  434. .prizes-item {
  435. display: flex;
  436. font-size: 24rpx;
  437. height: 84rpx;
  438. align-items: center;
  439. }
  440. .border-bottom {
  441. border-bottom: 1rpx solid #ECECEC;
  442. }
  443. .prize-circle {
  444. width: 14rpx;
  445. height: 14rpx;
  446. background-color: #CCCCCC;
  447. border-radius: 50%;
  448. margin-right: 10rpx;
  449. }
  450. .colorccc {
  451. color: #cccccc;
  452. }
  453. .colorE02E24 {
  454. color: #E02E24;
  455. }
  456. .fontw700 {
  457. font-weight: 700;
  458. }
  459. .flex-sub {
  460. flex: 1;
  461. }
  462. .countDown {
  463. width: 100%;
  464. height: 60rpx;
  465. display: flex;
  466. align-items: center;
  467. justify-content: center;
  468. }
  469. .countDownBox {
  470. width: 194rpx;
  471. height: 46rpx;
  472. background-color: #F2F2F2;
  473. display: flex;
  474. justify-content: center;
  475. align-items: center;
  476. }