cardmain.wxss 7.9 KB

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