exam_detail_img.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. .body {
  2. margin-top: 90px;
  3. }
  4. .body h4 {
  5. font-weight: 600;
  6. }
  7. .body .edi-a {
  8. display: block;
  9. background-color: #f5f5f5;
  10. padding: 10px;
  11. margin: 5px 0px;
  12. border-radius: 5px;
  13. color: #777;
  14. position: relative;
  15. }
  16. .body .edi-a span {
  17. display: block !important;
  18. overflow: hidden;
  19. white-space: nowrap;
  20. text-overflow: ellipsis;
  21. width: calc(100% - 16px);
  22. }
  23. .body .edi-a i {
  24. color: #ccc;
  25. position: absolute;
  26. right: 10px;
  27. top: 12px;
  28. }
  29. .body .edi-p1 {
  30. font-size: 12px;
  31. color: #777;
  32. line-height: 50px;
  33. margin: 0;
  34. }
  35. .body .edi-p2 {
  36. color: #999;
  37. padding-bottom: 25px;
  38. border-bottom: 8px solid #f5f5f5;
  39. }
  40. .body .edi-p2 > span:first-child {
  41. display: inline-block;
  42. padding: 5px 5px 0px 5px;
  43. border-radius: 15px 15px 5px 5px;
  44. background-color: #f5f5f5;
  45. }
  46. .body .edi-p2 .edi-p-span {
  47. padding: 5px 0px 0px;
  48. }
  49. .body .edi-p2 .edi-p-span span {
  50. margin-right: 20px;
  51. font-size: 12px;
  52. }
  53. .body .edi-p2 .edi-p-span img {
  54. width: 20px;
  55. height: 20px;
  56. }
  57. .body .edi-body {
  58. position: relative;
  59. padding-bottom: 50px;
  60. height: 800px;
  61. overflow: hidden;
  62. }
  63. .body .edi-body .edi-user {
  64. margin-top: 10px;
  65. padding: 10px;
  66. display: flex;
  67. justify-content: space-between;
  68. align-items: center;
  69. }
  70. @media screen and (max-width: 768px) {
  71. .body .edi-body .edi-user {
  72. padding: 10px 0px;
  73. }
  74. }
  75. .body .edi-body .edi-user .left {
  76. display: flex;
  77. justify-content: flex-start;
  78. align-items: center;
  79. }
  80. .body .edi-body .edi-user .left img {
  81. width: 50px;
  82. height: 50px;
  83. margin: 0 10px;
  84. }
  85. @media screen and (max-width: 768px) {
  86. .body .edi-body .edi-user .left img {
  87. width: 30px;
  88. height: 30px;
  89. margin-left: 0px;
  90. margin-right: 5px;
  91. }
  92. }
  93. .body .edi-body .edi-user .left div p {
  94. text-align: start;
  95. margin: 5px 0;
  96. }
  97. @media screen and (max-width: 768px) {
  98. .body .edi-body .edi-user .left div p {
  99. margin: 0;
  100. }
  101. }
  102. .body .edi-body .edi-user .left div > p:last-child {
  103. font-size: 12px;
  104. color: #999;
  105. }
  106. .body .edi-body .edi-user .right i {
  107. background-color: #2382ff;
  108. font-size: 25px;
  109. padding: 10px;
  110. border-radius: 50%;
  111. color: #fff;
  112. text-align: center;
  113. margin-left: 10px;
  114. }
  115. @media screen and (max-width: 768px) {
  116. .body .edi-body .edi-user .right i {
  117. font-size: 5px;
  118. margin-left: 0;
  119. }
  120. }
  121. .body .edi-body #title {
  122. font-weight: bold;
  123. }
  124. .body .edi-body p {
  125. width: 100%;
  126. text-align: center;
  127. }
  128. .body .edi-body p img {
  129. width: 100%;
  130. }
  131. .body .edi-body #edi-answer {
  132. color: #f03;
  133. }
  134. .body .edi-body .edi-open {
  135. width: 100%;
  136. text-align: center;
  137. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  138. position: absolute;
  139. bottom: 0px;
  140. padding-top: 50px;
  141. }
  142. .body .edi-body .edi-open span {
  143. display: inline-block;
  144. border-radius: 30px;
  145. background-color: #eef5ff;
  146. padding: 6px 20px;
  147. color: #2382ff;
  148. }
  149. .body .edi-body .edi-open span i {
  150. margin-left: 5px;
  151. }
  152. .body .edi-body-height {
  153. height: auto;
  154. }
  155. .body .edi-footer {
  156. margin-top: 50px;
  157. text-align: center;
  158. color: #777;
  159. }
  160. .body .edi-footer .choose {
  161. width: 300px;
  162. margin: auto;
  163. display: flex;
  164. justify-content: space-around;
  165. align-items: center;
  166. }
  167. .body .edi-footer .choose .img {
  168. width: 66px;
  169. color: #000;
  170. }
  171. .body .edi-footer .choose .img img {
  172. width: 100%;
  173. }
  174. .body .edi-footer .choose .img span {
  175. color: #777;
  176. margin-left: 5px;
  177. }
  178. .body .interactive h5 {
  179. border-bottom: 1px solid #e6e6e6;
  180. padding: 10px 0px;
  181. margin: 5px 0px;
  182. }
  183. .body .interactive .pull-right .active {
  184. color: #000;
  185. }
  186. .body .interactive .pull-right span {
  187. color: #777;
  188. }
  189. .body .interactive .alert {
  190. clear: both;
  191. }
  192. .body .prog {
  193. background-color: #eef5ff;
  194. border-radius: 5px;
  195. padding: 20px;
  196. position: relative;
  197. }
  198. .body .prog .title {
  199. color: #2382ff;
  200. position: absolute;
  201. top: 10px;
  202. }
  203. .body .prog .flex {
  204. height: 50px;
  205. box-sizing: border-box;
  206. display: flex;
  207. justify-content: space-between;
  208. align-items: center;
  209. }
  210. .body .prog .flex .pro {
  211. width: 100%;
  212. max-width: 50%;
  213. min-width: 200px;
  214. box-sizing: border-box;
  215. height: 5px;
  216. border-radius: 5px;
  217. background-color: #fff;
  218. margin-right: 20px;
  219. position: relative;
  220. }
  221. .body .prog .flex .pro .pro-title {
  222. position: absolute;
  223. right: 0px;
  224. top: -20px;
  225. color: #999;
  226. }
  227. .body .prog .flex .pro .pro-content {
  228. width: 0%;
  229. height: 100%;
  230. background-color: #2382ff;
  231. }
  232. .body .prog .flex .pro .icon {
  233. position: absolute;
  234. width: 30px;
  235. height: 30px;
  236. box-sizing: border-box;
  237. background-color: #fff;
  238. text-align: center;
  239. line-height: 27px;
  240. border-radius: 50%;
  241. top: -12px;
  242. border: 2px solid #7aaef3;
  243. }
  244. .body .prog .flex .pro .pro-show {
  245. position: absolute;
  246. top: 20px;
  247. margin-left: 5px;
  248. color: #2382ff;
  249. }
  250. .body .prog .flex .button {
  251. width: 80px;
  252. line-height: 40px;
  253. text-align: center;
  254. color: #fff;
  255. background-color: #7aaef3;
  256. border-radius: 10px;
  257. box-sizing: border-box;
  258. }