wordsinput.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  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. .panel112{
  21. width: 136rpx;
  22. height:73rpx;
  23. border: 3rpx solid #C1E1C1;
  24. border-radius: 20rpx;
  25. margin-right: 40rpx;
  26. }
  27. .sysIcon_a01{
  28. width:24rpx;
  29. height:24rpx;
  30. margin-right: 10rpx;
  31. }
  32. .panel10{
  33. position: fixed;
  34. top:0;
  35. width: 100%;
  36. height:100rpx;
  37. z-index: 10;
  38. justify-content: flex-start;
  39. align-items: flex-start;
  40. background-image: linear-gradient(180deg, #004433 0%, rgba(0,46,34,0.80) 100%);
  41. }
  42. .panel101{
  43. background: #CA4B15;
  44. border-radius: 10rpx;
  45. height:70rpx;
  46. margin: 20rpx 0 0 30rpx;
  47. padding: 0 30rpx;
  48. }
  49. .text03{
  50. font-size:24rpx;
  51. color:#fff;
  52. margin-left: 20rpx;
  53. }
  54. .sysIcon_a03{
  55. width:20rpx;
  56. height:20rpx;
  57. }
  58. .panel2{
  59. width: 690rpx;
  60. min-height: 300rpx;
  61. background: #002F24;
  62. box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
  63. border-radius: 40rpx;
  64. margin: 0 0 230rpx 0;
  65. }
  66. .panel20{
  67. width:646rpx;
  68. height:90rpx;
  69. background: #061A1B;
  70. border-radius: 5rpx;
  71. margin: 10rpx 0 0 0;
  72. justify-content: flex-start;
  73. position: relative;
  74. }
  75. .panel21{
  76. border-radius: 20rpx 20rpx 5rpx 5rpx;
  77. margin: 30rpx 0 0 0;
  78. }
  79. .panel210{
  80. border-radius: 5rpx 5rpx 20rpx 20rpx;
  81. margin: 10rpx 0 30rpx 0;
  82. }
  83. .panel211{
  84. width:16rpx;
  85. height:90rpx;
  86. border-radius: 5rpx 0 0 5rpx;
  87. margin-right: 14rpx;
  88. }
  89. .panel2110{
  90. background: #CA4B15;
  91. }
  92. .txtWord{
  93. width:570rpx;
  94. height:50rpx;
  95. text-align: left;
  96. font-size:36rpx;
  97. font-weight: 400;
  98. color: #FFDD88;
  99. }
  100. .txtWordFinished{
  101. background-color: #004433;
  102. }
  103. .placeholderClass{
  104. color:#627062;
  105. }
  106. .panel20Delete{
  107. width:80rpx;
  108. height:80rpx;
  109. position: absolute;
  110. right:0;
  111. z-index: 10;
  112. }
  113. .sysIcon_a14{
  114. width: 20rpx;
  115. height:22rpx;
  116. }
  117. .panelFooter{
  118. width: 100%;
  119. height:180rpx;
  120. background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
  121. position: fixed;
  122. bottom: 0rpx;
  123. align-items: flex-start;
  124. z-index: 10;
  125. }
  126. .panelFooter1{
  127. width:730rpx;
  128. height:140rpx;
  129. color:#F2F2F2;
  130. background: #1E1E1E;
  131. box-shadow: 0 30rpx 0 0 #0C0C0C;
  132. border-radius: 10rpx 10rpx 60rpx 60rpx;
  133. }
  134. .panelFooter10{
  135. background-color: #303030;
  136. font-size:24rpx;
  137. }
  138. .panelFooter11{
  139. width:160rpx;
  140. height:120rpx;
  141. border-radius: 5rpx 10rpx 10rpx 50rpx;
  142. }
  143. .panelFooter12{
  144. width:160rpx;
  145. height:120rpx;
  146. border-radius: 10rpx 10rpx 10rpx 10rpx;
  147. margin: 0 10rpx;
  148. }
  149. .panelFooter13{
  150. width:370rpx;
  151. height:120rpx;
  152. border-radius: 10rpx 5rpx 50rpx 10rpx;
  153. font-size:36rpx;
  154. }
  155. .text02{
  156. font-size:24rpx;
  157. margin-top: 17rpx;
  158. }
  159. .panelHelp{
  160. background-color: rgba(0,0,0,0.00);
  161. z-index: 20;
  162. position: fixed;
  163. top:0;
  164. }
  165. .panelHelp1{
  166. width: 100%;
  167. position: fixed;
  168. bottom:902rpx;
  169. }
  170. .sysIcon_b06{
  171. width:100%;
  172. height: 642rpx;
  173. position: absolute;
  174. }
  175. .panelHelp2{
  176. position: absolute;
  177. left:0;
  178. right:0;
  179. top:160rpx;
  180. }
  181. .text07{
  182. font-size: 36rpx;
  183. color: #2E2E2E;
  184. text-align: center;
  185. width:360rpx;
  186. }
  187. .btn3{
  188. width:310rpx;
  189. height:90rpx;
  190. background: #303030;
  191. border-radius: 20rpx;
  192. color:#F2F2F2;
  193. margin-top: 50rpx;
  194. }
  195. .panelMenu{
  196. background-color: rgba(26,67,51,0.50);
  197. z-index: 20;
  198. position: fixed;
  199. top:0;
  200. }
  201. .panelMenu1{
  202. width:100%;
  203. background: #1E1E1E;
  204. border-radius: 60rpx 60rpx 0 0;
  205. position: fixed;
  206. bottom:0;
  207. justify-content: flex-start;
  208. }
  209. .panelMenu11{
  210. width: 100%;
  211. }
  212. .text04{
  213. align-self: start;
  214. margin: 50rpx 0 0 40rpx;
  215. font-size: 28rpx;
  216. }
  217. .text05{
  218. margin: 40rpx 0 0 40rpx;
  219. }
  220. .text06{
  221. margin: 20rpx 0 0 40rpx;
  222. }
  223. .panelMenu111{
  224. width:720rpx;
  225. flex-wrap: wrap;
  226. margin: 30rpx 0 0 30rpx;
  227. justify-content: flex-start;
  228. align-items: flex-start;
  229. }
  230. .btn{
  231. margin: 0 20rpx 20rpx 0;
  232. height:90rpx;
  233. padding: 0 26rpx;
  234. background: #1E1E1E;
  235. border: 6rpx solid #303030;
  236. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.20);
  237. border-radius: 20rpx;
  238. color:#D2D2D2;
  239. font-size: 28rpx;
  240. }
  241. .btnSelected{
  242. background: #0D4433;
  243. border: 6rpx solid #C1E1C1;
  244. box-shadow: 0 6rpx 0 0 rgba(0,0,0,0.10);
  245. color: #C1E1C1;
  246. }
  247. .btn2{
  248. width: 650rpx;
  249. height:90rpx;
  250. background: #303030;
  251. border-radius: 20rpx;
  252. margin: 60rpx 0;
  253. font-size: 36rpx;
  254. }
  255. .sysIcon_b01{
  256. width:40rpx;
  257. height:40rpx;
  258. margin-right: 20rpx;
  259. }
  260. .panelClose{
  261. width:100rpx;
  262. height:100rpx;
  263. position: absolute;
  264. top:20rpx;
  265. right:30rpx;
  266. }
  267. .panelClose1{
  268. width:60rpx;
  269. height:60rpx;
  270. background: #303030;
  271. border-radius: 50%;
  272. }
  273. .panelExample{
  274. background-color: rgba(26,67,51,0.50);
  275. z-index: 20;
  276. position: fixed;
  277. top:0;
  278. left:0;
  279. right:0;
  280. bottom:0;
  281. overflow: hidden;
  282. }
  283. .exampleScrollView {
  284. width: 100%;
  285. display: flex;
  286. flex-direction: column;
  287. align-items: center;
  288. padding-bottom: 300rpx;
  289. }
  290. .panelExampleBtn{
  291. width: 100%;
  292. height:140rpx;
  293. background: #875A4B;
  294. font-size: 48rpx;
  295. color: #F0F0F0;
  296. position: fixed;
  297. bottom:0;
  298. z-index: 20;
  299. justify-content: flex-start;
  300. }
  301. .panelExampleBtn1{
  302. margin-top: 20rpx;
  303. }
  304. .pic_h01{
  305. margin-top: 64rpx;
  306. margin-left: 15rpx;
  307. width: 728rpx;
  308. height:1258rpx;
  309. margin-bottom: 300rpx;
  310. z-index: 15;
  311. }
  312. .pic_04{
  313. width:100%;
  314. height: 170rpx;
  315. position: fixed;
  316. bottom:140rpx;
  317. z-index: 20;
  318. }
  319. .panelRemind{
  320. width: 690rpx;
  321. margin-bottom: 75rpx;
  322. position: fixed;
  323. bottom: 0;
  324. background: #CA4B15;
  325. box-shadow: 0 20rpx 0 0 #8E3F1D, 0 50rpx 0 0 rgba(0,0,0,0.50);
  326. border-radius: 60rpx;
  327. background-image: radial-gradient(circle at 53% 50%, #85261E 0%, rgba(178,71,62,0.00) 50%);
  328. }
  329. .sysIcon_b10{
  330. width: 360rpx;
  331. height:140rpx;
  332. position: absolute;
  333. right:0;
  334. top:-22rpx;
  335. }
  336. .panelRemind1{
  337. width: 100%;
  338. justify-content: flex-start;
  339. margin-top: 40rpx;
  340. font-size: 36rpx;
  341. color: #FFFFFF;
  342. z-index: 25rpx;
  343. }
  344. .sysIcon_b09{
  345. width: 50rpx;
  346. height:50rpx;
  347. margin: 0 20rpx 0 50rpx ;
  348. }
  349. .panelRemind2{
  350. width: 650rpx;
  351. min-height:220rpx;
  352. background: #FFFFFF;
  353. color: #2E2E2E;
  354. border-radius: 40rpx;
  355. margin: 30rpx 0;
  356. justify-content: flex-start;
  357. }
  358. .textRemind{
  359. width:570rpx;
  360. font-weight: 400;
  361. font-size: 28rpx;
  362. align-items: flex-start;
  363. margin-top: 80rpx;
  364. }
  365. .btnReind1{
  366. width:590rpx;
  367. height:90rpx;
  368. background: #F0F0F0;
  369. border-radius: 20rpx;
  370. font-size: 36rpx;
  371. margin-top: 60rpx;
  372. margin-bottom: 40rpx;
  373. }