wordsinput.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. .panel1{
  2. width:690rpx;
  3. color: #C1E1C1;
  4. position: relative;
  5. }
  6. .text01{
  7. font-size: 36rpx;
  8. margin:50rpx 0 0 40rpx;
  9. align-self: start;
  10. }
  11. .panel11{
  12. margin: 20rpx 0 30rpx 0;
  13. font-size:24rpx;
  14. width: 100%;
  15. justify-content: space-between;
  16. }
  17. .panel111{
  18. margin-left: 40rpx;
  19. }
  20. .panel113{
  21. width:96rpx;
  22. height:73rpx;
  23. margin-left: -250rpx;
  24. }
  25. .panel112{
  26. width: 88rpx;
  27. height:73rpx;
  28. border: 3rpx solid #C1E1C1;
  29. border-radius: 20rpx;
  30. margin-right: 40rpx;
  31. }
  32. .sysIcon_a01{
  33. width:24rpx;
  34. height:24rpx;
  35. margin-right: 10rpx;
  36. }
  37. .panel10{
  38. position: fixed;
  39. top:0;
  40. width: 100%;
  41. height:100rpx;
  42. z-index: 10;
  43. justify-content: flex-start;
  44. align-items: flex-start;
  45. background-image: linear-gradient(180deg, #004433 0%, rgba(0,46,34,0.80) 100%);
  46. }
  47. .panel101{
  48. background: #CA4B15;
  49. border-radius: 10rpx;
  50. height:70rpx;
  51. margin: 20rpx 0 0 30rpx;
  52. padding: 0 30rpx;
  53. }
  54. .text03{
  55. font-size:24rpx;
  56. color:#fff;
  57. margin-left: 20rpx;
  58. }
  59. .sysIcon_a03{
  60. width:20rpx;
  61. height:20rpx;
  62. }
  63. .panel2{
  64. width: 690rpx;
  65. min-height: 300rpx;
  66. background: #002F24;
  67. box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
  68. border-radius: 40rpx;
  69. margin: 0 0 230rpx 0;
  70. }
  71. .panel20{
  72. width:646rpx;
  73. height:90rpx;
  74. background: #061A1B;
  75. border-radius: 5rpx;
  76. margin: 10rpx 0 0 0;
  77. justify-content: flex-start;
  78. position: relative;
  79. }
  80. .panel21{
  81. border-radius: 20rpx 20rpx 5rpx 5rpx;
  82. margin: 30rpx 0 0 0;
  83. }
  84. .panel210{
  85. border-radius: 5rpx 5rpx 20rpx 20rpx;
  86. margin: 10rpx 0 30rpx 0;
  87. }
  88. .panel211{
  89. width:16rpx;
  90. height:90rpx;
  91. border-radius: 5rpx 0 0 5rpx;
  92. margin-right: 14rpx;
  93. }
  94. .panel2110{
  95. background: #CA4B15;
  96. }
  97. .txtWord{
  98. width:570rpx;
  99. height:50rpx;
  100. text-align: left;
  101. font-size:36rpx;
  102. font-weight: 400;
  103. color: #FFDD88;
  104. }
  105. .txtWordFinished{
  106. background-color: #004433;
  107. }
  108. .placeholderClass{
  109. color:#627062;
  110. }
  111. .panel20Delete{
  112. width:80rpx;
  113. height:80rpx;
  114. position: absolute;
  115. right:0;
  116. z-index: 10;
  117. }
  118. .sysIcon_a14{
  119. width: 20rpx;
  120. height:22rpx;
  121. }
  122. .panelGuide{
  123. width: 710rpx;
  124. height:70rpx;
  125. background: #453C2D;
  126. border: 5rpx solid #E6971A;
  127. border-radius: 70rpx;
  128. position: fixed;
  129. bottom:195rpx;
  130. z-index: 10;
  131. justify-content: space-between;
  132. }
  133. .panelGuide1{
  134. font-size:28rpx;
  135. color:#F2F2F2;
  136. margin-left: 40rpx;
  137. }
  138. .panelGuideText1{
  139. color:#FFCD00;
  140. text-decoration: underline;
  141. }
  142. .panelGuide2{
  143. border-radius: 50%;
  144. width: 46rpx;
  145. height:46rpx;
  146. background-color: #E59819;
  147. margin-right: 17rpx;
  148. }
  149. .panelFooter{
  150. width: 100%;
  151. height:180rpx;
  152. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  153. position: fixed;
  154. bottom: 0rpx;
  155. align-items: flex-start;
  156. z-index: 10;
  157. }
  158. .panelFooter1{
  159. width:730rpx;
  160. height:140rpx;
  161. color:#F2F2F2;
  162. background: #1E1E1E;
  163. box-shadow: 0 30rpx 0 0 #0C0C0C;
  164. border-radius: 10rpx 10rpx 60rpx 60rpx;
  165. }
  166. .panelFooter10{
  167. background-color: #303030;
  168. font-size:24rpx;
  169. }
  170. .panelFooter11{
  171. width:160rpx;
  172. height:120rpx;
  173. border-radius: 5rpx 10rpx 10rpx 50rpx;
  174. }
  175. .panelFooter12{
  176. width:160rpx;
  177. height:120rpx;
  178. border-radius: 10rpx 10rpx 10rpx 10rpx;
  179. margin: 0 10rpx;
  180. }
  181. .panelFooter13{
  182. width:370rpx;
  183. height:120rpx;
  184. border-radius: 10rpx 5rpx 50rpx 10rpx;
  185. font-size:36rpx;
  186. }
  187. .text02{
  188. font-size:24rpx;
  189. margin-top: 17rpx;
  190. }
  191. .panelHelp{
  192. background-color: rgba(0,0,0,0.00);
  193. z-index: 20;
  194. position: fixed;
  195. top:0;
  196. }
  197. .panelHelp1{
  198. width: 100%;
  199. position: fixed;
  200. bottom:902rpx;
  201. }
  202. .sysIcon_b06{
  203. width:100%;
  204. height: 642rpx;
  205. position: absolute;
  206. }
  207. .panelHelp2{
  208. position: absolute;
  209. left:0;
  210. right:0;
  211. top:160rpx;
  212. }
  213. .text07{
  214. font-size: 36rpx;
  215. color: #2E2E2E;
  216. text-align: center;
  217. width:360rpx;
  218. }
  219. .btn3{
  220. width:310rpx;
  221. height:90rpx;
  222. background: #303030;
  223. border-radius: 20rpx;
  224. color:#F2F2F2;
  225. margin-top: 50rpx;
  226. }
  227. .panelMenu{
  228. background-color: rgba(26,67,51,0.50);
  229. z-index: 20;
  230. position: fixed;
  231. top:0;
  232. }
  233. .panelMenu1{
  234. width:100%;
  235. height:1130rpx;
  236. background: #1E1E1E;
  237. border-radius: 60rpx 60rpx 0 0;
  238. position: fixed;
  239. color:#F0F0F0;
  240. bottom:0;
  241. justify-content: flex-start;
  242. }
  243. .panelMenu11{
  244. width: 100%;
  245. margin-bottom: 30rpx;
  246. }
  247. .panelMenu11_1{
  248. width: 100%;
  249. justify-content: space-between;
  250. margin-top: 10rpx;
  251. }
  252. .panelMenu11_11{
  253. font-size: 24rpx;
  254. color: #C1E1C1;
  255. margin: 10rpx 40rpx 0 0;
  256. }
  257. .text04{
  258. align-self: start;
  259. margin: 50rpx 0 0 40rpx;
  260. font-size: 28rpx;
  261. }
  262. .text05{
  263. margin: 10rpx 0 0 40rpx;
  264. }
  265. .text06{
  266. margin: 20rpx 0 0 40rpx;
  267. }
  268. .panelMenu111{
  269. width:100%;
  270. margin: 30rpx 0 0 60rpx;
  271. justify-content: flex-start;
  272. align-items: flex-start;
  273. }
  274. .panelMenu1110{
  275. width:100%;
  276. margin: 30rpx 0 -20rpx 0;
  277. white-space: nowrap;
  278. }
  279. .panelMenu1111{
  280. width:1008rpx;
  281. height:260rpx;
  282. margin-left: 30rpx;
  283. flex-wrap: wrap;
  284. justify-content: flex-start;
  285. align-items: flex-start;
  286. }
  287. .panelMenu11110{
  288. height:166rpx;
  289. }
  290. .panelMenu112{
  291. width: 940rpx;
  292. height: 320rpx;
  293. margin:0 30rpx 0 30rpx ;
  294. flex-direction: column;
  295. flex-wrap: wrap;
  296. align-items: flex-start;
  297. justify-content: flex-start;
  298. }
  299. .btn{
  300. margin: 0 20rpx 20rpx 0;
  301. height:90rpx;
  302. padding: 0 26rpx;
  303. background: #1E1E1E;
  304. border: 6rpx solid #303030;
  305. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.20);
  306. border-radius: 20rpx;
  307. color:#C1E1C1;
  308. font-size: 28rpx;
  309. }
  310. .btn2{
  311. width: 650rpx;
  312. height:90rpx;
  313. background: #303030;
  314. border-radius: 20rpx;
  315. margin: 60rpx 0;
  316. font-size: 36rpx;
  317. position: fixed;
  318. bottom:0;
  319. }
  320. .btn4{
  321. width: 332rpx;
  322. height:126rpx;
  323. margin: 0 20rpx 0 0;
  324. font-size: 24rpx;
  325. }
  326. .btn5{
  327. width: 284rpx;
  328. height:126rpx;
  329. margin: 0 0 20rpx 0;
  330. font-size: 24rpx;
  331. background: #1E1E1E;
  332. border: 6rpx solid #303030;
  333. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.20);
  334. border-radius: 20rpx;
  335. color:#C1E1C1;
  336. }
  337. .btnSelected{
  338. background: #0D4433;
  339. border: 6rpx solid #C1E1C1;
  340. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.10);
  341. color: #C1E1C1;
  342. }
  343. .btn5Selected{
  344. background: #0D4433;
  345. border: 6rpx solid #C1E1C1;
  346. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.10);
  347. color: #C1E1C1;
  348. }
  349. .btn41{
  350. margin: 0 20rpx 0 0;
  351. font-size: 28rpx;
  352. }
  353. .sysIcon_b01{
  354. width:40rpx;
  355. height:40rpx;
  356. margin-right: 20rpx;
  357. }
  358. .panelClose{
  359. width:100rpx;
  360. height:100rpx;
  361. position: absolute;
  362. top:20rpx;
  363. right:30rpx;
  364. }
  365. .panelClose1{
  366. width:60rpx;
  367. height:60rpx;
  368. background: #303030;
  369. border-radius: 50%;
  370. }
  371. .panelExample{
  372. background-color: rgba(26,67,51,0.50);
  373. z-index: 20;
  374. position: fixed;
  375. top:0;
  376. left:0;
  377. right:0;
  378. bottom:0;
  379. overflow: hidden;
  380. }
  381. .exampleScrollView {
  382. width: 100%;
  383. display: flex;
  384. flex-direction: column;
  385. align-items: center;
  386. padding-bottom: 300rpx;
  387. }
  388. .panelExampleBtn{
  389. width: 100%;
  390. height:140rpx;
  391. background: #875A4B;
  392. font-size: 48rpx;
  393. color: #F0F0F0;
  394. position: fixed;
  395. bottom:0;
  396. z-index: 20;
  397. justify-content: flex-start;
  398. }
  399. .panelExampleBtn1{
  400. margin-top: 20rpx;
  401. }
  402. .pic_h01{
  403. margin-top: 64rpx;
  404. margin-left: 15rpx;
  405. width: 728rpx;
  406. height:1258rpx;
  407. margin-bottom: 300rpx;
  408. z-index: 15;
  409. }
  410. .pic_04{
  411. width:100%;
  412. height: 170rpx;
  413. position: fixed;
  414. bottom:140rpx;
  415. z-index: 20;
  416. }
  417. .panelRemind{
  418. width: 690rpx;
  419. margin-bottom: 75rpx;
  420. position: fixed;
  421. bottom: 0;
  422. background: #CA4B15;
  423. box-shadow: 0 20rpx 0 0 #8E3F1D, 0 50rpx 0 0 rgba(0,0,0,0.50);
  424. border-radius: 60rpx;
  425. background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
  426. }
  427. .sysIcon_b10{
  428. width: 360rpx;
  429. height:140rpx;
  430. position: absolute;
  431. right:0;
  432. top:-22rpx;
  433. }
  434. .panelRemind1{
  435. width: 100%;
  436. justify-content: flex-start;
  437. margin-top: 40rpx;
  438. font-size: 36rpx;
  439. color: #FFFFFF;
  440. z-index: 25rpx;
  441. }
  442. .sysIcon_b09{
  443. width: 50rpx;
  444. height:50rpx;
  445. margin: 0 20rpx 0 50rpx ;
  446. }
  447. .panelRemind2{
  448. width: 650rpx;
  449. min-height:220rpx;
  450. background: #FFFFFF;
  451. color: #2E2E2E;
  452. border-radius: 40rpx;
  453. margin: 30rpx 0;
  454. justify-content: flex-start;
  455. }
  456. .textRemind{
  457. width:570rpx;
  458. font-weight: 400;
  459. font-size: 28rpx;
  460. align-items: flex-start;
  461. margin-top: 80rpx;
  462. }
  463. .btnReind1{
  464. width:590rpx;
  465. height:90rpx;
  466. background: #F0F0F0;
  467. border-radius: 20rpx;
  468. font-size: 36rpx;
  469. margin-top: 60rpx;
  470. margin-bottom: 40rpx;
  471. }
  472. .panelGuideContainer .pic_ha02{
  473. width: 370rpx;
  474. height: 465rpx;
  475. }
  476. .panelGuideContainer .pic_ha03{
  477. width: 250rpx;
  478. height: 255rpx;
  479. }
  480. .panelGuideContainer .pic_ha04{
  481. width: 359rpx;
  482. height: 420rpx;
  483. }
  484. .panelGuideContainer .pic_ha05{
  485. width: 329rpx;
  486. height: 380rpx;
  487. }
  488. .panelGuideContainer .pic_ha06{
  489. width: 570rpx;
  490. height: 255rpx;
  491. }