exam_detail_img.css 5.8 KB

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