wordsinput.wxss 7.4 KB

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