article.wxss 11 KB

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