exam_detail_img.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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 #title {
  151. font-weight: bold;
  152. }
  153. .body .edi-body p {
  154. width: 100%;
  155. text-align: center;
  156. }
  157. .body .edi-body p img {
  158. width: 100%;
  159. }
  160. .body .edi-body .edi-line {
  161. color: #f03;
  162. display: flex;
  163. font-size: 16px;
  164. justify-content: center;
  165. align-items: center;
  166. }
  167. .body .edi-body .edi-line::after {
  168. content: '';
  169. display: inline-block;
  170. border-bottom: 1px solid #e6e6e6;
  171. width: 30%;
  172. margin-left: 10px;
  173. }
  174. .body .edi-body .edi-line::before {
  175. content: '';
  176. display: inline-block;
  177. border-bottom: 1px solid #e6e6e6;
  178. width: 30%;
  179. margin-right: 10px;
  180. }
  181. .body .edi-body .edi-open {
  182. width: 100%;
  183. text-align: center;
  184. background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  185. position: absolute;
  186. bottom: 0px;
  187. padding-top: 50px;
  188. }
  189. .body .edi-body .edi-open span {
  190. display: inline-block;
  191. border-radius: 30px;
  192. background-color: #eef5ff;
  193. padding: 6px 20px;
  194. color: #03C762;
  195. }
  196. .body .edi-body .edi-open span i {
  197. margin-left: 5px;
  198. }
  199. .body .edi-body-height {
  200. height: auto;
  201. }
  202. .body .edi-footer {
  203. margin-top: 50px;
  204. text-align: center;
  205. color: #777;
  206. }
  207. .body .edi-footer .choose {
  208. width: 300px;
  209. margin: auto;
  210. display: flex;
  211. justify-content: space-around;
  212. align-items: center;
  213. }
  214. .body .edi-footer .choose .img {
  215. width: 66px;
  216. color: #000;
  217. }
  218. .body .edi-footer .choose .img img {
  219. width: 100%;
  220. }
  221. .body .edi-footer .choose .img span {
  222. color: #777;
  223. margin-left: 5px;
  224. }
  225. .body .interactive .pull-left label {
  226. vertical-align: middle;
  227. font-size: 14px;
  228. color: #777;
  229. font-weight: normal;
  230. }
  231. .body .interactive h5 {
  232. border-bottom: 1px solid #e6e6e6;
  233. padding: 10px 0px;
  234. margin: 5px 0px;
  235. }
  236. .body .interactive .pull-right .active {
  237. color: #000;
  238. }
  239. .body .interactive .pull-right span {
  240. color: #777;
  241. }
  242. .body .interactive .alert {
  243. clear: both;
  244. }
  245. .body .prog {
  246. background-color: #eef5ff;
  247. border-radius: 5px;
  248. padding: 20px;
  249. position: relative;
  250. }
  251. @media screen and (max-width: 768px) {
  252. .body .prog {
  253. padding: 20px 5px;
  254. }
  255. }
  256. .body .prog .title {
  257. color: #03C762;
  258. position: absolute;
  259. top: 10px;
  260. }
  261. .body .prog .flex {
  262. height: 50px;
  263. box-sizing: border-box;
  264. display: flex;
  265. justify-content: space-between;
  266. align-items: center;
  267. }
  268. .body .prog .flex .pro {
  269. width: 100%;
  270. max-width: 50%;
  271. min-width: 200px;
  272. box-sizing: border-box;
  273. height: 5px;
  274. border-radius: 5px;
  275. background-color: #fff;
  276. margin-right: 20px;
  277. position: relative;
  278. }
  279. .body .prog .flex .pro .pro-title {
  280. position: absolute;
  281. right: 0px;
  282. top: -20px;
  283. color: #999;
  284. }
  285. .body .prog .flex .pro .pro-content {
  286. width: 0%;
  287. height: 100%;
  288. background-color: #03C762;
  289. }
  290. .body .prog .flex .pro .icon {
  291. position: absolute;
  292. width: 30px;
  293. height: 30px;
  294. box-sizing: border-box;
  295. background-color: #fff;
  296. text-align: center;
  297. line-height: 27px;
  298. border-radius: 50%;
  299. top: -12px;
  300. border: 2px solid #7aaef3;
  301. }
  302. .body .prog .flex .pro .pro-show {
  303. width: 100px;
  304. position: absolute;
  305. top: 20px;
  306. color: #03C762;
  307. }
  308. .body .prog .flex .button {
  309. width: 80px;
  310. line-height: 40px;
  311. text-align: center;
  312. color: #fff;
  313. background-color: #7aaef3;
  314. border-radius: 10px;
  315. box-sizing: border-box;
  316. }