detail.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. }
  5. /* 工具栏 */
  6. .panelTop {
  7. width: 100%;
  8. height: 110rpx;
  9. position: fixed;
  10. top: 0;
  11. font-size: 20rpx;
  12. z-index: 10;
  13. }
  14. .panelCancel {
  15. width: 100rpx;
  16. height: 110rpx;
  17. margin: 0 5rpx;
  18. }
  19. .universalpic_undo_white_30p_26x20 {
  20. width: 26rpx;
  21. height: 19rpx;
  22. }
  23. .universalpic_typesize_white_30x18{
  24. width: 29rpx;
  25. height: 18rpx;
  26. }
  27. .universalpic_shelve_white_26x26 {
  28. width: 26rpx;
  29. height: 26rpx;
  30. }
  31. .universalpic_edit_white_25x25 {
  32. width: 25rpx;
  33. height: 25rpx;
  34. }
  35. .panelNumber {
  36. width: 218rpx;
  37. height: 120rpx;
  38. margin: 0 31rpx;
  39. }
  40. .panelNumber1 {
  41. font-family: 'Roboto-Black';
  42. font-size: 20rpx;
  43. margin: 0 3rpx;
  44. height: 50rpx;
  45. min-width: 50rpx;
  46. text-align: center;
  47. line-height: 50rpx;
  48. }
  49. .panelNumber2 {
  50. color: #fff;
  51. border-radius: 50%;
  52. }
  53. /* 段落 */
  54. .panelItem {
  55. width: 650rpx;
  56. font-weight: 400;
  57. flex-wrap: wrap;
  58. justify-content: flex-start;
  59. z-index: 5;
  60. }
  61. .panelField10{
  62. width: 100%;
  63. height: 110rpx;
  64. }
  65. .panelField1 {
  66. width: 100%;
  67. min-height: 320rpx;
  68. justify-content: flex-start;
  69. border-bottom-left-radius: 50rpx;
  70. border-bottom-right-radius: 50rpx;
  71. }
  72. .panelField11 {
  73. font-size: 46rpx;
  74. justify-content: flex-start;
  75. margin: 40rpx 0 80rpx 0;
  76. }
  77. .panelTag {
  78. width: 100%;
  79. justify-content: space-between;
  80. align-items: flex-end;
  81. height:110rpx;
  82. padding-bottom: 20rpx;
  83. position: relative;
  84. }
  85. .panelTag1 {
  86. font-size: 28rpx;
  87. margin-left: 50rpx;
  88. }
  89. .panelTag .tagDot{
  90. width:20rpx;
  91. height:20rpx;
  92. border-radius: 5rpx;
  93. background-color: #7F4B52;
  94. margin-right: 20rpx;
  95. }
  96. .panelTag .tag {
  97. margin: 6rpx 20rpx 6rpx 0;
  98. }
  99. .right2 {
  100. position: absolute;
  101. top:0;
  102. right:0;
  103. width:134rpx;
  104. height:150rpx;
  105. align-items: flex-start;
  106. }
  107. .line1 {
  108. width: 4rpx;
  109. height: 30rpx;
  110. background-color: rgba(255,255,255,0.2);
  111. margin-top: 66rpx;
  112. }
  113. .universalpic_show_white_30x30{
  114. width: 36rpx;
  115. height: 36rpx;
  116. margin: 68rpx 50rpx 0 50rpx;
  117. }
  118. .universalpic_hide_white_34x34 {
  119. width: 36rpx;
  120. height: 20rpx;
  121. margin: 68rpx 50rpx 0 50rpx;
  122. }
  123. .panelField20 {
  124. width: 100%;
  125. justify-content: flex-start;
  126. }
  127. .panelField2 {
  128. width: 100%;
  129. margin-bottom: 20rpx;
  130. }
  131. .panelField21 {
  132. width: 650rpx;
  133. font-size: 36rpx;
  134. margin: 40rpx 30rpx 0 30rpx;
  135. min-height: 50rpx;
  136. }
  137. .lineField{
  138. width:650rpx;
  139. height:3rpx;
  140. background-color: #4B3840;
  141. margin-top: 30rpx;
  142. }
  143. .panelItem .panelSound {
  144. width: 40rpx;
  145. height: 40rpx;
  146. margin: 0 10rpx 0 0;
  147. background-color: #fff;
  148. border-radius: 50%;
  149. }
  150. .panelItem .universalpic_read_mark_black_20x20 {
  151. width: 21rpx;
  152. height: 20rpx;
  153. }
  154. .panelItem .textLine {
  155. text-decoration: underline;
  156. }
  157. .panelItem .textNormal{
  158. min-height:50rpx;
  159. }
  160. .panelItem .textNormal2{
  161. font-size:36rpx;
  162. }
  163. .panelItem .textPinyin {
  164. text-decoration: underline;
  165. margin-right: 10rpx;
  166. }
  167. .panelItem .imageBishun {
  168. width: 360rpx;
  169. height: 360rpx;
  170. margin: 30rpx 0;
  171. }
  172. .panelItem .imageFree {
  173. width: 650rpx;
  174. margin: 30rpx 0;
  175. border-radius: 20rpx;
  176. }
  177. .panelItem .textReturn {
  178. width: 100%;
  179. }
  180. .panelItem .textReturn2 {
  181. width: 100%;
  182. height: 30rpx;
  183. }
  184. /* 底部记忆选择 */
  185. .panelFooter{
  186. width: 100%;
  187. position: fixed;
  188. bottom: 0;
  189. z-index: 10;
  190. }
  191. .panelBottomAnswer0 {
  192. width: 100%;
  193. height: 20rpx;
  194. z-index: 10;
  195. }
  196. .panelBottomAnswer {
  197. width: 100%;
  198. font-size: 20rpx;
  199. justify-content: space-between;
  200. z-index: 10;
  201. height:130rpx;
  202. }
  203. .iphoneX{
  204. width: 100%;
  205. height: 80rpx;
  206. z-index: 10;
  207. }
  208. .Answer {
  209. flex: 1;
  210. height: 130rpx;
  211. font-size: 24rpx;
  212. justify-content: flex-start;
  213. }
  214. .AnswerHover1{
  215. background-color: #F0F0F0;
  216. }
  217. .AnswerHover2{
  218. background-color: #49354C;
  219. }
  220. .AnswerHover3{
  221. background-color: #504F5A;
  222. }
  223. .AnswerHover4{
  224. background-color: #373B4F;
  225. }
  226. .AnswerHover5{
  227. background-color: #34384C;
  228. }
  229. .AnswerHover6{
  230. background-color: #32304C;
  231. }
  232. .AnswerHover7{
  233. background-color: #3D3838;
  234. }
  235. .AnswerHover8{
  236. background-color: #473F52;
  237. }
  238. .Answer .btnColor {
  239. height: 30rpx;
  240. width: 90%;
  241. border-radius: 6rpx;
  242. margin-top: 30rpx;
  243. }
  244. .Answer .btnTime {
  245. margin-top: 10rpx;
  246. }
  247. .Answer0 {
  248. background-color: #FE6659;
  249. }
  250. .Answer1 {
  251. background-color: #FFBC00;
  252. }
  253. .Answer2 {
  254. background-color: #329468;
  255. }
  256. .Answer3 {
  257. background-color: #0A60BE;
  258. }
  259. .numberContainer {
  260. background-color: rgba(0, 0, 0, 0.7);
  261. position: fixed;
  262. width: 100%;
  263. top: 0;
  264. z-index: 20;
  265. }
  266. .numberContainer1 {
  267. background-color: #f0f0f0;
  268. margin-top: 10rpx;
  269. width: 730rpx;
  270. border-radius: 10rpx;
  271. font-size: 28rpx;
  272. color: #1e1e1e;
  273. }
  274. .numberContainer11 {
  275. border-top-left-radius: 10rpx;
  276. border-top-right-radius: 10rpx;
  277. justify-content: space-between;
  278. height: 100rpx;
  279. width: 100%;
  280. }
  281. .numberContainer .left {
  282. margin-left: 30rpx;
  283. font-weight: 400;
  284. }
  285. .numberContainer .right3 {
  286. margin-right: 30rpx;
  287. color:#787878;
  288. font-weight: 500;
  289. }
  290. .numberContainer12 {
  291. justify-content: space-between;
  292. height: 100rpx;
  293. width: 100%;
  294. background-color: #fff;
  295. font-weight: 400;
  296. }
  297. .numberContainer13 {
  298. height: 100rpx;
  299. width: 100%;
  300. color: #0071ef;
  301. border-bottom-left-radius: 10rpx;
  302. border-bottom-right-radius: 10rpx;
  303. text-align: center;
  304. font-weight: 500;
  305. }
  306. .footer{
  307. height:180rpx;
  308. width: 100%;
  309. }
  310. .panelLast {
  311. width: 100%;
  312. justify-content: flex-start;
  313. position: fixed;
  314. top:0;
  315. }
  316. .text1 {
  317. margin: 230rpx 0 60rpx 0;
  318. font-size: 64rpx;
  319. }
  320. .panelLastTime {
  321. font-size: 28rpx;
  322. font-weight: 400;
  323. margin-bottom: 40rpx;
  324. }
  325. .panelLastTime .time {
  326. font-size: 30rpx;
  327. font-family: 'Roboto-Black';
  328. }
  329. .panelLastFooter{
  330. width: 100%;
  331. height:130rpx;
  332. border-top:1rpx solid rgba(0, 0, 0, 0.2);
  333. font-size:36rpx;
  334. text-align: center;
  335. line-height: 130rpx;
  336. position: fixed;
  337. bottom: 0;
  338. }
  339. .practice_introduction_marks_a{
  340. width: 22rpx;
  341. height: 16rpx;
  342. margin-top: 104rpx;
  343. }
  344. .text2 {
  345. margin-top: 30rpx;
  346. font-size: 28rpx;
  347. font-weight: 400;
  348. text-align: center;
  349. }
  350. .practice_introduction_marks_b{
  351. width: 22rpx;
  352. height: 16rpx;
  353. margin-top: 30rpx;
  354. }
  355. .text3 {
  356. margin-top: 40rpx;
  357. font-size: 20rpx;
  358. font-weight: 500;
  359. text-align: center;
  360. }