exam_detail_img.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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. width: 45px;
  110. height: 45px;
  111. border-radius: 50%;
  112. color: #fff;
  113. text-align: center;
  114. line-height: 45px;
  115. margin-left: 10px;
  116. }
  117. @media screen and (max-width: 768px) {
  118. .body .edi-body .edi-user .right i {
  119. font-size: 5px;
  120. margin-left: 0;
  121. }
  122. }
  123. .body .edi-body #title {
  124. font-weight: bold;
  125. }
  126. .body .edi-body p {
  127. width: 100%;
  128. text-align: center;
  129. }
  130. .body .edi-body p img {
  131. width: 100%;
  132. }
  133. .body .edi-body .edi-line {
  134. color: #f03;
  135. display: flex;
  136. font-size: 16px;
  137. justify-content: center;
  138. align-items: center;
  139. }
  140. .body .edi-body .edi-line::after {
  141. content: '';
  142. display: inline-block;
  143. border-bottom: 1px solid #e6e6e6;
  144. width: 30%;
  145. margin-left: 10px;
  146. }
  147. .body .edi-body .edi-line::before {
  148. content: '';
  149. display: inline-block;
  150. border-bottom: 1px solid #e6e6e6;
  151. width: 30%;
  152. margin-right: 10px;
  153. }
  154. .body .edi-body .edi-open {
  155. width: 100%;
  156. text-align: center;
  157. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  158. position: absolute;
  159. bottom: 0px;
  160. padding-top: 50px;
  161. }
  162. .body .edi-body .edi-open span {
  163. display: inline-block;
  164. border-radius: 30px;
  165. background-color: #eef5ff;
  166. padding: 6px 20px;
  167. color: #2382ff;
  168. }
  169. .body .edi-body .edi-open span i {
  170. margin-left: 5px;
  171. }
  172. .body .edi-body-height {
  173. height: auto;
  174. }
  175. .body .edi-footer {
  176. margin-top: 50px;
  177. text-align: center;
  178. color: #777;
  179. }
  180. .body .edi-footer .choose {
  181. width: 300px;
  182. margin: auto;
  183. display: flex;
  184. justify-content: space-around;
  185. align-items: center;
  186. }
  187. .body .edi-footer .choose .img {
  188. width: 66px;
  189. color: #000;
  190. }
  191. .body .edi-footer .choose .img img {
  192. width: 100%;
  193. }
  194. .body .edi-footer .choose .img span {
  195. color: #777;
  196. margin-left: 5px;
  197. }
  198. .body .interactive .pull-left label {
  199. vertical-align: middle;
  200. font-size: 14px;
  201. color: #777;
  202. font-weight: normal;
  203. }
  204. .body .interactive h5 {
  205. border-bottom: 1px solid #e6e6e6;
  206. padding: 10px 0px;
  207. margin: 5px 0px;
  208. }
  209. .body .interactive .pull-right .active {
  210. color: #000;
  211. }
  212. .body .interactive .pull-right span {
  213. color: #777;
  214. }
  215. .body .interactive .alert {
  216. clear: both;
  217. }
  218. .body .prog {
  219. background-color: #eef5ff;
  220. border-radius: 5px;
  221. padding: 20px;
  222. position: relative;
  223. }
  224. @media screen and (max-width: 768px) {
  225. .body .prog {
  226. padding: 20px 5px;
  227. }
  228. }
  229. .body .prog .title {
  230. color: #2382ff;
  231. position: absolute;
  232. top: 10px;
  233. }
  234. .body .prog .flex {
  235. height: 50px;
  236. box-sizing: border-box;
  237. display: flex;
  238. justify-content: space-between;
  239. align-items: center;
  240. }
  241. .body .prog .flex .pro {
  242. width: 100%;
  243. max-width: 50%;
  244. min-width: 200px;
  245. box-sizing: border-box;
  246. height: 5px;
  247. border-radius: 5px;
  248. background-color: #fff;
  249. margin-right: 20px;
  250. position: relative;
  251. }
  252. .body .prog .flex .pro .pro-title {
  253. position: absolute;
  254. right: 0px;
  255. top: -20px;
  256. color: #999;
  257. }
  258. .body .prog .flex .pro .pro-content {
  259. width: 0%;
  260. height: 100%;
  261. background-color: #2382ff;
  262. }
  263. .body .prog .flex .pro .icon {
  264. position: absolute;
  265. width: 30px;
  266. height: 30px;
  267. box-sizing: border-box;
  268. background-color: #fff;
  269. text-align: center;
  270. line-height: 27px;
  271. border-radius: 50%;
  272. top: -12px;
  273. border: 2px solid #7aaef3;
  274. }
  275. .body .prog .flex .pro .pro-show {
  276. width: 100px;
  277. position: absolute;
  278. top: 20px;
  279. color: #2382ff;
  280. }
  281. .body .prog .flex .button {
  282. width: 80px;
  283. line-height: 40px;
  284. text-align: center;
  285. color: #fff;
  286. background-color: #7aaef3;
  287. border-radius: 10px;
  288. box-sizing: border-box;
  289. }