item.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. page{
  2. background-color: #D2D2D2;
  3. }
  4. .square{
  5. background-color: #181A21;
  6. width:136rpx;
  7. line-height:53rpx;
  8. text-align: center;
  9. color: #fff;
  10. border-radius:10rpx;
  11. font-size:24rpx;
  12. font-weight: 500;
  13. }
  14. .panelTop{
  15. width:100%;
  16. height:140rpx;
  17. justify-content: flex-end;
  18. position: fixed;
  19. z-index: 100;
  20. }
  21. .panelTop2{
  22. width:100%;
  23. height:120rpx;
  24. justify-content: space-between;
  25. color:#fff;
  26. }
  27. .left{
  28. margin-left: 50rpx;
  29. }
  30. .Number1{
  31. width:50rpx;
  32. height:50rpx;
  33. justify-content: flex-end;
  34. font-size:20rpx;
  35. font-weight: 400;
  36. font-family: 'Roboto-Black';
  37. margin-bottom: 10rpx;
  38. }
  39. .Number2{
  40. color:rgba(255,255,255,0.5);
  41. }
  42. .line1{
  43. width:26rpx;
  44. height:6rpx;
  45. margin-top: 5rpx;
  46. }
  47. .line2{
  48. background-color: #F1AB1E;
  49. }
  50. .right{
  51. margin-right: 40rpx;
  52. }
  53. .btnTop{
  54. width:70rpx;
  55. height:70rpx;
  56. border-radius: 50%;
  57. background-color: rgba(0,0,0,0.1);
  58. margin-left: 30rpx;
  59. }
  60. .universalpic_broadcast_default_gray_34x25{
  61. width:34rpx;
  62. height:25rpx;
  63. }
  64. .panelTopText{
  65. font-size: 20rpx;
  66. color:#D2D2D2;
  67. margin-left: 14rpx;
  68. }
  69. .universalpic_shelve_gray_26x26{
  70. width:26rpx;
  71. height:26rpx;
  72. }
  73. .universalpic_undo_gray_26x20{
  74. width:26rpx;
  75. height:20rpx;
  76. }
  77. /* 段落显示************************ */
  78. .editFieldNull{
  79. height:50rpx;
  80. }
  81. .editFieldNull1{
  82. height:40rpx;
  83. }
  84. .editFieldNull2{
  85. height:60rpx;
  86. }
  87. .editFieldNull3{
  88. height:30rpx;
  89. }
  90. .panelItem {
  91. width: 650rpx;
  92. font-weight: 400;
  93. flex-wrap: wrap;
  94. justify-content: flex-start;
  95. z-index: 5;
  96. position: relative;
  97. }
  98. .panelField1 {
  99. width: 100%;
  100. justify-content: flex-start;
  101. z-index: 5;
  102. position: relative;
  103. }
  104. .panelField11 {
  105. font-size: 48rpx;
  106. justify-content: flex-start;
  107. color: #fff;
  108. }
  109. .panelTag {
  110. width: 100%;
  111. min-height: 95rpx;
  112. align-items: flex-start;
  113. justify-content: flex-start;
  114. margin-top: 60rpx;
  115. z-index: 5;
  116. }
  117. .panelTag .panelTagLine {
  118. margin: 0 0 0 50rpx;
  119. max-width: 650rpx;
  120. height: 10rpx;
  121. }
  122. .panelTag .panelTag1 {
  123. margin: 0 0 0 50rpx;
  124. width: 650rpx;
  125. flex-wrap: wrap;
  126. align-items: flex-start;
  127. justify-content: flex-start;
  128. }
  129. .panelTag .tag {
  130. font-size: 46rpx;
  131. margin: 0 30rpx 20rpx 0;
  132. font-weight: 400;
  133. color: #F1AB1E;
  134. }
  135. .right2 {
  136. position: absolute;
  137. top: 0;
  138. right: 0;
  139. width: 134rpx;
  140. height: 150rpx;
  141. align-items: flex-start;
  142. }
  143. .universalpic_show_white_30x30 {
  144. width: 36rpx;
  145. height: 36rpx;
  146. margin: 68rpx 50rpx 0 50rpx;
  147. }
  148. .universalpic_hide_white_34x34 {
  149. width: 36rpx;
  150. height: 20rpx;
  151. margin: 68rpx 50rpx 0 50rpx;
  152. }
  153. .panelField20 {
  154. width: 100%;
  155. justify-content: flex-start;
  156. z-index: 5;
  157. position: relative;
  158. }
  159. .panelField2 {
  160. width: 710rpx;
  161. margin-bottom: 20rpx;
  162. border-radius: 20rpx;
  163. }
  164. .panelField21 {
  165. width: 650rpx;
  166. font-size: 36rpx;
  167. margin: 40rpx;
  168. line-height: 66rpx;
  169. }
  170. .panelItem .panelSound {
  171. width: 40rpx;
  172. height: 40rpx;
  173. margin: 0 10rpx 0 0;
  174. background-color: #fff;
  175. border-radius: 50%;
  176. }
  177. .panelItem .panelSoundHover {
  178. background-color: #d2d2d2;
  179. }
  180. .panelItem .panelSoundHover1 {
  181. color: #d2d2d2;
  182. }
  183. .panelItem .universalpic_starting_tc01_26x26{
  184. width: 26rpx;
  185. height: 26rpx;
  186. margin: 10rpx 20rpx 10rpx 0;
  187. }
  188. .panelItem .universalpic_read_mark_black_20x20 {
  189. width: 21rpx;
  190. height: 20rpx;
  191. }
  192. .panelItem .panelRecorder {
  193. width:100%;
  194. justify-content: flex-start;
  195. }
  196. .panelItem .panelRecorder0 {
  197. width: 168rpx;
  198. height: 70rpx;
  199. background-color: #fff;
  200. border-radius: 10rpx;
  201. }
  202. .panelItem .textProblem{
  203. padding: 3rpx 20rpx;
  204. background-color: #F1AB1E;
  205. border-radius: 22rpx;
  206. text-align: center;
  207. font-size:28rpx;
  208. line-height: 45rpx;
  209. font-weight: 500;
  210. color:#1e1e1e;
  211. margin: 0 0 10rpx 0;
  212. }
  213. .panelItem .textDot{
  214. color: #F1AB1E;
  215. font-size:36rpx;
  216. margin-right: 20rpx;
  217. }
  218. .panelItem .textLine {
  219. text-decoration: underline;
  220. }
  221. .panelItem .textHighlighter {
  222. color:#1E1E1E;
  223. }
  224. .panelItem .textNormal {
  225. min-height: 50rpx;
  226. }
  227. .panelItem .textNormal2 {
  228. font-size: 36rpx;
  229. }
  230. .panelItem .textPinyin {
  231. text-decoration: underline;
  232. margin-right: 10rpx;
  233. }
  234. .panelItem .imageContainer {
  235. width: 650rpx;
  236. margin: 6rpx 0;
  237. border-radius: 20rpx;
  238. background-color: rgba(0,0,0,0.1);
  239. position: relative;
  240. }
  241. .panelItem .imageFree {
  242. width: 650rpx;
  243. border-radius: 6rpx;
  244. }
  245. .panelItem .imageContainer2 {
  246. width: 650rpx;
  247. border-radius: 10rpx;
  248. background-color: rgba(0,0,0,0.1);
  249. position: relative;
  250. }
  251. .panelItem .imageFree2 {
  252. width: 650rpx;
  253. border-radius: 10rpx;
  254. }
  255. .panelItem .BishunPlay{
  256. width:80rpx;
  257. height:80rpx;
  258. background-color: #9B9B9B;
  259. color:#fff;
  260. position: absolute;
  261. bottom:0;
  262. right:0;
  263. z-index: 10;
  264. font-size:28rpx;
  265. text-align: center;
  266. line-height: 80rpx;
  267. }
  268. .panelItem .textBr {
  269. width: 100%;
  270. height: 24rpx;
  271. }
  272. .panelItem .textReturn {
  273. width: 100%;
  274. }
  275. .panelItem .textReturn2 {
  276. width: 100%;
  277. height: 30rpx;
  278. }
  279. /* ******************************** */
  280. .footerShade{
  281. width: 100%;
  282. position: fixed;
  283. height:480rpx;
  284. bottom: 0;
  285. z-index: 1;
  286. }
  287. /* 底部记忆选择 */
  288. .footer{
  289. width: 710rpx;
  290. position: fixed;
  291. bottom: 0;
  292. z-index: 10;
  293. border-top-left-radius: 20rpx;
  294. border-top-right-radius: 20rpx;
  295. }
  296. .footerImage{
  297. width:710rpx;
  298. position: absolute;
  299. bottom:0;
  300. height:80rpx;
  301. z-index: 10;
  302. }
  303. .panelFooter {
  304. width: 710rpx;
  305. margin-bottom: 20rpx;
  306. background-color: #181a21;
  307. border-radius: 20rpx;
  308. color: #d2d2d2;
  309. font-size: 48rpx;
  310. text-align: center;
  311. line-height: 140rpx;
  312. z-index: 15;
  313. }
  314. .panelFooter0 {
  315. line-height: 40rpx;
  316. }
  317. .panelBottomAnswer0 {
  318. width: 100%;
  319. height: 20rpx;
  320. z-index: 10;
  321. }
  322. .panelBottomAnswer {
  323. width: 100%;
  324. font-size: 28rpx;
  325. justify-content: space-between;
  326. z-index: 10;
  327. height: 140rpx;
  328. }
  329. .iphoneX {
  330. width: 100%;
  331. height: 60rpx;
  332. z-index: 10;
  333. }
  334. .Answer {
  335. flex: 1;
  336. font-size: 28rpx;
  337. justify-content: flex-start;
  338. height: 140rpx;
  339. }
  340. .AnswerLeft{
  341. border-top-left-radius: 20rpx;
  342. border-bottom-left-radius: 20rpx;
  343. }
  344. .AnswerRight{
  345. border-top-right-radius: 20rpx;
  346. border-bottom-right-radius: 20rpx;
  347. }
  348. .AnswerHover{
  349. background-color: #262935;
  350. }
  351. .Answer .btnColor {
  352. height: 14rpx;
  353. width: 75%;
  354. border-radius: 4rpx;
  355. margin-top: 16rpx;
  356. }
  357. .Answer .btnTime {
  358. margin-top: 34rpx;
  359. }
  360. .Answer .Answer0 {
  361. background-color: #fe6659;
  362. }
  363. .Answer .Answer1 {
  364. background-color: #ffbc00;
  365. }
  366. .Answer .Answer1Recommend {
  367. height: 50rpx;
  368. border-bottom-left-radius: 0;
  369. border-bottom-right-radius: 0;
  370. margin-top: 16rpx;
  371. }
  372. .Answer .Answer2 {
  373. background-color: #329468;
  374. }
  375. .Answer .Answer3 {
  376. background-color: #0a60be;
  377. }
  378. .footer0 {
  379. height: 180rpx;
  380. width: 100%;
  381. z-index: 1;
  382. }