exam_detail_img.less 6.2 KB

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