大数据平台的小程序版本

index.wxss 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  1. .zzc{
  2. width: 100vw;
  3. height: 100vh;
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. background: transparent;
  9. }
  10. .detail{
  11. margin: 20rpx;
  12. position: relative;
  13. }
  14. .detail .box{
  15. display: flex;
  16. align-items: center;
  17. padding: 30rpx 20rpx;
  18. }
  19. .detail .box .userImg{
  20. width: 115rpx;
  21. height: 115rpx;
  22. border-radius: 50%;
  23. }
  24. .detail .info{
  25. background: #F3F7F9;
  26. }
  27. .detail .box .right {
  28. flex: 1;
  29. }
  30. .detail .box .right .usernameBox{
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-between;
  34. position: relative;
  35. }
  36. .usernameBox .overdue {
  37. width: 115rpx;
  38. height: auto;
  39. position: absolute;
  40. right: 35%;
  41. top: 0;
  42. bottom: 0;
  43. margin: auto;
  44. }
  45. .detail .box .right .username{
  46. color: #000;
  47. font-size: 28rpx;
  48. line-height: 40rpx;
  49. width: 350rpx;
  50. overflow: hidden;
  51. text-overflow:ellipsis; white-space: nowrap;
  52. }
  53. .detail .box .right .usernameBox .follow{
  54. color: #2562FF;
  55. padding: 10rpx 30rpx;
  56. border: 2rpx solid #2562FF;
  57. border-radius: 30rpx;
  58. font-size: 24rpx;
  59. }
  60. .dataInfo{
  61. width: 710rpx;
  62. padding-bottom: 30rpx;
  63. background: #F3F7F9;
  64. margin-top: 20rpx;
  65. }
  66. .dataInfo .flex {
  67. padding: 30rpx 18rpx 10rpx;
  68. font-size: 30rpx;
  69. position: relative;
  70. }
  71. .li{
  72. flex: 1;
  73. text-align: center;
  74. margin-top: 32rpx;
  75. }
  76. .li .num{
  77. color: #000;
  78. font-size: 28rpx;
  79. line-height: 44rpx;
  80. font-weight: 600;
  81. }
  82. .li .text{
  83. color: #89899C;
  84. font-size: 26rpx;
  85. line-height: 36rpx;
  86. margin-top: 6rpx;
  87. }
  88. .typeBox{
  89. display: flex;
  90. background: #ACC3FF;
  91. width: 100%;
  92. height: 88rpx;
  93. border-radius: 200rpx;
  94. color: #2B3D6E;
  95. font-weight: 500;
  96. font-size: 26rpx;
  97. line-height: 88rpx;
  98. margin-top: 20rpx;
  99. overflow: hidden;
  100. }
  101. .typeBox view{
  102. width: 33.3333%;
  103. text-align: center;
  104. }
  105. .typeBox view image{
  106. width: 40rpx;
  107. height: 40rpx;
  108. vertical-align: middle;
  109. }
  110. .typeBox view text{
  111. color: #fff;
  112. vertical-align: middle;
  113. }
  114. .typeBox .active{
  115. background: #2562FF;
  116. color: #fff;
  117. }
  118. .tabList {
  119. margin: 20rpx 0 40rpx 20rpx;
  120. }
  121. .tabList view {
  122. display: inline-block;
  123. margin-right: 40rpx;
  124. height: 50rpx;
  125. position: relative;
  126. font-size: 28rpx;
  127. font-weight: bold;
  128. }
  129. .tabList .total {
  130. line-height: 50rpx;
  131. float: right;
  132. font-weight: normal;
  133. }
  134. .tabList text {
  135. color: #ffa700;
  136. font-size: 36rpx;
  137. font-weight: bold;
  138. margin-left: 10rpx;
  139. }
  140. .flex {
  141. display: flex;
  142. justify-content: space-between;
  143. }
  144. .tabActive::after {
  145. content: "";
  146. width: 100%;
  147. height: 4rpx;
  148. background: #2562FF;
  149. position: absolute;
  150. bottom: 0;
  151. left: 0;
  152. }
  153. .choice{
  154. background: #ACC3FF;
  155. border-radius: 32rpx;
  156. display: inline-block;
  157. padding: 0 20rpx;
  158. height: 50rpx;
  159. /* color: #2B3D6E; */
  160. color: #fff;
  161. margin-left: 20rpx;
  162. font-size: 28rpx;
  163. line-height: 50rpx;
  164. position: relative;
  165. z-index: 2;
  166. }
  167. .choice .sj{
  168. display: inline-block;
  169. width: 0;
  170. height: 0;
  171. border-right: 13rpx solid transparent;
  172. border-left: 13rpx solid transparent;
  173. border-top: 13rpx solid #ffffff;
  174. vertical-align: middle;
  175. }
  176. .choiceActive{
  177. background: #2562FF!important;
  178. color: #fff!important;
  179. }
  180. .timeChoice{
  181. position: absolute;
  182. left: 0;
  183. bottom: 38rpx;
  184. width: 100%;
  185. z-index: 1;
  186. }
  187. .timeChoice .block{
  188. background: #fff;
  189. padding: 50rpx;
  190. box-shadow:0px 4rpx 18rpx 0px rgba(205,205,205,0.5);
  191. }
  192. .timeChoice .timeChoiceBox view{
  193. height: 58rpx;
  194. line-height: 58rpx;
  195. background: rgba(172, 195, 255, .4);
  196. border-radius: 29rpx;
  197. padding: 0 20rpx;
  198. color: #2B3D6E;
  199. font-size: 28rpx;
  200. display: inline-block;
  201. margin-right: 12rpx;
  202. margin-bottom: 38rpx;
  203. }
  204. .timeChoice .timeChoiceBox1 view{
  205. margin-right: 20rpx;
  206. }
  207. .modular{
  208. width: 100%;
  209. /* height: 690rpx; */
  210. background: #F3F7F9;
  211. padding: 26rpx 22rpx;
  212. margin-top: 20rpx;
  213. }
  214. .modular .modularTop{
  215. display: flex;
  216. align-items: center;
  217. justify-content: space-between;
  218. position: relative;
  219. margin-bottom: 30rpx;
  220. }
  221. .modular .modularTop .title{
  222. color: #000;
  223. font-size: 28rpx;
  224. line-height: 40rpx;
  225. font-weight: 500rpx;
  226. }
  227. .buttons{
  228. display: flex;
  229. align-items: center;
  230. justify-content: space-around;
  231. margin-top: 40rpx;
  232. }
  233. .buttons .button{
  234. color: #2662FF;
  235. border: 1px solid #2662FF;
  236. font-size: 24rpx;
  237. border-radius: 60rpx;
  238. line-height: 60rpx;
  239. width: 200rpx;
  240. text-align: center;
  241. }
  242. .userData{
  243. display: flex;
  244. align-items: center;
  245. justify-content: space-between;
  246. margin-top: 20rpx;
  247. border-top: 1px solid rgba(137, 137, 156, 0.5);
  248. padding-top: 18rpx;
  249. }
  250. .userData .userDataItem{
  251. text-align: center;
  252. width: 33.3%;
  253. }
  254. .userData .userDataItem .data{
  255. color: #000;
  256. font-size: 32rpx;
  257. line-height: 44rpx;
  258. font-weight: 600;
  259. }
  260. .userData .userDataItem view{
  261. color: #89899C;
  262. font-size: 20rpx;
  263. line-height: 36rpx;
  264. margin-top: 6rpx;
  265. }
  266. .searchView{
  267. width: 200prx;
  268. height: 64rpx;
  269. border-radius: 32rpx;
  270. border: 2rpx solid rgba(137, 137, 156, 0.5);
  271. display: flex;
  272. align-items: center;
  273. }
  274. .searchView input{
  275. flex:1;
  276. font-size: 26rpx;
  277. padding-left: 16rpx;
  278. color: #000;
  279. }
  280. .searchView .searchButton{
  281. width: 72rpx;
  282. height: 60rpx;
  283. background: #2562FF;
  284. border-radius: 30px;
  285. color: #ffffff;
  286. font-size: 26rpx;
  287. line-height: 60rpx;
  288. text-align: center;
  289. }
  290. .videoChoiceBox{
  291. display: flex;
  292. align-items: center;
  293. justify-content: space-between;
  294. margin-top: 20rpx;
  295. position: relative;
  296. }
  297. .self_checkbox {
  298. color: #000;
  299. font-size: 24rpx;
  300. line-height: 34rpx;
  301. margin-right: 100rpx;
  302. cursor: pointer;
  303. margin-left: 20rpx;
  304. display: inline-block;
  305. }
  306. .self_checkbox .icon {
  307. width: 24rpx;
  308. height: 24rpx;
  309. border-radius: 2rpx;
  310. border: 2rpx solid #7E87AA;
  311. display: inline-block;
  312. vertical-align: middle;
  313. margin-right: 6rpx;
  314. }
  315. .self_checkbox text {
  316. vertical-align: middle;
  317. }
  318. .self_checkbox.self_checkbox_active .icon {
  319. border-color: #2562FF;
  320. position: relative;
  321. }
  322. .self_checkbox.self_checkbox_active .icon::after {
  323. content: '';
  324. display: inline-block;
  325. width: 12rpx;
  326. height: 12rpx;
  327. background: #2562FF;
  328. border-radius: 2rpx;
  329. position: absolute;
  330. top: 4rpx;
  331. left: 4rpx;
  332. }
  333. /* 视频列表 */
  334. .right {
  335. flex: 1;
  336. padding-left: 20rpx;
  337. }
  338. .ul {
  339. display: flex;
  340. }
  341. .ul .li {
  342. flex: 1;
  343. }
  344. .blockUl {
  345. display: block;
  346. margin-top: 20rpx;
  347. }
  348. .blockUl .li {
  349. display: inline-block;
  350. width: 33.33333%;
  351. margin: auto;
  352. }
  353. .video {
  354. width: 172rpx;
  355. height: 216rpx;
  356. background: url(https://kx-gw.oss-cn-beijing.aliyuncs.com/back.png) no-repeat;
  357. background-size: 100% 100%;
  358. position: relative;
  359. border-radius: 10rpx;
  360. overflow: hidden;
  361. }
  362. .flexBox {
  363. display: flex;
  364. align-items: center;
  365. }
  366. .videoImg {
  367. position: absolute;
  368. top: 0;
  369. left: 0;
  370. bottom: 0;
  371. right: 0;
  372. margin: auto;
  373. width: 100%;
  374. height: auto;
  375. }
  376. .desc {
  377. display: inline-block;
  378. max-width: 206rpx;
  379. overflow: hidden;
  380. text-overflow: ellipsis;
  381. white-space: nowrap;
  382. color: #000;
  383. font-size: 26rpx;
  384. }
  385. .button {
  386. padding: 10rpx 30rpx;
  387. background: #fff;
  388. color: #2562FF;
  389. border-radius: 30rpx;
  390. font-size: 26rpx;
  391. }
  392. .auth {
  393. width: 34rpx;
  394. height: 34rpx;
  395. margin: 0 10rpx;
  396. }
  397. .auth_text {
  398. display: inline-block;
  399. width: 200rpx;
  400. overflow: hidden;
  401. text-overflow: ellipsis;
  402. white-space: nowrap;
  403. color: #000;
  404. font-size: 26rpx;
  405. }
  406. .num {
  407. display: block;
  408. color: #000;
  409. font-size: 28rpx;
  410. line-height: 40rpx;
  411. font-weight: bold;
  412. margin-bottom: 6rpx;
  413. }
  414. .none {
  415. width: 100%;
  416. color: #000;
  417. font-size: 24rpx;
  418. text-align: center;
  419. }
  420. .none image {
  421. width: 280rpx;
  422. height: auto;
  423. margin-bottom: 20rpx;
  424. }
  425. .follwImg {
  426. float: right;
  427. width: 40rpx;
  428. height: 40rpx;
  429. }
  430. .follwImg image {
  431. display: inline-block;
  432. width: 100%;
  433. height: 100%;
  434. }
  435. .moveItem {
  436. width: 100%;
  437. background: #F3F7F9;
  438. margin-bottom: 20rpx;
  439. padding: 24rpx 16rpx;
  440. }
  441. .linkBox {
  442. margin: 28rpx 0;
  443. }
  444. .linkTop {
  445. font-size: 26rpx;
  446. line-height: 36rpx;
  447. color: #000;
  448. margin-bottom: 28rpx;
  449. display: flex;
  450. justify-content: space-between;
  451. }
  452. .linkList {
  453. /* min-height: 160rpx; */
  454. }
  455. .linkItem {
  456. height: 160rpx;
  457. padding: 30rpx 34rpx 34rpx 20rpx;
  458. background: #F3F7F9;
  459. display: flex;
  460. justify-content: space-between;
  461. align-items: center;
  462. margin-bottom: 20rpx;
  463. }
  464. .linkTitle {
  465. width: 100%;
  466. overflow: hidden;
  467. text-overflow: ellipsis;
  468. white-space: nowrap;
  469. color: #000;
  470. font-weight: 500;
  471. margin-bottom: 22rpx;
  472. font-size: 28rpx;
  473. line-height: 40rpx;
  474. }
  475. .linkItem .left {
  476. width: calc(100% - 100rpx);
  477. }
  478. .count {
  479. flex: 1;
  480. text-align: right;
  481. font-weight: bold;
  482. color: #000;
  483. }
  484. .infoBox {
  485. display: block;
  486. color: #89899C;
  487. font-size: 24rpx;
  488. }
  489. .infoBox image {
  490. width: 24rpx;
  491. height: 24rpx;
  492. border-radius: 50%;
  493. vertical-align: middle;
  494. }
  495. .linkItem .name {
  496. width: 100%;
  497. overflow: hidden;
  498. text-overflow: ellipsis;
  499. white-space: nowrap;
  500. color: #89899C;
  501. font-size: 24rpx;
  502. margin-left: 14rpx;
  503. }
  504. .accountBox {
  505. /* min-height: 132rpx; */
  506. }
  507. .accountItem {
  508. height: 132rpx;
  509. background: #F3F7F9;
  510. padding: 24rpx 34rpx 32rpx 20rpx;
  511. display: flex;
  512. align-items: center;
  513. }
  514. .iconImg {
  515. width: 74rpx;
  516. height: 74rpx;
  517. border-radius: 50%;
  518. margin-right: 20rpx;
  519. }
  520. .centerBox {
  521. flex: 1;
  522. }
  523. .centerBox .id {
  524. color: #89899C;
  525. font-size: 28rpx;
  526. line-height: 40rpx;
  527. }
  528. .centerBox .linkTitle {
  529. margin-bottom: 0;
  530. }
  531. .none {
  532. width: 100%;
  533. color: #89899C;
  534. font-size: 24rpx;
  535. text-align: center;
  536. background: #F3F7F9;
  537. padding:20rpx 0;
  538. }
  539. .none image {
  540. width: 280rpx;
  541. height: auto;
  542. margin-bottom: 20rpx;
  543. }
  544. .wxtlink{
  545. width: 100%;
  546. height: 96rpx;
  547. line-height: 96rpx;
  548. background: #F3F7F9;
  549. display: flex;
  550. align-items: center;
  551. margin-top: 20rpx;
  552. }
  553. .wxtlink view{
  554. width: 50%;
  555. padding-left: 26rpx;
  556. color: #89899C;
  557. font-size: 26rpx;
  558. }
  559. .wxtlink view text{
  560. color: #2562FF;
  561. font-size: 32rpx;
  562. font-weight: 600;
  563. }
  564. .linkUser{
  565. display: flex;
  566. align-items: center;
  567. }
  568. .linkUser .look image{
  569. width: 30rpx;
  570. height: 30rpx;
  571. vertical-align: middle;
  572. margin-right: 10rpx;
  573. }
  574. .linkUser .look{
  575. color: #89899C;
  576. font-size: 24rpx;
  577. line-height: 34rpx;
  578. width: 140rpx;
  579. }
  580. .linkUser .look text{
  581. vertical-align: middle;
  582. }
  583. .authorizeContent .title{
  584. text-align: center;
  585. font-size: 34rpx;
  586. line-height: 40rpx;
  587. padding-top: 43rpx;
  588. }
  589. .authorizeContent .evmCantiner{
  590. margin-top: 40rpx;
  591. }
  592. .authorizeContent .evmCantiner .evm{
  593. width: 400rpx;
  594. height: 400rpx;
  595. display: block;
  596. margin: auto;
  597. }
  598. .authorizeContent .claimEvmHint{
  599. font-size: 26rpx;
  600. color: #666;
  601. text-align: center;
  602. }
  603. .jieping{
  604. text-align: center;
  605. color: #2562FF;
  606. font-size: 24rpx;
  607. display: flex;
  608. align-items: center;
  609. justify-content: center;
  610. margin: auto;
  611. margin-bottom: 20rpx;
  612. }
  613. .jieping image{
  614. width: 28rpx;
  615. height: 28rpx;
  616. margin-right: 10rpx;
  617. }
  618. .buttons{
  619. display: flex;
  620. align-items: center;
  621. justify-content: space-around;
  622. margin-top: 40rpx;
  623. }
  624. .buttons .button{
  625. color: #2662FF;
  626. border: 1px solid #2662FF;
  627. font-size: 24rpx;
  628. border-radius: 60rpx;
  629. line-height: 60rpx;
  630. width: 200rpx;
  631. text-align: center;
  632. }
  633. .buttons .buttonyes{
  634. color: #ffffff;
  635. background: #2662FF;
  636. }
  637. .table {
  638. width: 100%;
  639. }
  640. .th,.tr {
  641. width:100%;
  642. text-align: center;
  643. display: flex;
  644. }
  645. .td {
  646. flex: 1;
  647. line-height: 60rpx;
  648. font-size: 28rpx;
  649. overflow: hidden;
  650. text-overflow: ellipsis;
  651. white-space: nowrap;
  652. }
  653. .tableMain {
  654. max-height: 360rpx;
  655. overflow-y: scroll;
  656. }
  657. .fanData .echartsDiv {
  658. height: 460rpx;
  659. }
  660. .noneTable {
  661. text-align:center;
  662. color:#999;
  663. line-height: 40rpx;
  664. font-size:24rpx;
  665. }