item.wxss 2.7 KB

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