article.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  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:620rpx;
  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. width: 500rpx;
  189. font-weight: 400;
  190. font-size: 24rpx;
  191. margin-top: 10rpx;
  192. }
  193. .panelAnswer{
  194. width:100%;
  195. position: fixed;
  196. bottom:0;
  197. z-index: 10;
  198. border-radius: 60rpx 60rpx 0 0;
  199. justify-content: flex-start;
  200. }
  201. .DarkColor .panelAnswer{
  202. background: #1E1E1E;
  203. color: #C1E1C1;
  204. }
  205. .LightColor .panelAnswer{
  206. background: #FFFFFF;
  207. color: #2E2E2E;
  208. }
  209. .text03{
  210. font-size: 28rpx;
  211. align-self: start;
  212. margin: 50rpx 0 0 40rpx;
  213. }
  214. .DarkColor .text03{
  215. background: #1E1E1E;
  216. color: #f2f2f2;
  217. }
  218. .LightColor .text03{
  219. background: #FFFFFF;
  220. color: #2E2E2E;
  221. }
  222. .btnClose{
  223. width: 88rpx;
  224. line-height:60rpx;
  225. border-radius: 20rpx;
  226. font-size:24rpx;
  227. text-align: center;
  228. position: absolute;
  229. top:40rpx;
  230. right:40rpx;
  231. }
  232. .DarkColor .btnClose{
  233. background: #303030;
  234. color:#F2F2F2;
  235. }
  236. .LightColor .btnClose{
  237. background: #F0F0F0;
  238. color:#2E2E2E;
  239. }
  240. .btnClose2{
  241. width: 60rpx;
  242. height:60rpx;
  243. border-radius: 50%;
  244. top:40rpx;
  245. right:40rpx;
  246. }
  247. .panelAnswer1{
  248. width: 100%;
  249. height:630rpx;
  250. }
  251. .DarkColor .panelAnswer1{
  252. background-color: #1e1e1e;
  253. }
  254. .LightColor .panelAnswer1{
  255. background-color: #FFFFFF;
  256. }
  257. .panelAnswer1Item{
  258. margin-top: 20rpx;
  259. width: 750rpx;
  260. }
  261. .panelAnswer1Item1{
  262. width: 750rpx;
  263. height:580rpx;
  264. }
  265. .DarkColor .panelAnswer1Item1{
  266. background-color: #1e1e1e;
  267. }
  268. .LightColor .panelAnswer1Item1{
  269. background-color: #fff;
  270. }
  271. .panelAnswer2{
  272. width:100%;
  273. margin: 30rpx 0 0 0;
  274. align-items: flex-start;
  275. }
  276. .sysIcon_c01{
  277. width: 40rpx;
  278. height:40rpx;
  279. margin: 10rpx 30rpx 0 0;
  280. }
  281. .text04{
  282. width: 600rpx;
  283. word-wrap: break-word;
  284. white-space: normal;
  285. }
  286. .text041{
  287. width:100%;
  288. font-size: 48rpx;
  289. word-wrap: break-word;
  290. white-space: normal;
  291. }
  292. .text042{
  293. width:100%;
  294. font-weight: 400;
  295. font-size: 28rpx;
  296. margin:10rpx 0 0 0;
  297. }
  298. .panelAnswer3{
  299. width:100%;
  300. margin-top: 40rpx;
  301. margin-bottom: 60rpx;
  302. }
  303. .panelAnswer31{
  304. width:100%;
  305. justify-content: flex-start;
  306. }
  307. .DarkColor .panelAnswer31{
  308. background: #1e1e1e;
  309. }
  310. .LightColor .panelAnswer31{
  311. background: #fff;
  312. color: #2E2E2E;
  313. }
  314. .DarkColor .panelAnswer310{
  315. background: #C1E1C1;
  316. color: #004433;
  317. }
  318. .LightColor .panelAnswer310{
  319. background: #009933;
  320. color: #FFFFFF;
  321. }
  322. .panelAnswer311{
  323. border-radius: 50%;
  324. width:40rpx;
  325. height:40rpx;
  326. margin: 0 30rpx 0 40rpx;
  327. }
  328. .DarkColor .panelAnswer311{
  329. background: #303030;
  330. border: 3rpx solid #4D4D4D;
  331. }
  332. .LightColor .panelAnswer311{
  333. background: #F8F8F8;
  334. border: 3rpx solid #D2D2D2;
  335. }
  336. .DarkColor .panelAnswer3110{
  337. background: #C1E1C1;
  338. border: 3rpx solid #C1E1C1;
  339. }
  340. .LightColor .panelAnswer3110{
  341. background: #009933;
  342. border: 3rpx solid #009933;
  343. }
  344. .sysIcon_a10{
  345. width:20rpx;
  346. height:16rpx;
  347. }
  348. .text05{
  349. width: 600rpx;
  350. margin: 20rpx 0;
  351. }
  352. .text051{
  353. width:100%;
  354. font-weight: 400;
  355. font-size: 36rpx;
  356. }
  357. .text052{
  358. width:100%;
  359. font-weight: 400;
  360. font-size: 28rpx;
  361. margin:10rpx 0 0 0;
  362. }
  363. .DarkColor .panelLine2{
  364. width:100%;
  365. height:10rpx;
  366. background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.30) 100%);
  367. }
  368. .LightColor .panelLine2{
  369. width:100%;
  370. height:10rpx;
  371. background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.10) 100%);
  372. }
  373. .panelAnswer4{
  374. width:100%;
  375. }
  376. .btn1{
  377. border-radius: 20rpx;
  378. width:310rpx;
  379. height:90rpx;
  380. margin:60rpx 15rpx;
  381. font-size: 36rpx;
  382. }
  383. .DarkColor .btn1{
  384. background: #303030;
  385. }
  386. .LightColor .btn1{
  387. background: #F0F0F0;
  388. }
  389. .btn10{
  390. color: #1E1E1E;
  391. }
  392. .text06{
  393. font-size: 28rpx;
  394. color: #F2F2F2;
  395. }
  396. .btn2{
  397. width:670rpx;
  398. height:90rpx;
  399. border-radius: 20rpx;
  400. margin: 70rpx 0 40rpx 0;
  401. }
  402. .DarkColor .btn2{
  403. background: #303030;
  404. color:#F2F2F2;
  405. }
  406. .LightColor .btn2{
  407. background: #F0F0F0;
  408. color:#2E2E2E;
  409. }
  410. .panelAnswer5{
  411. width:100%;
  412. }
  413. .panelAnswer51{
  414. width:100%;
  415. justify-content: space-between;
  416. margin: 40rpx 0;
  417. }
  418. .text12{
  419. margin-left: 40rpx;
  420. font-size: 28rpx;
  421. }
  422. .DarkColor .text12{
  423. color:#F2F2F2;
  424. }
  425. .LightColor .text12{
  426. color:#2E2E2E;
  427. }
  428. .text13{
  429. width: 670rpx;
  430. font-size: 24rpx;
  431. font-weight: 400;
  432. margin-bottom: 30rpx;
  433. }
  434. .DarkColor .text13{
  435. color: #E3E3E3;
  436. }
  437. .LightColor .text13{
  438. color:#787878;
  439. }
  440. .panelLine3{
  441. width:670rpx;
  442. height:1rpx;
  443. background-color: #131313;
  444. }
  445. .panelAnswer510{
  446. margin-bottom: 100rpx;
  447. }
  448. .switchClass{
  449. margin-right: 40rpx;
  450. }
  451. /* 自定义switch样式 */
  452. /* 修改switch关闭时的背景颜色 */
  453. .DarkColor .wx-switch-input {
  454. background-color: #D2D2D2 !important; /* 深色主题下关闭时的颜色 */
  455. }
  456. .LightColor .wx-switch-input {
  457. background-color: #D2D2D2 !important; /* 浅色主题下关闭时的颜色 */
  458. }
  459. /* 修改switch选中时的颜色 */
  460. .wx-switch-input.wx-switch-input-checked {
  461. border-color: #4aa010 !important;
  462. background-color: #4aa010 !important;
  463. }
  464. .wx-swiper-dot {
  465. width: 14rpx !important;
  466. height: 14rpx !important;
  467. margin-left: 5rpx !important;
  468. margin-right: 5rpx !important;
  469. }
  470. .DarkColor .wx-swiper-dot {
  471. background-color: #4d4d4d !important;
  472. }
  473. .LightColor .wx-swiper-dot {
  474. background-color: #D2D2D2 !important;
  475. }
  476. .DarkColor .wx-swiper-dot-active {
  477. background-color: #C1E1C1 !important;
  478. }
  479. .LightColor .wx-swiper-dot-active {
  480. background-color: #787878 !important;
  481. }
  482. /* 自定义swiper指示点位置 */
  483. .wx-swiper-dots {
  484. position: absolute;
  485. right: -20rpx !important;
  486. left: unset !important;
  487. }
  488. .panelMenu{
  489. background-color: rgba(26,67,51,0.50);
  490. z-index: 20;
  491. position: fixed;
  492. top:0;
  493. }
  494. /* 翻译 */
  495. .panelTranslate{
  496. width: 710rpx;
  497. min-height:170rpx;
  498. z-index: 30;
  499. position: fixed;
  500. bottom: 50rpx;
  501. left:20rpx;
  502. background: #F0F0F0;
  503. box-shadow: 0 30rpx 0 0 rgba(0,0,0,0.50);
  504. border-radius: 40rpx;
  505. align-items: flex-start;
  506. justify-content: flex-start;
  507. color: #2E2E2E;
  508. }
  509. .panelTranslateTest1{
  510. width: 630rpx;
  511. margin: 30rpx 0 0 40rpx;
  512. font-size: 28rpx;
  513. font-weight: 700;
  514. }
  515. .panelTranslateTest2{
  516. width: 630rpx;
  517. margin: 20rpx 0 30rpx 40rpx;
  518. font-size: 36rpx;
  519. font-weight: 400;
  520. }
  521. .panelTranslateCollect{
  522. width:100rpx;
  523. height:90rpx;
  524. position: absolute;
  525. top:0;
  526. right:0;
  527. }
  528. .sysIcon_a35{
  529. width: 30rpx;
  530. height:30rpx;
  531. }
  532. /* 生成中 */
  533. .panelBuildindParent{
  534. z-index: 50;
  535. }
  536. .pic_08{
  537. width: 100%;
  538. position: fixed;
  539. top:0rpx;
  540. z-index: 50;
  541. }
  542. .panelBuilding{
  543. z-index: 20;
  544. position: fixed;
  545. top:0;
  546. width:100%;
  547. justify-content: flex-start;
  548. font-weight: 700;
  549. z-index: 50;
  550. }
  551. .panelBuildingDarkColor{
  552. background-image: linear-gradient(180deg, rgba(0,68,51,0.70) 0%, rgba(0,20,15,0.60) 100%);
  553. }
  554. .panelBuildingLightColor{
  555. background-image: linear-gradient(180deg, rgba(208,236,211,0.50) 0%, rgba(165,221,187,0.50) 100%);
  556. }
  557. .panelBuilding1{
  558. width: 100%;
  559. position: fixed;
  560. top:160rpx;
  561. }
  562. .pic_03{
  563. width:100%;
  564. height:1050rpx;
  565. position: absolute;
  566. top:0;
  567. }
  568. .sysIcon_b08{
  569. width:100%;
  570. height:150rpx;
  571. position: absolute;
  572. top: 353rpx;
  573. z-index: 25;
  574. }
  575. .panelBuilding11{
  576. position: absolute;
  577. top: 150rpx;
  578. left:100rpx;
  579. color: #2E2E2E;
  580. align-items: flex-start;
  581. }
  582. .text08{
  583. font-size: 48rpx;
  584. }
  585. .text09{
  586. font-size: 24rpx;
  587. text-align: left;
  588. margin-top: 20rpx;
  589. font-weight: 400;
  590. }
  591. .panelBuilding12{
  592. position: absolute;
  593. top: 533rpx;
  594. color: #FDAD94;
  595. align-items: flex-start;
  596. }
  597. .text10{
  598. margin-left: 50rpx;
  599. font-size: 24rpx;
  600. text-align: center;
  601. }
  602. .panelBuilding121{
  603. width:650rpx;
  604. height: 70rpx;
  605. background: rgba(0,0,0,0.25);
  606. border-radius: 35rpx;
  607. margin: 0 0 20rpx 0;
  608. }
  609. .panelBuilding122{
  610. width:252rpx;
  611. height: 70rpx;
  612. font-size: 28rpx;
  613. font-weight: 400;
  614. }
  615. .sysIcon_a17{
  616. width:30rpx;
  617. height:30rpx;
  618. margin: 5rpx 20rpx 0 0;
  619. }
  620. .panelBuilding121text{
  621. width:550rpx;
  622. font-size: 28rpx;
  623. font-weight: 400;
  624. overflow: hidden;
  625. white-space: nowrap;
  626. }
  627. .panelGuideContainer .pic_ha07{
  628. width: 610rpx;
  629. height: 378rpx;
  630. }
  631. .panelGuideContainer .pic_ha08{
  632. width: 610rpx;
  633. height: 643rpx;
  634. }