detail.wxss 5.9 KB

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