detail.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. .container {
  2. background-color: #F0F0F0;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. }
  6. .container .bottom{
  7. width:100%;
  8. height:160rpx;
  9. position: fixed;
  10. bottom:0;
  11. background-color: #CDB797;
  12. justify-content: flex-end;
  13. z-index: 100;
  14. }
  15. .container .bottom1{
  16. width:100%;
  17. height:140rpx;
  18. background-color: #1B1B1B;
  19. text-align: center;
  20. line-height: 140rpx;
  21. font-size: 48rpx;
  22. color: #f0f0f0;
  23. }
  24. .container .bottom1 .btn{
  25. width:20%;
  26. height:120rpx;
  27. }
  28. .container .bottom1 .btnImage05004{
  29. width:36rpx;
  30. height:36rpx;
  31. }
  32. .container .bottom1 .btnImage05005{
  33. width:45rpx;
  34. height:44rpx;
  35. }
  36. .container .bottom1 .btnImage05002{
  37. width:32rpx;
  38. height:34rpx;
  39. }
  40. .container .bottom1 .btnImage05006{
  41. width:42rpx;
  42. height:44rpx;
  43. }
  44. .container .bottom1 .btnImage022{
  45. width:40rpx;
  46. height:40rpx;
  47. }
  48. .container .bottom1 .btnImage05001{
  49. width:33rpx;
  50. height:40rpx;
  51. }
  52. .main{
  53. width:100%;
  54. justify-content: flex-start;
  55. position: fixed;
  56. top:0;
  57. left:0;
  58. min-height:1050rpx;
  59. }
  60. .main .pinyin{
  61. font-size:88rpx;
  62. margin-top: 212rpx;
  63. font-family: 'GB Pinyinok-C';
  64. font-weight: normal;
  65. font-style: normal;
  66. height:88rpx;
  67. }
  68. .main .wordImage{
  69. margin-top: 40rpx;
  70. margin-right: 10rpx;
  71. width:366rpx;
  72. height:370rpx;
  73. }
  74. .detail{
  75. width:100%;
  76. justify-content: flex-start;
  77. position: absolute;
  78. top:0;
  79. left:0;
  80. z-index: 10;
  81. overflow-x: hidden;
  82. background-color: #F0F0F0;
  83. }
  84. .detail .bishun{
  85. width:758rpx;
  86. height:758rpx;
  87. position: absolute;
  88. top:-4rpx;
  89. left:-4rpx;
  90. z-index: 10;
  91. }
  92. .detail .line{
  93. width:100%;
  94. height:10rpx;
  95. position: absolute;
  96. top:748rpx;
  97. background-color: #F0F0F0;
  98. z-index: 20;
  99. }
  100. .detail .title{
  101. width:100%;
  102. height:125rpx;
  103. justify-content: flex-start;
  104. align-items: flex-start;
  105. background-color: #F0F0F0;
  106. }
  107. .detail .title1{
  108. margin: 50rpx 0 0 30rpx;
  109. font-size:32rpx;
  110. }
  111. .detail .title2{
  112. margin-top: 751rpx;
  113. }
  114. .detail .content{
  115. width:100%;
  116. background-color: #fff;
  117. justify-content: flex-start;
  118. align-items: flex-start;
  119. font-size:28rpx;
  120. font-weight: 400;
  121. }
  122. .detail .pinyin{
  123. min-width:201rpx;
  124. height:74rpx;
  125. border-radius: 10rpx;
  126. border:1rpx solid #979797;
  127. margin: 50rpx 0 50rpx 40rpx;
  128. }
  129. .detail .btnImage05008{
  130. width:41rpx;
  131. height:34rpx;
  132. margin-left: 20rpx;
  133. }
  134. .detail .content1{
  135. width:100%;
  136. justify-content: space-between;
  137. }
  138. .detail .left{
  139. margin: 30rpx;
  140. }
  141. .detail .right{
  142. margin: 60rpx;
  143. }
  144. .detail .line2{
  145. width:100%;
  146. height:1rpx;
  147. background-color: #fff;
  148. justify-content: flex-end;
  149. }
  150. .detail .line3{
  151. width:720rpx;
  152. height:1rpx;
  153. background-color: #D2D2D2;
  154. }
  155. .detail .content2{
  156. margin: 30rpx 20rpx 30rpx 30rpx;
  157. background-color: #fff;
  158. align-items: flex-start;
  159. flex-wrap: wrap;
  160. justify-content: flex-start;
  161. }
  162. .detail .pinyin2{
  163. font-weight: 600;
  164. font-size:30rpx;
  165. justify-content: flex-start;
  166. }
  167. .detail .pinyin3{
  168. font-family: 'GB Pinyinok-C';
  169. font-weight: normal;
  170. font-style: normal;
  171. margin: 0 10rpx;
  172. }
  173. .detail .explain{
  174. align-items: flex-start;
  175. margin-bottom: 5rpx;
  176. }
  177. .detail .bottom1{
  178. width: 100%;
  179. background-color: #fff;
  180. height:160rpx;
  181. }
  182. .detail .combineWords{
  183. margin-right: 30rpx;
  184. }
  185. .settingContainer {
  186. position: fixed;
  187. top: 0;
  188. background-color: #E3E3E3;
  189. color: #1e1e1e;
  190. z-index: 200;
  191. }
  192. .settingContainer .title1 {
  193. width: 100%;
  194. height: 125rpx;
  195. background-color: #E3E3E3;
  196. }
  197. .settingContainer .title1_1 {
  198. margin: 50rpx 0 0 30rpx;
  199. font-size: 32rpx;
  200. }
  201. .settingContainer .title2 {
  202. width: 100%;
  203. background-color: #FFFFFF;
  204. font-size: 28rpx;
  205. height: 100rpx;
  206. justify-content: space-between;
  207. font-weight: 400;
  208. }
  209. .settingContainer .title2_1 {
  210. margin-left: 30rpx;
  211. align-items: flex-start;
  212. }
  213. .settingContainer .title2_2 {
  214. margin-right: 30rpx;
  215. }
  216. .Arrow {
  217. width: 16rpx;
  218. height: 26rpx;
  219. margin: 0 0 0 30rpx;
  220. }
  221. .settingContainer .title3 {
  222. width: 100%;
  223. background-color: #FFFFFF;
  224. font-size: 28rpx;
  225. height: 139rpx;
  226. justify-content: space-between;
  227. font-weight: 400;
  228. }
  229. .settingContainer .title3_2 {
  230. font-size: 24rpx;
  231. }
  232. .settingContainer .line {
  233. width: 100%;
  234. height: 2rpx;
  235. background-color: #F8F8F8;
  236. align-items: flex-end;
  237. }
  238. .settingContainer .line1 {
  239. width: 720rpx;
  240. height: 1rpx;
  241. background-color: #E3E3E3;
  242. }
  243. .settingContainer .bottom {
  244. width:100%;
  245. height:160rpx;
  246. position: fixed;
  247. bottom:0;
  248. background-color: #CDB797;
  249. justify-content: flex-end;
  250. }
  251. .settingContainer .bottom1{
  252. width:100%;
  253. height:140rpx;
  254. background-color: #1B1B1B;
  255. text-align: center;
  256. line-height: 140rpx;
  257. font-size: 48rpx;
  258. color: #f0f0f0;
  259. }
  260. .settingContainer .picker{
  261. text-align: right;
  262. width:200rpx;
  263. height:100rpx;
  264. line-height: 100rpx;
  265. }
  266. .settingMenu {
  267. position: fixed;
  268. top: 0;
  269. background-color: rgba(46, 49, 55, 0.9);
  270. z-index: 300;
  271. }
  272. .settingMenu1 {
  273. width: 100%;
  274. justify-content: flex-end;
  275. position: fixed;
  276. bottom: 0;
  277. background-color: #d2d2d2;
  278. }
  279. .settingMenuBasic {
  280. width: 100%;
  281. height: 110rpx;
  282. line-height: 110rpx;
  283. text-align: center;
  284. background-color: #fff;
  285. color: #1e1e1e;
  286. font-size: 36rpx;
  287. font-weight: 400;
  288. position: relative;
  289. }
  290. .settingMenuBasic2 {
  291. width: 100%;
  292. color: #1e1e1e;
  293. font-weight: 600;
  294. height: 173rpx;
  295. background-color: #d2d2d2;
  296. font-size: 24rpx;
  297. justify-content: center;
  298. align-items: center;
  299. }
  300. .settingMenuIcon {
  301. width: 80rpx;
  302. height: 60rpx;
  303. margin-bottom: 23rpx;
  304. }
  305. .SelectLogo {
  306. width: 40rpx;
  307. height: 40rpx;
  308. position: absolute;
  309. left: 40rpx;
  310. top: 35rpx;
  311. }
  312. .main .hanziEnd {
  313. font-family: 'Century Gothic';
  314. font-weight: bold;
  315. font-style: normal;
  316. color: #1e1e1e;
  317. font-size:36rpx;
  318. margin-top:102rpx;
  319. }
  320. .main .hanziEnd2 {
  321. border-bottom:6rpx solid #1e1e1e;
  322. min-width: 144rpx;
  323. margin-top:20rpx;
  324. padding-bottom: 20rpx;
  325. text-align: center;
  326. font-size:48rpx;
  327. }
  328. .main .hanziEnd3 {
  329. margin-top:20rpx;
  330. font-size:48rpx;
  331. }
  332. .main .btnImage04006{
  333. width:60rpx;
  334. height:95rpx;
  335. }
  336. .main .finished{
  337. margin-top: 170rpx;
  338. width:200rpx;
  339. height:200rpx;
  340. background-color: #CDB797;
  341. border-radius: 50%;
  342. }
  343. .main .finished1{
  344. width:176rpx;
  345. height:176rpx;
  346. background-color: #F5E2BE;
  347. border-radius: 50%;
  348. }
  349. .main .finished2{
  350. background-color: #D2D2D2;
  351. }
  352. .main .finished3{
  353. background-color: #F0F0F0;
  354. }
  355. .main .Remind{
  356. min-width: 108rpx;
  357. height:60rpx;
  358. background-color: #262626;
  359. color:#D2D2D2;
  360. text-align: center;
  361. line-height: 60rpx;
  362. font-size:24rpx;
  363. position: fixed;
  364. top:946rpx;
  365. left:323rpx;
  366. z-index: 20;
  367. opacity: 0;
  368. border-radius: 30rpx;
  369. }
  370. .main .Remind2{
  371. width:180rpx;
  372. left:287rpx;
  373. }
  374. .main .Remind3{
  375. width:132rpx;
  376. left:310rpx;
  377. }
  378. .help {
  379. position: fixed;
  380. top: 0;
  381. background-color: rgba(0, 0, 0, 0);
  382. z-index: 100;
  383. }
  384. .help .help1 {
  385. margin-top: 350rpx;
  386. /* background-color: rgba(255, 255, 255, 0.3); */
  387. width: 100%;
  388. height: 300rpx;
  389. z-index: 100;
  390. }
  391. .helpGif {
  392. width: 114rpx;
  393. height: 170rpx;
  394. position: fixed;
  395. z-index: 100;
  396. }
  397. .helpPosition1 {
  398. left: 327rpx;
  399. top: 588rpx;
  400. }