detail.wxss 7.3 KB

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