communitactiv.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  1. .topimgbox{
  2. display: block;
  3. top: 0;
  4. left: 0;
  5. z-index: 1;
  6. width: 100%;
  7. height: 480rpx;
  8. }
  9. .PKpersonbox{
  10. position: relative;
  11. z-index: 2;
  12. width: 100%;
  13. padding-top: 24rpx;
  14. }
  15. .PKheadimg{
  16. display: block;
  17. width: 126rpx;
  18. height: 126rpx;
  19. border-radius: 50%;
  20. margin: 24rpx auto 10rpx;
  21. }
  22. .linebox{
  23. margin: 0 12rpx;
  24. }
  25. .PKbtnbox{
  26. position: absolute;
  27. top: 72rpx;
  28. right: 44rpx;
  29. width: 100rpx;
  30. height: 36rpx;
  31. opacity: 0.64;
  32. border: 1px solid rgba(255,255,255,1);
  33. border-radius: 20rpx;
  34. font-size: 24rpx;
  35. color: #ffffff;
  36. overflow: hidden;
  37. }
  38. .PkNumbox{
  39. margin-top: 30rpx;
  40. }
  41. .PkNumbox .numbox{
  42. display: block;
  43. line-height: 50rpx;
  44. font-size: 36rpx;
  45. font-weight: bold;
  46. margin-bottom: 12rpx;
  47. }
  48. .addnumbox{
  49. width: 710rpx;
  50. position: relative;
  51. z-index: 2;
  52. height: 186rpx;
  53. background: #FFFFFF;
  54. box-shadow: 0px 4rpx 16rpx 0px rgba(196,9,9,0.2);
  55. border-radius: 4rpx;
  56. margin: 50rpx auto;
  57. }
  58. .addnumbox image{
  59. display: block;
  60. width: 40rpx;
  61. height: 40rpx;
  62. margin: 60rpx auto 16rpx;
  63. }
  64. .addnumdiv{
  65. display: block;
  66. position: relative;
  67. width: 100%;
  68. }
  69. .changetitbox{
  70. margin: 0 20rpx;
  71. }
  72. .numtit{
  73. display: block;
  74. width: auto;
  75. font-size: 28rpx;
  76. color: #210605;
  77. }
  78. .nownumechart{
  79. font-size: 36rpx;
  80. font-weight: bold;
  81. }
  82. .minenumdiv{
  83. display: block;
  84. width: 34rpx;
  85. height: 20rpx;
  86. position: relative;
  87. top: 15rpx;
  88. background: #FF0035;
  89. margin-right: 8rpx;
  90. }
  91. .opponentnum{
  92. display: block;
  93. width: 34rpx;
  94. height: 20rpx;
  95. position: relative;
  96. top: 15rpx;
  97. background: #0089fF;
  98. margin-right: 8rpx;
  99. margin-left: 16rpx;
  100. }
  101. .everyworkbox{
  102. display: block;
  103. width: 355px;
  104. background: #F2F2F2;
  105. margin: 20rpx auto;
  106. padding: 14rpx 20rpx;
  107. }
  108. .mychartbox{
  109. display: block;
  110. width: 100%;
  111. height: 400rpx;
  112. }
  113. .mychartbox{
  114. position: relative;
  115. z-index: 3;
  116. }
  117. .canvasid{width: 100%;height:400rpx;}
  118. page{
  119. padding-bottom: 120rpx;
  120. display: block;
  121. width: 100%;
  122. height: 100%;
  123. overflow: auto;
  124. box-sizing: border-box;
  125. }
  126. .layerbox{
  127. display: block;
  128. position: fixed;
  129. top:0;
  130. left: 0;
  131. z-index: 88;
  132. width: 100%;
  133. height: 100%;
  134. background: rgba(33,6,5,0.5);
  135. }
  136. .uploadimgbox{
  137. display: block;
  138. width: 670rpx;
  139. height: 800rpx;
  140. background: #FFFFFF;
  141. border-radius: 10rpx;
  142. position: absolute;
  143. top: 50%;
  144. left: 40rpx;
  145. transform: translateY(-50%);
  146. overflow: hidden;
  147. padding-top: 100rpx;
  148. }
  149. .addfuntit{
  150. display: block;
  151. width: 100%;
  152. height: 100rpx;
  153. background: #C40909;
  154. line-height: 100rpx;
  155. position: absolute;
  156. top: 0;
  157. left: 0;
  158. }
  159. .uploadimg{
  160. display: block;
  161. width: 100%;
  162. height: 100%;
  163. overflow: auto;
  164. padding: 20rpx 22rpx;
  165. }
  166. .wbclose{
  167. display: block;
  168. position: absolute;
  169. right: 24rpx;
  170. top: 35rpx;
  171. width: 36rpx;
  172. height: 34rpx;
  173. z-index: 9;
  174. }
  175. .upimg{
  176. display: block;
  177. width: 135rpx;
  178. height: 142rpx;
  179. margin-right: 14rpx;
  180. border: 1px solid rgba(204,204,204,1);
  181. }
  182. .addimgbox{
  183. display: block;
  184. width: 135rpx;
  185. height: 142rpx;
  186. border: 1px solid rgba(204,204,204,1);
  187. }
  188. .addimgbox image{
  189. display: block;
  190. width: 60rpx;
  191. height: 60rpx;
  192. margin: 0 auto;
  193. margin-top: 24rpx;
  194. }
  195. .uploadText {
  196. margin-top: 12rpx;
  197. }
  198. .imgarrbox{
  199. margin-top: 22rpx;
  200. }
  201. .noticebox{
  202. display: block;
  203. width: 100%;
  204. background: #F2F2F2;
  205. border-radius: 4rpx;
  206. padding: 16rpx;
  207. margin-top: 40rpx;
  208. }
  209. .editbo{
  210. margin-top: 48rpx;
  211. }
  212. .wbeditinput{
  213. display: block;
  214. width: 55rpx;
  215. }
  216. .wbedit{
  217. display: block;
  218. width: 22rpx;
  219. height: 20rpx;
  220. position: relative;
  221. top: 10rpx;
  222. margin-left: 4rpx;
  223. }
  224. .savebox{
  225. display: block;
  226. width: 100%;
  227. height: 98rpx;
  228. background: #C40909;
  229. border-radius: 10rpx;
  230. font-weight: 500;
  231. margin-top: 68rpx;
  232. }
  233. .footer{
  234. position: fixed;
  235. bottom: 0;
  236. left: 0;
  237. width: 100%;
  238. height: 49px;
  239. box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.09);
  240. z-index: 78;
  241. }
  242. .everyfoot{
  243. display: block;
  244. height: 100%;
  245. font-size: 12px;
  246. }
  247. .everyfoot image{
  248. height: 18px;
  249. margin: 6px auto 3px;
  250. }
  251. .everyfoot view{
  252. line-height: 17px;
  253. position: relative;
  254. top: -4px;
  255. }
  256. .opponentlist{
  257. display: block;
  258. width: 710rpx;
  259. padding-top: 264rpx;
  260. position: absolute;
  261. top: 50%;
  262. left: 20rpx;
  263. transform: translateY(-50%);
  264. background-color: #FFFFFF;
  265. border-radius: 10rpx;
  266. }
  267. .opponentbox{
  268. display: block;
  269. width: 100%;
  270. height: 144rpx;
  271. background: #C40909;
  272. position: absolute;
  273. top: 0;
  274. left: 0;
  275. z-index: 9;
  276. border-radius: 10rpx 10rpx 0 0;
  277. }
  278. .opponentbox .PKheadimg{
  279. margin: -57rpx auto 10rpx;
  280. }
  281. .opponentit{
  282. display: block;
  283. width: 100%;
  284. height: 120rpx;
  285. z-index: 9;
  286. top: 144rpx;
  287. left: 0;
  288. padding: 32rpx 20rpx 8rpx;
  289. }
  290. .opponentlistbox{
  291. display: block;
  292. width: 100%;
  293. height: 50vh;
  294. overflow: hidden;
  295. border-radius: 0 0 10rpx 10rpx;
  296. padding-bottom: 32rpx;
  297. }
  298. .opponentlistview{
  299. display: block;
  300. width: 100%;
  301. height: 100%;
  302. }
  303. .lunbox{
  304. display: flex;
  305. width: 160rpx;
  306. height: 48rpx;
  307. border-radius: 5rpx;
  308. background: #FFFFFF;
  309. border: 1px solid rgba(196,9,9,1);
  310. }
  311. .lunrangle{
  312. display: block;
  313. width: 18rpx;
  314. height: 12rpx;
  315. position: relative;
  316. top: 12rpx;
  317. margin-left: 4rpx;
  318. }
  319. .leftopponentit{
  320. display: block;
  321. width: 500rpx;
  322. }
  323. .leftopponentit view{
  324. padding-bottom: 18rpx;
  325. }
  326. .nowoppotit{
  327. display: block;
  328. position: relative;
  329. font-size: 32rpx;
  330. color: #210605;
  331. }
  332. .nowoppotit::after{
  333. content: ' ';
  334. display: block;
  335. width: 38rpx;
  336. height: 8rpx;
  337. background: #210605;
  338. border-radius: 4rpx;
  339. position: absolute;
  340. left: 10%;
  341. bottom: 0px;
  342. }
  343. .everyoppobox{
  344. display: block;
  345. width: 100%;
  346. border-bottom: 1px solid #ccc;
  347. padding: 16rpx 20rpx 20rpx;
  348. }
  349. .oppoimgbox{
  350. margin-top: 12rpx;
  351. }
  352. .oppoimgbox image{
  353. display: block;
  354. width: 118rpx;
  355. height: 126rpx;
  356. margin-right: 18rpx;
  357. }
  358. .addnumbox image.wxteam{
  359. display: block;
  360. width: 72rpx;
  361. height: 218rpx;
  362. position: absolute;
  363. right: -6rpx;
  364. top: -16rpx;
  365. margin: 0;
  366. }
  367. .addnumbox view.wxteamtext{
  368. display: block;
  369. width: 24rpx;
  370. height: 170rpx;
  371. position: absolute;
  372. right: 10rpx;
  373. top: 18rpx;
  374. margin: 0;
  375. }
  376. /* 操作记录 */
  377. .recordtitbox{
  378. display: block;
  379. width: 100%;
  380. top: 0;
  381. left: 0;
  382. background-color: #FFFFFF;
  383. z-index: 9;
  384. padding: 32rpx 20rpx 15rpx;
  385. }
  386. .leftrecordtitbox{
  387. width: 520rpx;
  388. }
  389. .leftrecordtitbox view{
  390. padding-bottom: 16rpx;
  391. }
  392. .leftrecordtitbox view.nowrecordtit{
  393. display: block;
  394. position: relative;
  395. font-size: 36rpx;
  396. font-weight: bold;
  397. }
  398. .nowrecordtit::after{
  399. content: " ";
  400. display: block;
  401. width: 38rpx;
  402. height: 8rpx;
  403. background: #210605;
  404. border-radius: 4rpx;
  405. position: absolute;
  406. bottom: 0;
  407. left: 30%;
  408. }
  409. .recordlistbox{
  410. display: block;
  411. padding: 126rpx 20rpx 20rpx;
  412. }
  413. /* 排行榜 */
  414. .titnumbox{
  415. display: block;
  416. position: fixed;
  417. top: 0;
  418. left: 0;
  419. z-index: 9;
  420. background-color: #FFFFFF;
  421. width: 100%;
  422. height: 96rpx;
  423. }
  424. .titnumbox image{
  425. display: block;
  426. height: 28rpx;
  427. position: relative;
  428. top: 34rpx;
  429. margin-right: 5rpx;
  430. }
  431. .everytit{
  432. height: 100%;
  433. border-bottom: 2rpx solid #ccc;
  434. position: relative;
  435. }
  436. .noweverytit{
  437. position: relative;
  438. }
  439. .noweverytit::after{
  440. display: block;
  441. content: " ";
  442. width: 100%;
  443. height: 4rpx;
  444. background-color: #C40909;
  445. position: absolute;
  446. left: 0;
  447. bottom: -5rpx;
  448. }
  449. .datatypebox{
  450. display: block;
  451. width: 100%;
  452. height: 96rpx;
  453. background-color: #FFFFFF;
  454. z-index: 9;
  455. position: fixed;
  456. top: 96rpx;
  457. left: 0;
  458. padding: 32rpx 20rpx 14rpx;
  459. box-sizing: border-box;
  460. }
  461. .sort{
  462. display: flex;
  463. width: 82rpx;
  464. height: 48rpx;
  465. background: #FFFFFF;
  466. border: 1px solid rgba(151,151,151,1);
  467. border-radius: 5rpx;
  468. box-sizing: content-box;
  469. margin-left: 20rpx;
  470. }
  471. .sort image{
  472. display: block;
  473. width: 22rpx;
  474. height: 32rpx;
  475. }
  476. .nowdiv{
  477. border-color: #C40909;
  478. color: #C40909;
  479. }
  480. .leftdatatypebox{
  481. display: block;
  482. width: 300rpx;
  483. }
  484. .leftdatatypebox view{
  485. padding-bottom: 16rpx;
  486. }
  487. .leftdatatypebox view.nowranktype{
  488. font-size: 32rpx;
  489. font-weight: bold;
  490. position: relative;
  491. }
  492. .nowranktype::after{
  493. display: block;
  494. width: 30rpx;
  495. height: 8rpx;
  496. background: #210605;
  497. border-radius: 4rpx;
  498. content: ' ';
  499. position: absolute;
  500. bottom: 0;
  501. left: 17%;
  502. }
  503. .ranklist{
  504. display: block;
  505. width: 100%;
  506. padding: 192rpx 20rpx 126rpx;
  507. }
  508. .everyrankbox{
  509. padding: 12rpx 28rpx 18rpx;
  510. border-bottom: 1px solid #ccc;
  511. }
  512. .everyrankbox .headimg{
  513. display: block;
  514. width: 60rpx;
  515. height: 60rpx;
  516. border: 3rpx solid rgba(255,0,53,1);
  517. border-radius: 50%;
  518. position: relative;
  519. top: 10rpx;
  520. margin-right: 12rpx;
  521. }
  522. .personame{
  523. display: block;
  524. max-width:340rpx;
  525. }
  526. .numsgbox{
  527. position: absolute;
  528. left: 448rpx;
  529. }
  530. .minenumbox{
  531. display: block;
  532. position: fixed;
  533. z-index: 2;
  534. bottom: 49px;/*no*/
  535. left: 0;
  536. width: 100%;
  537. height:63px;
  538. background: #C40909;
  539. box-shadow: 0px 1px 6px 0px rgba(85,0,0,0.68);
  540. z-index: 9;
  541. padding: 0 40rpx;
  542. font-size: 14px;
  543. line-height: 63px;
  544. }
  545. .myheadimg{
  546. display: block;
  547. width: 48px;
  548. height: 48px;
  549. border-radius: 50%;
  550. position: relative;
  551. top: 7.5px;
  552. margin-right: 22rpx;
  553. }
  554. .minenumbox .personame{
  555. max-width: 200rpx;
  556. }
  557. .mynumbox{
  558. position: absolute;
  559. top: 0;
  560. left: 360rpx;
  561. }
  562. .bd1{
  563. border-bottom: 1px solid #384855;
  564. }
  565. /* 加入团队 */
  566. .personbox{
  567. display: block;
  568. width: 100%;
  569. height:500rpx;
  570. overflow: hidden;
  571. }
  572. .joinbox .headimg{
  573. display: block;
  574. width: 160rpx;
  575. height: 160rpx;
  576. border-radius: 50%;
  577. margin: 200rpx auto 18rpx;
  578. }
  579. .nameinput{
  580. display: block;
  581. width: 670rpx;
  582. height: 80rpx;
  583. background: #FFFFFF;
  584. border: 1px solid rgba(204,204,204,1);
  585. border-radius: 4rpx;
  586. position: relative;
  587. margin: 0 auto 54rpx;
  588. box-sizing: border-box;
  589. }
  590. .iconimg{
  591. display: block;
  592. height: 28rpx;
  593. position: absolute;
  594. top: 26rpx;
  595. }
  596. .nameinput image{
  597. left: 16rpx;
  598. }
  599. .nameinput input{
  600. display: block;
  601. width: 100%;
  602. height: 100%;
  603. padding-left: 80rpx;
  604. box-sizing: border-box;
  605. background-color: #eee;
  606. }
  607. .teambox{
  608. display: block;
  609. width: 670rpx;
  610. height: 80rpx;
  611. background: #FFFFFF;
  612. border: 1px solid rgba(204,204,204,1);
  613. border-radius: 4rpx;
  614. position: relative;
  615. margin: 0 auto 60rpx;
  616. box-sizing: border-box;
  617. }
  618. .teambox image{
  619. left: 12rpx;
  620. }
  621. .teambox view{
  622. display: block;
  623. width: 100%;
  624. height: 100%;
  625. padding-left: 80rpx;
  626. box-sizing: border-box;
  627. line-height: 76rpx;
  628. }
  629. .joinbtn{
  630. display: block;
  631. width: 670rpx;
  632. height: 96rpx;
  633. background: #C40909;
  634. border-radius: 4rpx;
  635. margin: 0 auto 48rpx;
  636. }
  637. .notice{
  638. display: block;
  639. padding-left: 40rpx;
  640. font-size: 24rpx;
  641. color: #CCCCCC;
  642. }