wordsinput.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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. background: #1E1E1E;
  236. border-radius: 60rpx 60rpx 0 0;
  237. position: fixed;
  238. color:#F0F0F0;
  239. bottom:0;
  240. justify-content: flex-start;
  241. }
  242. .panelMenu11{
  243. width: 100%;
  244. }
  245. .text04{
  246. align-self: start;
  247. margin: 50rpx 0 0 40rpx;
  248. font-size: 28rpx;
  249. }
  250. .text05{
  251. margin: 40rpx 0 0 40rpx;
  252. }
  253. .text06{
  254. margin: 20rpx 0 0 40rpx;
  255. }
  256. .panelMenu111{
  257. width:100%;
  258. margin: 30rpx 0 0 60rpx;
  259. justify-content: flex-start;
  260. align-items: flex-start;
  261. }
  262. .panelMenu1110{
  263. width:100%;
  264. margin: 30rpx 0 -20rpx 20rpx;
  265. white-space: nowrap;
  266. }
  267. .panelMenu1111{
  268. width:1008rpx;
  269. height:260rpx;
  270. margin-left: 20rpx;
  271. flex-wrap: wrap;
  272. justify-content: flex-start;
  273. align-items: flex-start;
  274. }
  275. .panelMenu11110{
  276. height:166rpx;
  277. }
  278. .btn{
  279. margin: 0 20rpx 20rpx 0;
  280. height:90rpx;
  281. padding: 0 26rpx;
  282. background: #1E1E1E;
  283. border: 6rpx solid #303030;
  284. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.20);
  285. border-radius: 20rpx;
  286. color:#C1E1C1;
  287. font-size: 28rpx;
  288. }
  289. .btn2{
  290. width: 650rpx;
  291. height:90rpx;
  292. background: #303030;
  293. border-radius: 20rpx;
  294. margin: 60rpx 0;
  295. font-size: 36rpx;
  296. }
  297. .btn4{
  298. width: 332rpx;
  299. height:126rpx;
  300. margin: 0 20rpx 0 0;
  301. font-size: 24rpx;
  302. }
  303. .btnSelected{
  304. background: #0D4433;
  305. border: 6rpx solid #C1E1C1;
  306. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.10);
  307. color: #C1E1C1;
  308. }
  309. .btn41{
  310. margin: 0 20rpx 0 0;
  311. font-size: 28rpx;
  312. }
  313. .sysIcon_b01{
  314. width:40rpx;
  315. height:40rpx;
  316. margin-right: 20rpx;
  317. }
  318. .panelClose{
  319. width:100rpx;
  320. height:100rpx;
  321. position: absolute;
  322. top:20rpx;
  323. right:30rpx;
  324. }
  325. .panelClose1{
  326. width:60rpx;
  327. height:60rpx;
  328. background: #303030;
  329. border-radius: 50%;
  330. }
  331. .panelExample{
  332. background-color: rgba(26,67,51,0.50);
  333. z-index: 20;
  334. position: fixed;
  335. top:0;
  336. left:0;
  337. right:0;
  338. bottom:0;
  339. overflow: hidden;
  340. }
  341. .exampleScrollView {
  342. width: 100%;
  343. display: flex;
  344. flex-direction: column;
  345. align-items: center;
  346. padding-bottom: 300rpx;
  347. }
  348. .panelExampleBtn{
  349. width: 100%;
  350. height:140rpx;
  351. background: #875A4B;
  352. font-size: 48rpx;
  353. color: #F0F0F0;
  354. position: fixed;
  355. bottom:0;
  356. z-index: 20;
  357. justify-content: flex-start;
  358. }
  359. .panelExampleBtn1{
  360. margin-top: 20rpx;
  361. }
  362. .pic_h01{
  363. margin-top: 64rpx;
  364. margin-left: 15rpx;
  365. width: 728rpx;
  366. height:1258rpx;
  367. margin-bottom: 300rpx;
  368. z-index: 15;
  369. }
  370. .pic_04{
  371. width:100%;
  372. height: 170rpx;
  373. position: fixed;
  374. bottom:140rpx;
  375. z-index: 20;
  376. }
  377. .panelRemind{
  378. width: 690rpx;
  379. margin-bottom: 75rpx;
  380. position: fixed;
  381. bottom: 0;
  382. background: #CA4B15;
  383. box-shadow: 0 20rpx 0 0 #8E3F1D, 0 50rpx 0 0 rgba(0,0,0,0.50);
  384. border-radius: 60rpx;
  385. background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
  386. }
  387. .sysIcon_b10{
  388. width: 360rpx;
  389. height:140rpx;
  390. position: absolute;
  391. right:0;
  392. top:-22rpx;
  393. }
  394. .panelRemind1{
  395. width: 100%;
  396. justify-content: flex-start;
  397. margin-top: 40rpx;
  398. font-size: 36rpx;
  399. color: #FFFFFF;
  400. z-index: 25rpx;
  401. }
  402. .sysIcon_b09{
  403. width: 50rpx;
  404. height:50rpx;
  405. margin: 0 20rpx 0 50rpx ;
  406. }
  407. .panelRemind2{
  408. width: 650rpx;
  409. min-height:220rpx;
  410. background: #FFFFFF;
  411. color: #2E2E2E;
  412. border-radius: 40rpx;
  413. margin: 30rpx 0;
  414. justify-content: flex-start;
  415. }
  416. .textRemind{
  417. width:570rpx;
  418. font-weight: 400;
  419. font-size: 28rpx;
  420. align-items: flex-start;
  421. margin-top: 80rpx;
  422. }
  423. .btnReind1{
  424. width:590rpx;
  425. height:90rpx;
  426. background: #F0F0F0;
  427. border-radius: 20rpx;
  428. font-size: 36rpx;
  429. margin-top: 60rpx;
  430. margin-bottom: 40rpx;
  431. }
  432. .panelGuideContainer .pic_ha02{
  433. width: 370rpx;
  434. height: 465rpx;
  435. }
  436. .panelGuideContainer .pic_ha03{
  437. width: 250rpx;
  438. height: 255rpx;
  439. }
  440. .panelGuideContainer .pic_ha04{
  441. width: 359rpx;
  442. height: 420rpx;
  443. }
  444. .panelGuideContainer .pic_ha05{
  445. width: 329rpx;
  446. height: 380rpx;
  447. }
  448. .panelGuideContainer .pic_ha06{
  449. width: 570rpx;
  450. height: 255rpx;
  451. }