subject.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /* pages/subject/subject.wxss */
  2. .top{
  3. padding: 12px;
  4. background-color: #D8EFFF;
  5. color: #0091FF;
  6. }
  7. .top view{
  8. color: #0091FF;
  9. /* font-size: 13px; */
  10. /* display: inline-block; */
  11. float: right;
  12. margin-right: 10px;
  13. }
  14. .top text{
  15. position: relative;
  16. /* width:60px; */
  17. height:28px;
  18. padding: 0 10px;
  19. border-radius:8px;
  20. background-color: #0091FF;
  21. color: #fff;
  22. text-align: center;
  23. line-height: 28px;
  24. float: right;
  25. font-size: 12px;
  26. top: -3px;
  27. }
  28. .count{
  29. top:13px;
  30. position: absolute;
  31. /* top: 55px; */
  32. right: 15px;
  33. color: #358BFF;
  34. text-align: right;
  35. }
  36. .content{
  37. padding: 0 12px;
  38. transition: all .3s linear;
  39. max-height: 75vh;
  40. overflow-y: auto;
  41. width: 100%;
  42. }
  43. .content view{
  44. font-size:32rpx;
  45. }
  46. .num{
  47. margin: 12px 0;
  48. color: #000;
  49. font-weight: 600;
  50. line-height: 50rpx;
  51. display: flex;
  52. font-size:32rpx;
  53. }
  54. .num image{
  55. width: 38px;
  56. position: relative;
  57. top: 2px;
  58. }
  59. .ques{
  60. margin-bottom: 120rpx;
  61. }
  62. .ans .option view{
  63. margin-bottom: 24px;
  64. border: 1px solid #D8D8D8;
  65. padding: 10px;
  66. border-radius: 4px;
  67. }
  68. .ans .option .correct{
  69. border-color: #36D488;
  70. color: #36D488;
  71. }
  72. .ans .option .error{
  73. border-color: #FF6868;
  74. color: #FF6868;
  75. }
  76. .ans radio,.ans checkbox{
  77. width: 100%;
  78. }
  79. .btn{
  80. position: fixed;
  81. width: 100%;
  82. left: 0;
  83. z-index: 9;
  84. bottom: 80rpx;
  85. display: flex;
  86. flex-wrap: wrap;
  87. justify-content: space-between;
  88. padding: 0 50px;
  89. background-color: #fff;
  90. }
  91. .btn text{
  92. width:45%;
  93. height:40px;
  94. border: 1px solid #0091FF;
  95. color: #0091FF;
  96. /* background:rgba(212,230,255,1); */
  97. border-radius:31px;
  98. display: inline-block;
  99. text-align: center;
  100. line-height: 40px;
  101. /* margin: 0 20px; */
  102. font-weight: 500;
  103. }
  104. .btn .hide{
  105. /* background-color: #eee; */
  106. border-color: #eee;
  107. color: #eee;
  108. }
  109. .btn view{
  110. width: 100%;
  111. background-color: #DAEFFF;
  112. color: #0091FF;
  113. height: 84rpx;
  114. border-radius: 44rpx;
  115. text-align: center;
  116. line-height: 84rpx;
  117. font-size: 30rpx;
  118. margin-top: 20rpx;
  119. }
  120. .analysis{
  121. background-color: #FCF4DD;
  122. padding: 10px;
  123. border-radius: 4px;
  124. margin-top: 10px;
  125. font-size: 13px;
  126. line-height: 23px;
  127. }
  128. .ans_bg{
  129. position: fixed;
  130. width: 100%;
  131. height: 100vh;
  132. top: 0;
  133. left: 0;
  134. background-color: rgba(0,0,0,.5);
  135. z-index: 9999;
  136. }
  137. .ans_card{
  138. width: 93%;
  139. background-color: #fff;
  140. border-radius: 8px;
  141. padding: 10px;
  142. margin: auto;
  143. position: absolute;
  144. bottom: 20px;
  145. left: 0;
  146. right: 0;
  147. overflow: auto;
  148. max-height: 90%;
  149. display: flex;
  150. justify-content: flex-start;
  151. flex-wrap: wrap;
  152. }
  153. .ans_card view{
  154. padding: 10px 0;
  155. margin-bottom: 10px;
  156. border-bottom: 1px solid #d9d9d9;
  157. font-weight: 600;
  158. width: 100%;
  159. }
  160. .ans_card text{
  161. display: inline-block;
  162. width: 55rpx;
  163. height: 55rpx;
  164. border-radius: 50%;
  165. border: 1px solid #d9d9d9;
  166. text-align: center;
  167. line-height: 55rpx;
  168. margin:8rpx;
  169. }
  170. .ans_card .act{
  171. background-color: #0091FF;
  172. border-color: #0091FF;
  173. color: #fff;
  174. }
  175. .ans_card .right{
  176. background-color: #22CC62;
  177. border-color: #22CC62;
  178. color: #fff;
  179. }
  180. .close{
  181. width: 20px;
  182. float: right;
  183. }
  184. .ans_card .error{
  185. background-color: #FF6868;
  186. border-color: #FF6868;
  187. color: #fff;
  188. }
  189. .flag{
  190. position: absolute;
  191. width: 30px;
  192. right: 30rpx;
  193. }