wordsinput.wxss 6.0 KB

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