check.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. html,
  2. body {
  3. height: 100%;
  4. }
  5. .container {
  6. height: 100%;
  7. box-sizing: border-box;
  8. }
  9. .handle_menu_wrap {
  10. width: 1.52rem;
  11. height: 100%;
  12. }
  13. .menu_title {
  14. font-size: 0.32rem;
  15. padding: 0.35rem 0;
  16. text-align: center;
  17. border-bottom: solid 1px #dddddd;
  18. }
  19. .handle_btn {
  20. padding: 0.3rem;
  21. cursor: pointer;
  22. }
  23. .handle_btn.active {
  24. background-color: #ededed;
  25. }
  26. .handle_btn_img {
  27. height: 0.44rem;
  28. position: relative;
  29. }
  30. .handle_btn_img img {
  31. height: 100%;
  32. }
  33. .handle_btn_name {
  34. text-align: center;
  35. margin-top: 0.2rem;
  36. font-size: 0.22rem;
  37. color: #999;
  38. }
  39. .correct_main {
  40. width: 5.7rem;
  41. height: 100%;
  42. position: relative;
  43. }
  44. .before_icon {
  45. width: 0.2rem;
  46. height: 0.2rem;
  47. background-color: #f36d00;
  48. margin-top: 0.08rem;
  49. }
  50. .preview {
  51. position: relative;
  52. width: 2rem;
  53. height: 100%;
  54. border-right: 1px solid #ddd;
  55. padding: 0.3rem 0 1.65rem 0;
  56. overflow: auto;
  57. box-sizing: border-box;
  58. }
  59. .preview .swiper-container {
  60. width: 100%;
  61. }
  62. .preview .swiper-container .swiper-slide {
  63. height: 1.5rem;
  64. width: 100%;
  65. padding: 0.25rem 0.3rem;
  66. box-sizing: border-box;
  67. }
  68. .preview .swiper-container .swiper-slide.active-nav .slide_inner {
  69. border-color: #28a0ff;
  70. }
  71. .preview .swiper-container .swiper-slide .slide_inner {
  72. width: 100%;
  73. height: 100%;
  74. overflow: hidden;
  75. position: relative;
  76. border: 3px solid transparent;
  77. }
  78. .preview .swiper-container .swiper-slide .slide_inner img {
  79. width: 100%;
  80. }
  81. .homework_total {
  82. bottom: 0.8rem;
  83. font-size: 0.36rem;
  84. }
  85. .view {
  86. overflow: auto;
  87. position: relative;
  88. height: 100%;
  89. background-color: #333;
  90. }
  91. .view .swiper-container {
  92. width: 825px;
  93. height: 1100px;
  94. top: 0;
  95. }
  96. .view .swiper-container img {
  97. width: 100%;
  98. height: 100%;
  99. }
  100. .wrong_list_wrap {
  101. padding: 0.3rem;
  102. border-bottom: 1px solid #ddd;
  103. }
  104. .wrong_list_title div {
  105. overflow: hidden;
  106. padding-left: 0.3rem;
  107. margin-bottom: 0.3rem;
  108. }
  109. i {
  110. font-style: normal;
  111. }
  112. .wrong_list .serial_number {
  113. font-size: 0.3rem;
  114. }
  115. .wrong_list {
  116. padding-top: 0.1rem;
  117. overflow: auto;
  118. height: 6.5rem;
  119. }
  120. .wrong_item {
  121. padding-top: 0.1rem;
  122. }
  123. .wrong_content {
  124. overflow: hidden;
  125. padding-left: 0.2rem;
  126. }
  127. .wrong_label {
  128. padding: 0 0.3rem;
  129. height: 0.44rem;
  130. background-color: #cfe9fb;
  131. border-radius: 999px;
  132. font-size: 0.24rem;
  133. color: #28a0f2;
  134. text-align: center;
  135. line-height: 0.44rem;
  136. margin-left: 0.2rem;
  137. margin-bottom: 0.2rem;
  138. border: 1px solid transparent;
  139. }
  140. .main_score {
  141. padding: 0.3rem 0.3rem 0;
  142. }
  143. .main_score_title {
  144. margin-bottom: 0.4rem;
  145. }
  146. .main_score_title div {
  147. padding-left: 0.3rem;
  148. overflow: hidden;
  149. }
  150. .main_score_num_list {
  151. padding: 0 0.6rem;
  152. }
  153. .main_score_num_item {
  154. cursor: pointer;
  155. width: 0.9rem;
  156. height: 0.9rem;
  157. background-color: #ededed;
  158. border-radius: 0.03rem;
  159. text-align: center;
  160. font-size: 0.44rem;
  161. box-sizing: border-box;
  162. line-height: 0.9rem;
  163. margin-bottom: 0.5rem;
  164. margin-right: 0.6rem;
  165. }
  166. .main_score_num_item.active {
  167. background-color: #28a0f2;
  168. border: solid 0px #309ff8;
  169. color: #fff;
  170. }
  171. .main_score_num_item:nth-child(3n) {
  172. margin-right: 0;
  173. }
  174. .main_score_num_item:last-child {
  175. margin-left: 1.5rem;
  176. }
  177. .correct_main .small_btn_blue.confirm {
  178. position: absolute;
  179. left: 0.85rem;
  180. bottom: 0.4rem;
  181. }
  182. .correct_main .more_btn {
  183. cursor: pointer;
  184. width: 0.6rem;
  185. height: 0.6rem;
  186. background: url('../image/check/pop-icon.png') no-repeat;
  187. background-size: 100%;
  188. position: absolute;
  189. right: 0.85rem;
  190. bottom: 0.6rem;
  191. }
  192. .mark_error_modal {
  193. position: fixed;
  194. height: 100%;
  195. width: 75%;
  196. top: 0;
  197. left: 0;
  198. z-index: 9999;
  199. }
  200. .mask_modal {
  201. position: fixed;
  202. height: 100%;
  203. width: 100%;
  204. top: 0;
  205. left: 0;
  206. z-index: 9999;
  207. }
  208. .mark_error_box {
  209. width: 11.2rem;
  210. height: 7.2rem;
  211. z-index: 999;
  212. background-color: #fff;
  213. border-radius: 0.1rem
  214. }
  215. .mark_error_box_title {
  216. height: 1.1rem;
  217. border-bottom: 1px solid #28a0f2;
  218. padding: 0 0.3rem;
  219. line-height: 1.1rem;
  220. font-size: 0.36rem;
  221. box-sizing: border-box;
  222. }
  223. .wrong_label_list {
  224. padding: 0.6rem 0.2rem 0.2rem 0.6rem;
  225. box-sizing: border-box;
  226. height: 6.1rem;
  227. overflow: auto;
  228. }
  229. .wrong_label_list .wrong_label {
  230. margin-right: 0.4rem;
  231. margin-bottom: 0.4rem;
  232. margin-left: 0;
  233. border-color: #49aff3;
  234. background-color: #fff;
  235. }
  236. .wrong_label_list .wrong_label.active {
  237. border-color: transparent;
  238. background-color: #cfe9fb;
  239. }
  240. .close_icon {
  241. width: 0.45rem;
  242. height: 0.45rem;
  243. cursor: pointer;
  244. margin-top: 0.325rem;
  245. }
  246. .close_icon img {
  247. width: 100%;
  248. height: 100%;
  249. }
  250. .mark_error_box .confirm_mark.small_btn_blue {
  251. bottom: 1.2rem;
  252. }
  253. .other_btn_wrap {
  254. width: 2.7rem;
  255. padding: 0.6rem 0;
  256. font-size: 0.36rem;
  257. position: absolute;
  258. bottom: 1.47rem;
  259. right: 1.4rem;
  260. border: solid 1px #dddddd;
  261. box-shadow: 0 0.06rem 0.07rem 0 rgba(56, 78, 133, 0.1);
  262. border-radius: 0.05rem;
  263. text-align: center;
  264. background-color: #fff;
  265. }
  266. .other_btn_wrap div {
  267. padding: 0.25rem 0;
  268. }
  269. .top {height:100%;background-color:#fff;filter:Alpha(Opacity=60);opacity:0.6;}