article.wxss 11 KB

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