exam_detail_img.css 5.9 KB

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