article.wxss 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. .DarkColor{
  2. background-color: #004433;
  3. color:#C1E1C1;
  4. }
  5. .LightColor{
  6. background-color: #D0ECD3;
  7. color:#151815;
  8. }
  9. /* 导航栏吸顶样式 */
  10. .fixed-nav {
  11. position: fixed !important;
  12. top: 0;
  13. left: 0;
  14. right: 0;
  15. z-index: 1000;
  16. /* box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1); 添加阴影效果 */
  17. }
  18. /* 设置不同主题下的返回箭头颜色 */
  19. .DarkColor.fixed-nav .weui-navigation-bar__btn_goback {
  20. background-color: #C1E1C1 !important; /* 使用与DarkColor主题文字相同的颜色 */
  21. }
  22. .LightColor.fixed-nav .weui-navigation-bar__btn_goback {
  23. background-color: #151815 !important; /* 使用与LightColor主题文字相同的颜色 */
  24. }
  25. .panel1{
  26. width:670rpx;
  27. margin: 180rpx 0 250rpx 0; /* 增加上边距,确保内容不会被导航栏遮挡 */
  28. justify-content: flex-start;
  29. align-items: flex-start;
  30. }
  31. .textArticle{
  32. width:670rpx;
  33. font-size: 48rpx;
  34. line-height: 90rpx;
  35. font-weight: 400;
  36. }
  37. .textArticleTranslate{
  38. font-weight: 400;
  39. font-size: 28rpx;
  40. width:100%;
  41. margin: 20rpx 0 0 0;
  42. }
  43. .DarkColor .textArticleTranslate{
  44. color: #A6FCA6;
  45. }
  46. .LightColor .textArticleTranslate{
  47. color: #5A7D5A;
  48. }
  49. .panelLine{
  50. width:100%;
  51. height:8rpx;
  52. margin: 20rpx 0;
  53. }
  54. .DarkColor .panelLine{
  55. background: rgba(0,0,0,0.20);
  56. }
  57. .LightColor .panelLine{
  58. background: rgba(255,255,255,0.60);
  59. }
  60. .DarkColor .highlight{
  61. color: #FFDD88;
  62. font-weight: bold;
  63. }
  64. .LightColor .highlight{
  65. color:#009933;
  66. font-weight: bold;
  67. }
  68. .DarkColor .panelFooter{
  69. width: 100%;
  70. height:180rpx;
  71. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  72. position: fixed;
  73. bottom: 0rpx;
  74. align-items: flex-start;
  75. z-index: 10;
  76. }
  77. .LightColor .panelFooter{
  78. width: 100%;
  79. height:180rpx;
  80. background-color: #D0ECD3;
  81. position: fixed;
  82. bottom: 0rpx;
  83. align-items: flex-start;
  84. z-index: 10;
  85. }
  86. .panelFooter1{
  87. width:730rpx;
  88. height:140rpx;
  89. color:#F2F2F2;
  90. background: #1E1E1E;
  91. box-shadow: 0 30rpx 0 0 #0C0C0C;
  92. border-radius: 10rpx 10rpx 60rpx 60rpx;
  93. }
  94. .panelFooter10{
  95. background-color: #303030;
  96. font-size:24rpx;
  97. }
  98. .panelFooter11{
  99. width:160rpx;
  100. height:120rpx;
  101. border-radius: 5rpx 10rpx 10rpx 50rpx;
  102. }
  103. .panelFooter12{
  104. width:370rpx;
  105. height:120rpx;
  106. border-radius: 10rpx 10rpx 10rpx 10rpx;
  107. margin: 0 10rpx;
  108. font-size:36rpx;
  109. }
  110. .panelFooter13{
  111. width:160rpx;
  112. height:120rpx;
  113. border-radius: 10rpx 5rpx 50rpx 10rpx;
  114. }
  115. .text02{
  116. font-size:24rpx;
  117. margin-top: 17rpx;
  118. }
  119. .sysIcon_a03{
  120. width:20rpx;
  121. height:20rpx;
  122. }
  123. .sysIcon_a15{
  124. width:28rpx;
  125. height:20rpx;
  126. }
  127. .panelHelp{
  128. background-color: rgba(0,0,0,0.00);
  129. z-index: 20;
  130. position: fixed;
  131. top:0;
  132. }
  133. .panelHelp1{
  134. width: 100%;
  135. position: fixed;
  136. bottom:942rpx;
  137. }
  138. .sysIcon_b07{
  139. width:100%;
  140. height: 697rpx;
  141. position: absolute;
  142. }
  143. .panelHelp2{
  144. position: absolute;
  145. left:0;
  146. right:0;
  147. top:180rpx;
  148. }
  149. .text07{
  150. font-size: 36rpx;
  151. color: #2E2E2E;
  152. text-align: center;
  153. width:550rpx;
  154. }
  155. .btn3{
  156. width:310rpx;
  157. height:90rpx;
  158. background: #303030;
  159. border-radius: 20rpx;
  160. color:#F2F2F2;
  161. margin-top: 50rpx;
  162. }
  163. .pic_08{
  164. width: 100%;
  165. position: fixed;
  166. top:200rpx;
  167. }
  168. .panelBuilding{
  169. z-index: 20;
  170. position: fixed;
  171. top:0;
  172. width:100%;
  173. justify-content: flex-start;
  174. font-weight: 700;
  175. }
  176. .DarkColor .panelBuilding{
  177. background-image: linear-gradient(180deg, rgba(0,68,51,0.70) 0%, rgba(0,20,15,0.60) 100%);
  178. }
  179. .LightColor .panelBuilding{
  180. background-image: linear-gradient(180deg, rgba(208,236,211,0.50) 0%, rgba(159,180,161,0.70) 100%);
  181. }
  182. .panelError{
  183. margin-top: 560rpx;
  184. font-size: 28rpx;
  185. }
  186. .DarkColor .panelError{
  187. color: #C1E1C1;
  188. }
  189. .LightColor .panelError{
  190. color: #5A7D5A;
  191. }
  192. .sysIcon_b14{
  193. width:102rpx;
  194. height:52rpx;
  195. margin-bottom: 50rpx;
  196. }
  197. .textError2{
  198. font-weight: 400;
  199. font-size: 24rpx;
  200. margin-top: 10rpx;
  201. }
  202. .panelBuilding1{
  203. width: 100%;
  204. position: fixed;
  205. top:345rpx;
  206. }
  207. .pic_03{
  208. width:100%;
  209. height:880rpx;
  210. position: absolute;
  211. top:0;
  212. }
  213. .sysIcon_b08{
  214. width:220rpx;
  215. height:220rpx;
  216. position: absolute;
  217. top:337rpx;
  218. z-index: 25;
  219. }
  220. .panelBuilding11{
  221. position: absolute;
  222. top: 190rpx;
  223. color: #2E2E2E;
  224. }
  225. .text08{
  226. font-size: 48rpx;
  227. }
  228. .text09{
  229. font-size: 28rpx;
  230. text-align: center;
  231. margin-top: 20rpx;
  232. font-weight: 400;
  233. }
  234. .panelBuilding12{
  235. position: absolute;
  236. top: 610rpx;
  237. color: #FDAD94;
  238. }
  239. .text10{
  240. font-size: 24rpx;
  241. text-align: center;
  242. }
  243. .text11{
  244. font-size: 28rpx;
  245. text-align: center;
  246. margin-top: 10rpx;
  247. font-weight: 400;
  248. width: 640rpx;
  249. }
  250. .panelAnswer{
  251. width:100%;
  252. position: fixed;
  253. bottom:0;
  254. z-index: 10;
  255. border-radius: 60rpx 60rpx 0 0;
  256. justify-content: flex-start;
  257. }
  258. .DarkColor .panelAnswer{
  259. background: #1E1E1E;
  260. color: #C1E1C1;
  261. }
  262. .LightColor .panelAnswer{
  263. background: #FFFFFF;
  264. color: #2E2E2E;
  265. }
  266. .text03{
  267. font-size: 28rpx;
  268. align-self: start;
  269. margin: 50rpx 0 0 40rpx;
  270. }
  271. .DarkColor .text03{
  272. background: #1E1E1E;
  273. color: #f2f2f2;
  274. }
  275. .LightColor .text03{
  276. background: #FFFFFF;
  277. color: #2E2E2E;
  278. }
  279. .btnClose{
  280. width: 88rpx;
  281. line-height:60rpx;
  282. border-radius: 20rpx;
  283. font-size:24rpx;
  284. text-align: center;
  285. position: absolute;
  286. top:40rpx;
  287. right:40rpx;
  288. }
  289. .DarkColor .btnClose{
  290. background: #303030;
  291. color:#F2F2F2;
  292. }
  293. .LightColor .btnClose{
  294. background: #F0F0F0;
  295. color:#2E2E2E;
  296. }
  297. .btnClose2{
  298. width: 60rpx;
  299. height:60rpx;
  300. border-radius: 50%;
  301. top:40rpx;
  302. right:40rpx;
  303. }
  304. .panelAnswer1{
  305. width: 100%;
  306. height:630rpx;
  307. }
  308. .DarkColor .panelAnswer1{
  309. background-color: #1e1e1e;
  310. }
  311. .LightColor .panelAnswer1{
  312. background-color: #FFFFFF;
  313. }
  314. .panelAnswer1Item{
  315. margin-top: 20rpx;
  316. width: 750rpx;
  317. }
  318. .panelAnswer1Item1{
  319. width: 750rpx;
  320. height:580rpx;
  321. }
  322. .DarkColor .panelAnswer1Item1{
  323. background-color: #1e1e1e;
  324. }
  325. .LightColor .panelAnswer1Item1{
  326. background-color: #fff;
  327. }
  328. .panelAnswer2{
  329. width:100%;
  330. margin: 30rpx 0 0 0;
  331. align-items: flex-start;
  332. }
  333. .sysIcon_c01{
  334. width: 40rpx;
  335. height:40rpx;
  336. margin: 10rpx 30rpx 0 0;
  337. }
  338. .text04{
  339. width: 600rpx;
  340. word-wrap: break-word;
  341. white-space: normal;
  342. }
  343. .text041{
  344. width:100%;
  345. font-size: 48rpx;
  346. word-wrap: break-word;
  347. white-space: normal;
  348. }
  349. .text042{
  350. width:100%;
  351. font-weight: 400;
  352. font-size: 28rpx;
  353. margin:10rpx 0 0 0;
  354. }
  355. .panelAnswer3{
  356. width:100%;
  357. margin-top: 40rpx;
  358. margin-bottom: 60rpx;
  359. }
  360. .panelAnswer31{
  361. width:100%;
  362. justify-content: flex-start;
  363. }
  364. .DarkColor .panelAnswer31{
  365. background: #1e1e1e;
  366. }
  367. .LightColor .panelAnswer31{
  368. background: #fff;
  369. color: #2E2E2E;
  370. }
  371. .DarkColor .panelAnswer310{
  372. background: #C1E1C1;
  373. color: #004433;
  374. }
  375. .LightColor .panelAnswer310{
  376. background: #009933;
  377. color: #FFFFFF;
  378. }
  379. .panelAnswer311{
  380. border-radius: 50%;
  381. width:40rpx;
  382. height:40rpx;
  383. margin: 0 30rpx 0 40rpx;
  384. }
  385. .DarkColor .panelAnswer311{
  386. background: #303030;
  387. border: 3rpx solid #4D4D4D;
  388. }
  389. .LightColor .panelAnswer311{
  390. background: #F8F8F8;
  391. border: 3rpx solid #D2D2D2;
  392. }
  393. .DarkColor .panelAnswer3110{
  394. background: #C1E1C1;
  395. border: 3rpx solid #C1E1C1;
  396. }
  397. .LightColor .panelAnswer3110{
  398. background: #009933;
  399. border: 3rpx solid #009933;
  400. }
  401. .sysIcon_a10{
  402. width:20rpx;
  403. height:16rpx;
  404. }
  405. .text05{
  406. width: 600rpx;
  407. margin: 20rpx 0;
  408. }
  409. .text051{
  410. width:100%;
  411. font-weight: 400;
  412. font-size: 36rpx;
  413. }
  414. .text052{
  415. width:100%;
  416. font-weight: 400;
  417. font-size: 28rpx;
  418. margin:10rpx 0 0 0;
  419. }
  420. .DarkColor .panelLine2{
  421. width:100%;
  422. height:10rpx;
  423. background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.30) 100%);
  424. }
  425. .LightColor .panelLine2{
  426. width:100%;
  427. height:10rpx;
  428. background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  429. }
  430. .panelAnswer4{
  431. width:100%;
  432. }
  433. .btn1{
  434. border-radius: 20rpx;
  435. width:310rpx;
  436. height:90rpx;
  437. margin:60rpx 15rpx;
  438. font-size: 36rpx;
  439. }
  440. .DarkColor .btn1{
  441. background: #303030;
  442. }
  443. .LightColor .btn1{
  444. background: #F0F0F0;
  445. }
  446. .btn10{
  447. color: #1E1E1E;
  448. }
  449. .text06{
  450. font-size: 28rpx;
  451. color: #F2F2F2;
  452. }
  453. .btn2{
  454. width:670rpx;
  455. height:90rpx;
  456. border-radius: 20rpx;
  457. margin: 70rpx 0 40rpx 0;
  458. }
  459. .DarkColor .btn2{
  460. background: #303030;
  461. color:#F2F2F2;
  462. }
  463. .LightColor .btn2{
  464. background: #F0F0F0;
  465. color:#2E2E2E;
  466. }
  467. .panelAnswer5{
  468. width:100%;
  469. }
  470. .panelAnswer51{
  471. width:100%;
  472. justify-content: space-between;
  473. margin: 40rpx 0;
  474. }
  475. .text12{
  476. margin-left: 40rpx;
  477. font-size: 28rpx;
  478. }
  479. .DarkColor .text12{
  480. color:#F2F2F2;
  481. }
  482. .LightColor .text12{
  483. color:#2E2E2E;
  484. }
  485. .text13{
  486. width: 670rpx;
  487. font-size: 24rpx;
  488. font-weight: 400;
  489. margin-bottom: 30rpx;
  490. }
  491. .DarkColor .text13{
  492. color: #E3E3E3;
  493. }
  494. .LightColor .text13{
  495. color:#787878;
  496. }
  497. .panelLine3{
  498. width:670rpx;
  499. height:1rpx;
  500. background-color: #131313;
  501. }
  502. .panelAnswer510{
  503. margin-bottom: 100rpx;
  504. }
  505. .switchClass{
  506. margin-right: 40rpx;
  507. }
  508. /* 自定义switch样式 */
  509. /* 修改switch关闭时的背景颜色 */
  510. .DarkColor .wx-switch-input {
  511. background-color: #D2D2D2 !important; /* 深色主题下关闭时的颜色 */
  512. }
  513. .LightColor .wx-switch-input {
  514. background-color: #D2D2D2 !important; /* 浅色主题下关闭时的颜色 */
  515. }
  516. /* 修改switch选中时的颜色 */
  517. .wx-switch-input.wx-switch-input-checked {
  518. border-color: #4aa010 !important;
  519. background-color: #4aa010 !important;
  520. }
  521. .wx-swiper-dot {
  522. width: 14rpx !important;
  523. height: 14rpx !important;
  524. margin-left: 5rpx !important;
  525. margin-right: 5rpx !important;
  526. }
  527. .DarkColor .wx-swiper-dot {
  528. background-color: #4d4d4d !important;
  529. }
  530. .LightColor .wx-swiper-dot {
  531. background-color: #D2D2D2 !important;
  532. }
  533. .DarkColor .wx-swiper-dot-active {
  534. background-color: #C1E1C1 !important;
  535. }
  536. .LightColor .wx-swiper-dot-active {
  537. background-color: #787878 !important;
  538. }
  539. /* 自定义swiper指示点位置 */
  540. .wx-swiper-dots {
  541. position: absolute;
  542. right: -20rpx !important;
  543. left: unset !important;
  544. }