article.wxss 7.9 KB

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