cardmain.wxss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. .panel {
  2. width: 100%;
  3. }
  4. /* 搜索******************* */
  5. .panelSearch {
  6. width: 100%;
  7. height: 100rpx;
  8. background-color: #fff;
  9. }
  10. .panelSearch1 {
  11. width: 650rpx;
  12. height: 70rpx;
  13. border-radius: 14rpx;
  14. background-color: #f0f0f0;
  15. color: #1e1e1e;
  16. font-size: 28rpx;
  17. font-weight: 400;
  18. }
  19. .universalpic_magnifier_black_30x30 {
  20. width: 30rpx;
  21. height: 30rpx;
  22. margin-right: 10rpx;
  23. }
  24. /* 临时用****************** */
  25. .panelTemp {
  26. width: 100%;
  27. justify-content: space-between;
  28. font-size: 28rpx;
  29. height: 100rpx;
  30. background-color: #fff;
  31. margin: 30rpx 0;
  32. }
  33. .panelTemp1 {
  34. margin-left: 30rpx;
  35. justify-content: flex-start;
  36. font-weight: 400;
  37. font-size: 28rpx;
  38. height: 140rpx;
  39. }
  40. .avatar {
  41. width: 80rpx;
  42. height: 80rpx;
  43. background-color: #D8D8D8;
  44. border-radius: 10rpx;
  45. }
  46. .text6 {
  47. font-size: 28rpx;
  48. margin-left: 20rpx;
  49. }
  50. /* 中部样式************************* */
  51. .panelItem2 {
  52. width: 100%;
  53. background-color: #fff;
  54. }
  55. .panelItem21 {
  56. width: 172rpx;
  57. height: 180rpx;
  58. font-size: 28rpx;
  59. color: #1e1e1e;
  60. }
  61. .tabbar_allcards_56x50 {
  62. width: 56rpx;
  63. height: 50rpx;
  64. margin-bottom: 10rpx;
  65. }
  66. .panelItem3 {
  67. margin-top: 30rpx;
  68. }
  69. .panelItem31 {
  70. width: 355rpx;
  71. height: 190rpx;
  72. background-color: #fff;
  73. border-top-left-radius: 20rpx;
  74. border-bottom-left-radius: 20rpx;
  75. justify-content: space-between;
  76. }
  77. .panelItem32 {
  78. width: 355rpx;
  79. height: 190rpx;
  80. background-color: #fff;
  81. border-top-right-radius: 20rpx;
  82. border-bottom-right-radius: 20rpx;
  83. justify-content: space-between;
  84. }
  85. .panelItem311 {
  86. align-items: flex-start;
  87. font-size: 32rpx;
  88. color: #1e1e1e;
  89. margin-left: 40rpx;
  90. }
  91. .panelItem3111 {
  92. font-family: 'Roboto-Black';
  93. font-size: 36rpx;
  94. }
  95. .richang_80x90 {
  96. width: 80rpx;
  97. height: 90rpx;
  98. margin-right: 30rpx;
  99. }
  100. .panelItem41 {
  101. width: 345rpx;
  102. height: 180rpx;
  103. background-color: #fff;
  104. border-radius: 20rpx;
  105. margin: 0 10rpx;
  106. justify-content: space-between;
  107. }
  108. .panelItem411 {
  109. font-size: 20rpx;
  110. color: #4D4D4D;
  111. margin-top: 4rpx;
  112. }
  113. .panelItem5 {
  114. width: 710rpx;
  115. height: 105rpx;
  116. background-color: #fff;
  117. border-radius: 20rpx;
  118. justify-content: space-between;
  119. margin: 30rpx 0 0 0;
  120. }
  121. .panelItem51 {
  122. color: #1E1E1E;
  123. font-size: 32rpx;
  124. margin-left: 40rpx;
  125. }
  126. .panelItem511 {
  127. color: #4d4d4d;
  128. font-size: 20rpx;
  129. margin-left: 30rpx;
  130. }
  131. .zhishijianyan_70x75 {
  132. width: 70rpx;
  133. height: 76rpx;
  134. margin-right: 30rpx;
  135. }
  136. .report_2021-banner {
  137. width: 710rpx;
  138. height: 180rpx;
  139. margin: 30rpx 0 0 0;
  140. }
  141. .panelItem6 {
  142. width: 100%;
  143. background-color: #fff;
  144. justify-content: space-between;
  145. margin: 30rpx 0 0 0;
  146. color: #4d4d4d;
  147. }
  148. .panelItem61 {
  149. color: #1E1E1E;
  150. font-size: 32rpx;
  151. margin: 60rpx 0 0 30rpx;
  152. align-items: flex-start;
  153. }
  154. .panelItem611 {
  155. font-size: 20rpx;
  156. margin: 4rpx 0 10rpx 0;
  157. }
  158. .panelItem62 {
  159. margin: 60rpx 30rpx 0 0;
  160. }
  161. .panelItem621 {
  162. width: 80rpx;
  163. height: 80rpx;
  164. margin: 0 0 0 10rpx;
  165. }
  166. .universalpic_add_black_34x34 {
  167. width: 34rpx;
  168. height: 34rpx;
  169. margin-bottom: 10rpx;
  170. }
  171. .universalpic_add_black_22x22 {
  172. width: 22rpx;
  173. height: 22rpx;
  174. }
  175. .universalpic_arrow_updown_black_26x22 {
  176. width: 26rpx;
  177. height: 22rpx;
  178. }
  179. .panelItem7 {
  180. width: 100%;
  181. justify-content: flex-start;
  182. align-items: flex-start;
  183. flex-wrap: wrap;
  184. background-color: #fff;
  185. }
  186. .panelFolder {
  187. width: 345rpx;
  188. height: 210rpx;
  189. border-radius: 10rpx;
  190. margin: 20rpx 0 0 20rpx;
  191. }
  192. .universalpic_add_black_34x34 {
  193. width: 34rpx;
  194. height: 34rpx;
  195. }
  196. .panelFolder0 {
  197. width: 341rpx;
  198. height: 388rpx;
  199. background-color: #F8F8F8;
  200. justify-content: flex-start;
  201. }
  202. .panelFolder1 {
  203. width: 100%;
  204. height: 210rpx;
  205. background-color: #6B727C;
  206. border-top-left-radius: 10rpx;
  207. border-top-right-radius: 10rpx;
  208. }
  209. .panelFolder2 {
  210. border: 2rpx solid #e3e3e3;
  211. }
  212. .panelItem72 {
  213. width: 305rpx;
  214. height: 80rpx;
  215. margin-top: 30rpx;
  216. font-size: 28rpx;
  217. font-weight: 400;
  218. overflow: hidden;
  219. }
  220. .panelItem73 {
  221. width: 100%;
  222. justify-content: flex-end;
  223. margin: 10rpx 0 30rpx 0;
  224. align-content: flex-end;
  225. }
  226. .universalpic_card_gray_22x22 {
  227. width: 22rpx;
  228. height: 22rpx;
  229. margin-right: 10rpx;
  230. }
  231. .panelItem731 {
  232. font-family: 'Roboto-Black';
  233. font-size: 24rpx;
  234. color: #787878;
  235. margin-right: 20rpx;
  236. }
  237. .panelHeight160 {
  238. width: 100%;
  239. height: 160rpx;
  240. background-color: #fff;
  241. }
  242. /* 底部导航************************* */
  243. .panelBottom {
  244. position: fixed;
  245. bottom: 0;
  246. width: 100%;
  247. }
  248. .panelBottom1 {
  249. width: 100%;
  250. background-color: #fff;
  251. border-top: 1rpx solid #d2d2d2;
  252. }
  253. .panelBottom11 {
  254. color: #9B9B9B;
  255. height: 98rpx;
  256. width: 150rpx;
  257. font-size: 36rpx;
  258. }
  259. .panelBottom12 {
  260. color: #9B9B9B;
  261. height: 98rpx;
  262. width: 300rpx;
  263. font-size: 36rpx;
  264. }
  265. .text5 {
  266. color: #1e1e1e;
  267. }
  268. .text51 {
  269. width: 220rpx;
  270. text-align: right;
  271. }
  272. .universalpic_indicator_right_gray {
  273. width: 16rpx;
  274. height: 26rpx;
  275. margin-left: 30rpx;
  276. margin-right: 30rpx;
  277. }
  278. .universalpic_fav_default_gray_26x24 {
  279. width: 26rpx;
  280. height: 24rpx;
  281. margin-right: 20rpx;
  282. }
  283. .iphone10plus {
  284. width: 100%;
  285. height: 30rpx;
  286. background-color: #fff;
  287. }
  288. .tabbar_add_red_70x70 {
  289. width: 70rpx;
  290. height: 70rpx;
  291. }
  292. /* *********************** */
  293. .HelpContainer {
  294. background-color: rgba(0, 0, 0, 0.16);
  295. position: fixed;
  296. top: 0;
  297. z-index: 100;
  298. }
  299. .HelpContainer .HelpPanel1 {
  300. position: fixed;
  301. width: 100%;
  302. bottom: 0;
  303. background-color: #F8F8F8;
  304. border-top: 1rpx solid #b6b6b6;
  305. }
  306. .HelpContainer .HelpPanel11 {
  307. width: 100%;
  308. height: 100rpx;
  309. justify-content: space-between;
  310. border-bottom: 1rpx solid #d2d2d2;
  311. }
  312. .HelpContainer .HelpPanel111 {
  313. width: 80rpx;
  314. height: 80rpx;
  315. margin-left: 20rpx;
  316. }
  317. .universalpic_close_black_24x24 {
  318. width: 24rpx;
  319. height: 24rpx;
  320. }
  321. /* ************************** */
  322. .PanelOrder {
  323. width: 100%;
  324. background-color: #F8F8F8;
  325. }
  326. .PanelOrder1 {
  327. width: 100%;
  328. justify-content: flex-start;
  329. color: #4D4D4D;
  330. }
  331. .PanelOrder11 {
  332. font-size: 32rpx;
  333. margin: 60rpx 0 0 30rpx;
  334. }
  335. .PanelOrder2 {
  336. width: 100%;
  337. }
  338. .PanelOrderBtn {
  339. border-radius: 10rpx;
  340. height: 80rpx;
  341. line-height: 80rpx;
  342. min-width: 155rpx;
  343. font-size: 24rpx;
  344. text-align: center;
  345. border: 2rpx solid #dcdcdc;
  346. margin: 0 15rpx;
  347. background-color: #fff;
  348. color: #1e1e1e;
  349. }
  350. .PanelOrderBtn0 {
  351. width: 350rpx;
  352. }
  353. .PanelOrderBtn2 {
  354. width: 330rpx;
  355. }
  356. .PanelOrderBtn4 {
  357. width: 690rpx;
  358. height: 100rpx;
  359. font-size: 24rpx;
  360. justify-content: space-between;
  361. margin-bottom: 30rpx;
  362. }
  363. .PanelOrderBtn3 {
  364. margin: 0 5rpx;
  365. }
  366. .PanelOrder31 {
  367. font-size: 24rpx;
  368. margin: 30rpx 0 20rpx 30rpx;
  369. color: #4D4D4D;
  370. font-weight: 400;
  371. }
  372. .PanelOrder32 {
  373. margin-left: 240rpx;
  374. }
  375. .PanelOrderLine60 {
  376. height: 60rpx;
  377. width: 100%;
  378. }
  379. .PanelOrderLine30 {
  380. height: 30rpx;
  381. width: 100%;
  382. }
  383. .PanelOrderBtnText {
  384. margin: 0 30rpx;
  385. }
  386. .PanelBtnSelect {
  387. background-color: #5282FA;
  388. color: #fff;
  389. font-size: 32rpx;
  390. }
  391. .folderImage {
  392. width: 150rpx;
  393. height: 150rpx;
  394. }
  395. .panelShare {
  396. width: 710rpx;
  397. height: 180rpx;
  398. margin-top: 30rpx;
  399. background: #FFDE5A;
  400. border-radius: 20rpx;
  401. justify-content: space-between;
  402. position: relative;
  403. }
  404. .directory_main_pic_9 {
  405. width: 410rpx;
  406. height: 180rpx;
  407. border-radius: 0 20rpx 20rpx 0;
  408. }
  409. .hardworkingImg{
  410. width:710rpx;
  411. height:180rpx;
  412. border-radius: 20rpx;
  413. position: absolute;
  414. left:0;
  415. top:0;
  416. }
  417. .hardworkingImg2{
  418. position: absolute;
  419. background: rgba(0,0,0,0.20);
  420. z-index: 10;
  421. }
  422. .panelShare1 {
  423. align-items: flex-start;
  424. margin-left: 40rpx;
  425. z-index: 20;
  426. }
  427. .panelShare2 {
  428. align-items: flex-end;
  429. margin-right: 40rpx;
  430. z-index: 20;
  431. }
  432. .text1 {
  433. font-size: 32rpx;
  434. color: #1E1E1E;
  435. }
  436. .text2 {
  437. font-size: 20rpx;
  438. margin-top: 4rpx;
  439. color: #1E1E1E;
  440. }
  441. .text3 {
  442. color: #fff;
  443. }
  444. .text4 {
  445. color: #f2f2f2;
  446. }
  447. .text8{
  448. font-family: Roboto-Black;
  449. font-size: 64rpx;
  450. color: #FFFFFF;
  451. text-align: right;
  452. }
  453. .text7 {
  454. font-family: Roboto-Black;
  455. font-size: 24rpx;
  456. color: #FFFFFF;
  457. text-align: right;
  458. text-shadow: 0 2rpx 0 rgba(0,0,0,0.30);
  459. position: absolute;
  460. bottom:35rpx;
  461. }