detail.wxss 5.9 KB

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