detail.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #362738;
  6. }
  7. /* 工具栏 */
  8. .panelTop {
  9. width: 100%;
  10. height: 110rpx;
  11. position: fixed;
  12. top: 0;
  13. font-size: 20rpx;
  14. z-index: 10;
  15. background-color: #a5656e;
  16. }
  17. .panelCancel {
  18. width: 100rpx;
  19. height: 110rpx;
  20. }
  21. .panelCancel1 {
  22. margin: 0 36rpx 0 10rpx;
  23. }
  24. .panelCancel2 {
  25. margin: 0 10rpx 0 36rpx;
  26. }
  27. .universalpic_undo_white_20x28 {
  28. width: 17rpx;
  29. height: 24rpx;
  30. }
  31. .universalpic_shelve_white_30x14 {
  32. width: 36rpx;
  33. height: 20rpx;
  34. }
  35. .universalpic_restore_white_34x34 {
  36. width: 26rpx;
  37. height: 26rpx;
  38. }
  39. .universalpic_more_white_32x8 {
  40. width: 32rpx;
  41. height: 8rpx;
  42. }
  43. .panelNumber {
  44. width: 218rpx;
  45. height: 120rpx;
  46. }
  47. .panelNumber1 {
  48. font-family: 'Roboto-Black';
  49. font-size: 20rpx;
  50. margin: 0 3rpx;
  51. color: rgba(255, 255, 255, 0.5);
  52. height: 50rpx;
  53. min-width: 50rpx;
  54. text-align: center;
  55. line-height: 50rpx;
  56. }
  57. .panelNumber2 {
  58. background-color: rgba(0, 0, 0, 0.3);
  59. color: #fff;
  60. border-radius: 50%;
  61. }
  62. /* 段落 */
  63. .panelField1 {
  64. width: 100%;
  65. background-color: #a5656e;
  66. min-height: 320rpx;
  67. margin-top: 110rpx;
  68. justify-content: flex-start;
  69. }
  70. .panelField11 {
  71. width: 100%;
  72. font-size: 68rpx;
  73. justify-content: flex-start;
  74. margin: 60rpx 0 80rpx 0;
  75. }
  76. .panelItem {
  77. width: 650rpx;
  78. font-weight: 400;
  79. flex-wrap: wrap;
  80. justify-content: flex-start;
  81. color: #fff;
  82. }
  83. .panelItem .universalpic_read_gray_40x40 {
  84. width: 40rpx;
  85. height: 40rpx;
  86. margin: 0 10rpx 0 10rpx;
  87. }
  88. .panelItem .textLine {
  89. text-decoration: underline;
  90. }
  91. .panelItem .textPinyin {
  92. text-decoration: underline;
  93. margin-right: 10rpx;
  94. }
  95. .panelItem .imageBishun {
  96. width: 360rpx;
  97. height: 360rpx;
  98. margin: 30rpx 0;
  99. }
  100. .panelItem .textReturn {
  101. width: 100%;
  102. }
  103. .panelItem .textReturn2 {
  104. width: 100%;
  105. height: 30rpx;
  106. }
  107. .panelTag {
  108. width: 100%;
  109. justify-content: space-between;
  110. margin: 60rpx 0 20rpx 0;
  111. }
  112. .panelTag1 {
  113. font-size: 28rpx;
  114. border-radius: 25rpx;
  115. background-color: #000;
  116. margin-left: 50rpx;
  117. padding: 0 10rpx;
  118. }
  119. .panelTag .tag {
  120. color: #fff;
  121. text-align: center;
  122. margin: 6rpx 10rpx 6rpx 10rpx;
  123. }
  124. .right2 {
  125. margin-right: 50rpx;
  126. }
  127. .line1 {
  128. width: 4rpx;
  129. height: 30rpx;
  130. background-color: #d2d2d2;
  131. }
  132. .universalpic_restore_black_34x34 {
  133. width: 26rpx;
  134. height: 26rpx;
  135. margin-left: 50rpx;
  136. }
  137. .panelField2 {
  138. width: 100%;
  139. margin-bottom: 20rpx;
  140. }
  141. .panelField21 {
  142. width: 650rpx;
  143. font-size: 36rpx;
  144. margin: 40rpx 30rpx 0 30rpx;
  145. color:#fff;
  146. }
  147. /* 底部记忆选择 */
  148. .panelBottomAnswer {
  149. height: 120rpx;
  150. background-color: #eee;
  151. width: 100%;
  152. position: fixed;
  153. bottom: 0;
  154. font-size: 20rpx;
  155. justify-content: space-between;
  156. z-index: 10;
  157. }
  158. .Answer {
  159. flex: 1;
  160. height: 120rpx;
  161. font-size: 24rpx;
  162. color: #1e1e1e;
  163. justify-content: flex-start;
  164. background-color: #fff;
  165. }
  166. .AnswerHover {
  167. background-color: #f0f0f0;
  168. }
  169. .Answer .btnColor {
  170. height: 30rpx;
  171. width: 90%;
  172. border-radius: 6rpx;
  173. margin-top: 20rpx;
  174. }
  175. .Answer .btnTime {
  176. margin-top: 10rpx;
  177. }
  178. .Answer0 {
  179. background-color: #fe6659;
  180. }
  181. .Answer1 {
  182. background-color: #ffbc00;
  183. }
  184. .Answer2 {
  185. background-color: #329468;
  186. }
  187. .Answer3 {
  188. background-color: #0a60be;
  189. }
  190. .panelLast {
  191. background-color: #47413d;
  192. width: 100%;
  193. justify-content: flex-start;
  194. }
  195. .practice_report_bg {
  196. width: 100%;
  197. height: 290rpx;
  198. margin-top: 50rpx;
  199. }
  200. .Avatar {
  201. width: 260rpx;
  202. height: 260rpx;
  203. border-radius: 50%;
  204. background-color: #9b9b9b;
  205. margin-top: -100rpx;
  206. }
  207. .text1 {
  208. margin-top: 60rpx;
  209. color: #f0f0f0;
  210. font-size: 64rpx;
  211. }
  212. .text2 {
  213. margin-top: 10rpx;
  214. color: #9b9b9b;
  215. font-size: 28rpx;
  216. font-weight: 400;
  217. text-align: center;
  218. }
  219. .panelLastTime {
  220. font-size: 28rpx;
  221. font-weight: 400;
  222. color: #f0f0f0;
  223. margin-top: 80rpx;
  224. }
  225. .panelLastTime .time {
  226. font-size: 36rpx;
  227. color: #f0f0f0;
  228. font-family: 'Roboto-Black';
  229. }
  230. .numberContainer {
  231. background-color: rgba(0, 0, 0, 0.7);
  232. position: fixed;
  233. width: 100%;
  234. top: 0;
  235. z-index: 20;
  236. }
  237. .numberContainer1 {
  238. background-color: #f0f0f0;
  239. margin-top: 10rpx;
  240. width: 730rpx;
  241. border-radius: 10rpx;
  242. font-size: 28rpx;
  243. color: #1e1e1e;
  244. }
  245. .numberContainer11 {
  246. border-top-left-radius: 10rpx;
  247. border-top-right-radius: 10rpx;
  248. justify-content: space-between;
  249. height: 100rpx;
  250. width: 100%;
  251. }
  252. .numberContainer111 {
  253. line-height: 45rpx;
  254. text-align: center;
  255. color: #fff;
  256. padding: 0 20rpx;
  257. border-radius: 22rpx;
  258. background-color: #1e1e1e;
  259. }
  260. .left {
  261. margin-left: 30rpx;
  262. }
  263. .right {
  264. margin-right: 30rpx;
  265. }
  266. .numberContainer12 {
  267. justify-content: space-between;
  268. height: 100rpx;
  269. width: 100%;
  270. background-color: #fff;
  271. font-weight: 400;
  272. }
  273. .numberContainer13 {
  274. height: 100rpx;
  275. width: 100%;
  276. color: #0071ef;
  277. border-bottom-left-radius: 10rpx;
  278. border-bottom-right-radius: 10rpx;
  279. text-align: center;
  280. font-weight: 500;
  281. }