index.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f1f1f1;
  5. }
  6. .biao {
  7. float: left;
  8. width: 5%;
  9. margin: 5px;
  10. }
  11. .qian {
  12. float: left;
  13. width: 80%;
  14. margin: 5px;
  15. }
  16. .icon_arrow {
  17. float: right;
  18. width: 6%;
  19. }
  20. .theme {
  21. position: fixed;
  22. margin-top: 5.5%;
  23. color: #fff;
  24. text-align: center;
  25. width: 100%;
  26. }
  27. .images {
  28. width: 100%;
  29. height: 180px;
  30. background-color: #eeeeee;
  31. }
  32. .two {
  33. position: relative;
  34. width: 93%;
  35. border-radius: 15px;
  36. background-color: #fff;
  37. margin: -36px 0 0 12px;
  38. }
  39. .button {
  40. margin-top: 8px;
  41. background-color: rgb(148, 138, 240);
  42. border-radius: 7px;
  43. font-size: 12px !important;
  44. color: #fff;
  45. }
  46. .name {
  47. margin-top: 10px;
  48. float: left;
  49. width: 30%;
  50. font-size: 16px;
  51. font-weight: 600;
  52. text-align: center;
  53. }
  54. .tou {
  55. border-radius: 50%;
  56. position: absolute;
  57. width: 80px;
  58. height: 80px;
  59. margin-left: 66%;
  60. margin-top: -80px;
  61. }
  62. .text1 {
  63. color: rgb(194, 194, 194);
  64. font-size: 13px;
  65. margin-right: 10px;
  66. }
  67. .text3 {
  68. color: rgb(194, 194, 194);
  69. font-size: 13px;
  70. margin: 10px;
  71. margin-right: 185px;
  72. }
  73. .onther {
  74. padding: 10px 10px 10px 5px;
  75. }
  76. .onther1 {
  77. padding: 10px 10px 10px 5px;
  78. position: relative;
  79. height: 30px;
  80. top: -37px;
  81. }
  82. .otherInfo1_1 {
  83. position: relative;
  84. top: 10px;
  85. }
  86. .buttons {
  87. margin-top: 8px;
  88. background-color: rgb(72, 169, 248);
  89. border-radius: 10px;
  90. font-size: 12px !important;
  91. color: #fff;
  92. }
  93. .thr {
  94. width: 85%;
  95. margin: 12px 30px 0 30px;
  96. background-color: rgb(217, 235, 250);
  97. border-radius: 7px;
  98. }
  99. .text4 {
  100. margin: 15px;
  101. font-size: 13px;
  102. color: rgb(104, 104, 104);
  103. }
  104. .left2 {
  105. float: left;
  106. width: 75%;
  107. margin-top: 9px;
  108. }
  109. .right2 {
  110. text-align: center;
  111. }
  112. .four {
  113. /* position: relative;
  114. top: -30px; */
  115. width: 100%;
  116. height: 105px;
  117. }
  118. .left3 {
  119. float: left;
  120. width: 35%;
  121. }
  122. .right3 {
  123. float: right;
  124. width: 36%;
  125. }
  126. .list1 {
  127. position: relative;
  128. top: -76px;
  129. left: 30px;
  130. z-index: 1;
  131. z-index: 1;
  132. width: 91%;
  133. }
  134. .text5 {
  135. text-align: left;
  136. color: #fff;
  137. margin-right: 5px;
  138. font-size: 13px;
  139. }
  140. .text6 {
  141. text-align: right;
  142. color: #fff;
  143. margin-right: 5px;
  144. font-size: 13px;
  145. }
  146. .huang {
  147. margin: 0 0 0 20px;
  148. width: 90%;
  149. height: 70px;
  150. }
  151. .four-zan {
  152. position: relative;
  153. top: 12%;
  154. width: 91%;
  155. text-align: center;
  156. height: 70px;
  157. border-radius: 8px;
  158. left: 4.5%;
  159. background-color: white;
  160. }
  161. .zan-left {
  162. margin-top: 20px;
  163. float: left;
  164. width: 60%;
  165. color: rgb(139, 139, 139);
  166. }
  167. .zan {
  168. margin-top: 10px;
  169. width: 80px;
  170. height: 50px;
  171. }
  172. .text4-1 {
  173. font-size: 14px;
  174. margin: 5px;
  175. color: #5e5e5e;
  176. font-weight: 600;
  177. }
  178. .text6-1 {
  179. font-size: 23px;
  180. color: rgb(46, 46, 245);
  181. font-weight: 500;
  182. background-color: rgb(238, 238, 238);
  183. }
  184. .text7-1 {
  185. font-size: 23px;
  186. color: rgb(243, 19, 19);
  187. font-weight: 500;
  188. background-color: rgb(238, 238, 238);
  189. }
  190. .right1_2 .right1_2t text {
  191. font-size: 13px;
  192. font-weight: 600;
  193. }
  194. .text8-1 {
  195. font-size: 23px;
  196. font-weight: 500;
  197. margin-right: 5px;
  198. margin-left: 5px;
  199. }
  200. .right4 {
  201. border-radius: 5px;
  202. position: relative;
  203. width: 80%;
  204. height: 80px;
  205. }
  206. .right1_2 {
  207. float: left;
  208. width: 118%;
  209. margin-top: 3px;
  210. }
  211. .iocns {
  212. margin-top: -1px;
  213. }
  214. .right1_2 .right1_2o {
  215. float: left;
  216. width: 12%;
  217. height: 36px;
  218. overflow: hidden;
  219. margin-top: 2px;
  220. }
  221. .head1 {
  222. width: 100%;
  223. height: 33px;
  224. overflow: hidden;
  225. }
  226. .head2 {
  227. width: 89%;
  228. height: 34px;
  229. overflow: hidden;
  230. }
  231. .right1_2 .right1_2t {
  232. float: left;
  233. width: 30%;
  234. text-align: center;
  235. padding: 10px 0;
  236. }
  237. .right1_2 .right1_2t text {
  238. font-size: 14px;
  239. }
  240. .right1_2 .right1_2i {
  241. float: left;
  242. width: 16%;
  243. text-align: center;
  244. padding: 6px 0;
  245. }
  246. .right1_1 {
  247. text-align: center;
  248. }
  249. .five {
  250. position: relative;
  251. margin: 13px 0 0 20px;
  252. width: 90%;
  253. border-radius: 5px;
  254. background-color: #fff;
  255. }
  256. .five_1 {
  257. margin: -50px 0 0 20px;
  258. width: 90%;
  259. border-radius: 5px;
  260. background-color: #fff;
  261. }
  262. .tuan {
  263. margin-left: 11px;
  264. font-size: 16px;
  265. font-weight: 550;
  266. margin-right: 10px;
  267. }
  268. .total {
  269. font-size: 13px;
  270. color: rgb(160, 160, 160);
  271. margin-right: 85px;
  272. }
  273. .total1 {
  274. font-size: 13px;
  275. color: rgb(160, 160, 160);
  276. margin-right: 70px;
  277. }
  278. .chuang {
  279. color: #866cf8;
  280. font-style: oblique;
  281. font-weight: 600;
  282. font-size: 14px;
  283. }
  284. .dui-image {
  285. margin-top: 2px;
  286. margin-left: 2px;
  287. width: 37px;
  288. height: 30px;
  289. overflow: hidden;
  290. }
  291. .dui-left {
  292. float: left;
  293. width: 66%;
  294. }
  295. .dui-left1 {
  296. margin-top: 5px;
  297. float: left;
  298. width: 20%;
  299. }
  300. .dui-right1 {
  301. margin-top: 12px;
  302. margin-left: 3px;
  303. float: left;
  304. width: 35%;
  305. }
  306. .date {
  307. font-size: 13px;
  308. margin-left: 4px;
  309. color: rgb(121, 121, 121);
  310. }
  311. .grade {
  312. margin-top: 7px;
  313. background-color: rgb(201, 0, 0);
  314. border-radius: 25px;
  315. font-size: 12px !important;
  316. color: #fff;
  317. }
  318. .list3:nth-child(odd) {
  319. background-color: rgba(245, 172, 63, 0.1);
  320. }
  321. .list3:nth-child(even) {
  322. background-color: rgba(63, 127, 245, 0.1);
  323. }
  324. .van {
  325. color: rgb(177, 177, 177);
  326. text-align: center;
  327. }
  328. .list3 {
  329. margin: 3%;
  330. width: 94%;
  331. height: 65px;
  332. border-radius: 7px;
  333. padding-bottom: 5px;
  334. }
  335. .left11-2 {
  336. margin-left: 12px;
  337. width: 100%;
  338. }
  339. .list0 {
  340. height: 105px;
  341. margin: -45px 0 0 0;
  342. }
  343. .group {
  344. font-size: 14px;
  345. font-weight: 550;
  346. }
  347. .ball {
  348. margin-top: 10px;
  349. margin-right: 2px;
  350. border-radius: 10px;
  351. font-size: 12px !important;
  352. color: #fff;
  353. }
  354. .dui-foot {
  355. text-align: left;
  356. }
  357. .jian {
  358. margin: 3%;
  359. border-radius: 10px;
  360. background-color: rgb(241, 241, 241);
  361. }
  362. .viewjian {
  363. margin-top: -4%;
  364. line-height: 45px;
  365. }
  366. .jiantext {
  367. text-align: center;
  368. color: rgb(160, 160, 160);
  369. margin-left: 20%;
  370. }
  371. .dui-right {
  372. text-align: center;
  373. }
  374. .person {
  375. font-size: 14px;
  376. color: rgb(121, 121, 121);
  377. }
  378. .six {
  379. width: 91%;
  380. height: 132px;
  381. margin-top: 18px;
  382. margin-left: 5%;
  383. border-radius: 5px;
  384. background-color: #fff;
  385. margin-bottom: 15px;
  386. padding: 0 0 10px 0;
  387. }
  388. .six-11 {
  389. font-size: 16px;
  390. font-weight: 550;
  391. padding: 10px 10px 1px 5px;
  392. margin: 12px;
  393. }
  394. .six-0 {
  395. float: left;
  396. width: 24%;
  397. margin-bottom: 5px;
  398. }
  399. .six-1 {
  400. float: left;
  401. width: 24%;
  402. margin-bottom: 5px;
  403. }
  404. .six-2 {
  405. float: left;
  406. width: 24%;
  407. margin-bottom: 5px;
  408. }
  409. .six-3 {
  410. float: left;
  411. width: 24%;
  412. margin-bottom: 5px;
  413. }
  414. .six-4 {
  415. float: left;
  416. width: 24%;
  417. }
  418. .six-5 {
  419. margin-bottom: 5px;
  420. float: left;
  421. width: 24%;
  422. }
  423. .six-left {
  424. text-align: center;
  425. }
  426. .six-right {
  427. text-align: center;
  428. }
  429. .six-text {
  430. color: rgb(163, 163, 163);
  431. font-size: 13px;
  432. }
  433. .listtuan {
  434. background-color: white;
  435. border-radius: 5%;
  436. padding: 0 0 5px 0;
  437. padding-bottom: 5%;
  438. }
  439. .hiddenmore .more-item {
  440. display: none;
  441. }
  442. .mask {
  443. width: 100%;
  444. height: 100%;
  445. position: fixed;
  446. top: 0;
  447. left: 0;
  448. background: #000;
  449. z-index: 9000;
  450. opacity: 0.3;
  451. }
  452. .modalDlg {
  453. width: 210px;
  454. height: 190px;
  455. position: fixed;
  456. left: 0;
  457. z-index: 9999;
  458. margin: -450px 85px 0 85px;
  459. background-color: #fff;
  460. border-radius: 36rpx;
  461. display: flex;
  462. flex-direction: column;
  463. align-items: center;
  464. }
  465. .modal_text1 {
  466. font-size: 14px;
  467. color: #666;
  468. margin: 20px 0 10px 0;
  469. }
  470. .modal_text2 {
  471. font-size: 18px;
  472. margin: 0px 0 10px 0;
  473. }
  474. .modal_text3 {
  475. font-size: 12px;
  476. color: #666;
  477. margin: 0 0 10px 0;
  478. }
  479. .modal_text4 {
  480. font-size: 12px;
  481. margin: 10px 0 0 0;
  482. }
  483. .modal_button {
  484. width: 120px !important;
  485. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  486. border-radius: 30px;
  487. color: #ffffff;
  488. text-align: center;
  489. font-size: small;
  490. }