item.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. .container {
  2. background-color: #F0F0F0;
  3. justify-content: flex-start;
  4. }
  5. .panel0 {
  6. background-color: #fff;
  7. width:100%;
  8. min-height:110rpx;
  9. justify-content: space-between;
  10. }
  11. .panelLeft{
  12. margin-left: 30rpx;
  13. font-size: 28rpx;
  14. }
  15. .panelLeft2{
  16. margin-left: 30rpx;
  17. font-size: 32rpx;
  18. font-weight: 500;
  19. }
  20. .panelRight{
  21. margin-right: 30rpx;
  22. font-size: 24rpx;
  23. font-family: 'Roboto-Bold';
  24. }
  25. .panelRight .btn{
  26. margin-left: 30rpx;
  27. width:60rpx;
  28. height:50rpx;
  29. text-align: center;
  30. line-height: 50rpx;
  31. }
  32. .panelRight .btn1{
  33. border-radius: 4rpx;
  34. color:#fff;
  35. background-color: #2E2E2E;
  36. }
  37. .panel1 {
  38. background-color: #F8F8F8;
  39. height:120rpx;
  40. }
  41. .panelRight .btn2 {
  42. width: 168rpx;
  43. height: 70rpx;
  44. background-color: #146392;
  45. border-radius: 8rpx;
  46. position: relative;
  47. margin-left: 20rpx;
  48. }
  49. .panelRight .btn3 {
  50. width: 100%;
  51. height: 60rpx;
  52. background-color: #169DED;
  53. border-radius: 8rpx;
  54. font-size:32rpx;
  55. color:#fff;
  56. }
  57. .panelRight .btn4 {
  58. background-color: #D2D2D2;
  59. }
  60. .panelRight .btn5 {
  61. background-color: #F0F0F0;
  62. color:#D2D2D2;
  63. }
  64. .universalpic_play_white_size01{
  65. width: 25rpx;
  66. height: 30rpx;
  67. }
  68. .universalpic_rewind_white_size01{
  69. width: 50rpx;
  70. height: 30rpx;
  71. }
  72. .pause_white_size01{
  73. width: 30rpx;
  74. height: 30rpx;
  75. }
  76. .panel2 {
  77. background-color: #F0F0F0;
  78. }
  79. .panel3 {
  80. margin:20rpx 0 20rpx 0;
  81. border-bottom: 1rpx solid #D2D2D2;
  82. }
  83. .panel4 {
  84. height:120rpx;
  85. border-bottom: 1rpx solid #D2D2D2;
  86. }
  87. .panelRowTop{
  88. background-color: #D2D2D2;
  89. height:50rpx;
  90. width:100%;
  91. justify-content: space-between;
  92. }
  93. .panelRowTop .panelLeft1{
  94. font-size: 22rpx;
  95. }
  96. .panelRowBody{
  97. background-color: #F0F0F0;
  98. }
  99. .panelRowBody .numberPanel{
  100. height:110rpx;
  101. width:116rpx;
  102. position: relative;
  103. }
  104. .panelRowBody .number{
  105. text-align: center;
  106. width:46rpx;
  107. height:36rpx;
  108. line-height: 36rpx;
  109. border-radius: 4rpx;
  110. color:#fff;
  111. background-color: #2E2E2E;
  112. font-family: 'Roboto-Bold';
  113. font-size:22rpx;
  114. margin: 0 40rpx 0 30rpx;
  115. }
  116. .panelRowBody .answer{
  117. font-size:48rpx;
  118. font-family: 'Roboto-Regular';
  119. }
  120. .equation{
  121. font-size:26rpx;
  122. margin-right: 20rpx;
  123. color:#8C8C8C;
  124. font-family: 'Roboto-Regular';
  125. }
  126. .ErrorClass{
  127. color:#fff;
  128. background-color: #E95B51;
  129. }
  130. .line{
  131. width:100%;
  132. height:1rpx;
  133. justify-content: flex-end;
  134. }
  135. .line .line1{
  136. width:720rpx;
  137. height:1rpx;
  138. background-color: #D2D2D2;
  139. }
  140. .formula_btn_show{
  141. width: 30rpx;
  142. height: 34rpx;
  143. }
  144. .panelAnswer{
  145. margin: 53rpx 0 41rpx 0;
  146. align-items: flex-start;
  147. }
  148. .panelAnswer .panelAnswerCol{
  149. justify-content: flex-start;
  150. }
  151. .formula_division_size{
  152. height:77rpx;
  153. margin: -20rpx 25rpx 0 5rpx;
  154. }
  155. .formula_division_size01{
  156. width:114rpx;
  157. }
  158. .formula_division_size02{
  159. width:171rpx;
  160. }
  161. .formula_division_size03{
  162. width:228rpx;
  163. }
  164. .formula_division_size04{
  165. width:285rpx;
  166. }
  167. .formula_division_size05{
  168. width:342rpx;
  169. }
  170. .formula_division_size06{
  171. width:399rpx;
  172. }
  173. .formula_division_size07{
  174. width:456rpx;
  175. }
  176. .formula_division_size08{
  177. width:513rpx;
  178. }
  179. .panelAnswer .colNumber{
  180. font-size:48rpx;
  181. margin: 10rpx 15rpx;
  182. font-family: 'Roboto-Regular';
  183. width:27rpx;
  184. height:57rpx;
  185. text-align: center;
  186. }
  187. .panelAnswer .colDot{
  188. font-size:48rpx;
  189. margin: 10rpx -8rpx 0 -5rpx;
  190. font-family: 'Roboto-Regular';
  191. width:13rpx;
  192. height:57rpx;
  193. text-align: center;
  194. }
  195. .panelAnswer .colLine{
  196. height: 2rpx;
  197. background-color: #000;
  198. width:55rpx;
  199. margin: 10rpx 0rpx;
  200. }
  201. .panelAnswer .colLineNull{
  202. width:27rpx;
  203. height:2rpx;
  204. margin: 10rpx 15rpx;
  205. }
  206. .panelAnswer .colLineHalf{
  207. width:34rpx;
  208. height:2rpx;
  209. margin: 0rpx 0 0 28rpx;
  210. background-color: #000;
  211. }
  212. .imageShow{
  213. width: 65rpx;
  214. height:92rpx;
  215. border-radius: 2rpx;
  216. background-color: #dddddd;
  217. margin: 10rpx 60rpx 0 0;
  218. }
  219. .universalpic_indicator_pink{
  220. width: 16rpx;
  221. height:26rpx;
  222. margin-right: 30rpx;
  223. }
  224. .Help_aside_questioncollection{
  225. width: 100%;
  226. height: 377rpx;
  227. position: fixed;
  228. bottom: 0rpx;
  229. z-index: 100;
  230. }
  231. .Help_aside_answerroom_detail{
  232. width: 100%;
  233. height: 564rpx;
  234. position: fixed;
  235. bottom: 0rpx;
  236. z-index: 200;
  237. }
  238. .universalpic_wrong_red{
  239. width:36rpx;
  240. height:36rpx;
  241. position: absolute;
  242. left:12rpx;
  243. top:23rpx;
  244. }