exam_detail_img.less 6.0 KB

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