detail.wxss 7.3 KB

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