exam_detail_img.css 5.8 KB

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