item.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. }
  19. .panelRight{
  20. margin-right: 30rpx;
  21. font-size: 24rpx;
  22. font-family: 'Roboto-Bold';
  23. }
  24. .panelRight .btn{
  25. margin-left: 30rpx;
  26. width:60rpx;
  27. height:50rpx;
  28. text-align: center;
  29. line-height: 50rpx;
  30. }
  31. .panelRight .btn1{
  32. border-radius: 4rpx;
  33. color:#fff;
  34. background-color: #2E2E2E;
  35. }
  36. .panel1 {
  37. background-color: #F8F8F8;
  38. height:120rpx;
  39. }
  40. .panelRight .btn2 {
  41. width: 200rpx;
  42. height: 70rpx;
  43. background-color: #146392;
  44. border-radius: 8rpx;
  45. position: relative;
  46. margin-left: 30rpx;
  47. }
  48. .panelRight .btn3 {
  49. width: 100%;
  50. height: 60rpx;
  51. background-color: #169DED;
  52. border-radius: 8rpx;
  53. }
  54. .panelRight .btn4 {
  55. width: 130rpx;
  56. }
  57. .universalpic_play_white_size01{
  58. width: 25rpx;
  59. height: 30rpx;
  60. }
  61. .universalpic_rewind_white_size01{
  62. width: 50rpx;
  63. height: 30rpx;
  64. }
  65. .pause_white_size01{
  66. width: 30rpx;
  67. height: 30rpx;
  68. }
  69. .panel2 {
  70. background-color: #F0F0F0;
  71. }
  72. .panel3 {
  73. margin:20rpx 0 20rpx 0;
  74. border-bottom: 1rpx solid #D2D2D2;
  75. }
  76. .panel4 {
  77. height:120rpx;
  78. border-bottom: 1rpx solid #D2D2D2;
  79. }
  80. .panelRowTop{
  81. background-color: #D2D2D2;
  82. height:50rpx;
  83. width:100%;
  84. justify-content: space-between;
  85. }
  86. .panelRowTop .panelLeft1{
  87. font-size: 22rpx;
  88. }
  89. .panelRowBody{
  90. background-color: #F0F0F0;
  91. }
  92. .panelRowBody .number{
  93. text-align: center;
  94. width:46rpx;
  95. height:36rpx;
  96. line-height: 36rpx;
  97. border-radius: 4rpx;
  98. color:#fff;
  99. background-color: #2E2E2E;
  100. font-family: 'Roboto-Bold';
  101. font-size:22rpx;
  102. }
  103. .panelRowBody .answer{
  104. font-size:48rpx;
  105. margin-left: 40rpx;
  106. font-family: 'Roboto-Regular';
  107. }
  108. .panelRowBody .equation{
  109. font-size:26rpx;
  110. margin-right: 20rpx;
  111. color:#8C8C8C;
  112. font-family: 'Roboto-Regular';
  113. }
  114. .panelRowBody{
  115. background-color: #F0F0F0;
  116. }
  117. .line{
  118. width:100%;
  119. height:1rpx;
  120. justify-content: flex-end;
  121. }
  122. .line .line1{
  123. width:720rpx;
  124. height:1rpx;
  125. background-color: #D2D2D2;
  126. }
  127. .formula_btn_show{
  128. width: 30rpx;
  129. height: 34rpx;
  130. }
  131. .panelAnswer{
  132. margin: 53rpx 0 41rpx 0;
  133. align-items: flex-start;
  134. }
  135. .panelAnswer .panelAnswerCol{
  136. justify-content: flex-start;
  137. }
  138. .formula_division_size01{
  139. width:27rpx;
  140. height:77rpx;
  141. margin: -20rpx 25rpx 0 5rpx;
  142. }
  143. .panelAnswer .colNumber{
  144. font-size:48rpx;
  145. margin: 10rpx 15rpx;
  146. font-family: 'Roboto-Regular';
  147. width:27rpx;
  148. height:57rpx;
  149. text-align: center;
  150. }
  151. .panelAnswer .colDot{
  152. font-size:48rpx;
  153. margin: 10rpx -8rpx 0 -5rpx;
  154. font-family: 'Roboto-Regular';
  155. width:13rpx;
  156. height:57rpx;
  157. text-align: center;
  158. }
  159. .panelAnswer .colLine{
  160. height: 2rpx;
  161. background-color: #000;
  162. width:55rpx;
  163. margin: 10rpx 0rpx;
  164. }
  165. .panelAnswer .colLineNull{
  166. width:27rpx;
  167. height:2rpx;
  168. margin: 10rpx 15rpx;
  169. }
  170. .panelAnswer .colLineHalf{
  171. width:34rpx;
  172. height:2rpx;
  173. margin: 0rpx 0 0 28rpx;
  174. background-color: #000;
  175. }
  176. .imageShow{
  177. width: 65rpx;
  178. height:92rpx;
  179. border-radius: 2rpx;
  180. background-color: #dddddd;
  181. margin: 10rpx 60rpx 0 0;
  182. }
  183. .universalpic_indicator_pink{
  184. width: 16rpx;
  185. height:26rpx;
  186. margin-right: 30rpx;
  187. }