detail.wxss 6.3 KB

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