certify.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. .wrap {
  2. width: 100%;
  3. margin: 0 auto;
  4. background: #ffffff;
  5. .certify-header {
  6. background: #f8f8f8;
  7. width: 100%;
  8. .certify-logo {
  9. width: 100%;
  10. margin: 0 auto;
  11. padding: 10px 0;
  12. .logo {
  13. width: 12%;
  14. padding-top: 60px;
  15. float: left;
  16. margin-left: 40px;
  17. position: relative;
  18. overflow: hidden;
  19. img {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. height: 60px;
  24. width: 120px;
  25. }
  26. }
  27. .certify-text {
  28. width: 84%;
  29. float: left;
  30. line-height: 60px;
  31. font-size: 24px;
  32. .text {
  33. border-left: 1px solid #999999;
  34. }
  35. .alink {
  36. float: right;
  37. font-size: 14px;
  38. line-height: 60px;
  39. a {
  40. color: #333;
  41. padding: 0 8px;
  42. border-left: 1px solid #999999;
  43. &:first-child {
  44. border: none;
  45. }
  46. }
  47. }
  48. span {
  49. padding-left: 10px;
  50. }
  51. }
  52. }
  53. }
  54. .certify-content {
  55. min-height: 600px;
  56. .certify-step {
  57. width: 1030px;
  58. height: 60px;
  59. margin: 40px auto;
  60. border-radius: 8px;
  61. background: #c1c1c1;
  62. overflow: hidden;
  63. >div {
  64. width: 150px;
  65. height: 60px;
  66. display: table;
  67. color: #fff;
  68. float: left;
  69. padding: 0 22px 0 10px;
  70. >div {
  71. vertical-align: middle;
  72. display: table-cell;
  73. font-size: 15px;
  74. }
  75. &:first-child {
  76. padding-left: 6px;
  77. }
  78. &:last-child {
  79. width: 130px;
  80. background-image: none;
  81. }
  82. >i {
  83. margin-top: 17px;
  84. display: inline-block;
  85. height: 26px;
  86. width: 26px;
  87. border-radius: 50%;
  88. background: #fff;
  89. overflow: hidden;
  90. text-align: center;
  91. line-height: 26px;
  92. font-size: 20px;
  93. font-style: normal;
  94. }
  95. }
  96. .step-done {
  97. background: #ff6500;
  98. background-image: url(../../../image/scd.png);
  99. background-repeat: no-repeat;
  100. background-position-x: right;
  101. background-size: 22px;
  102. >i {
  103. color: #ff6500;
  104. }
  105. }
  106. .step-doing {
  107. background: #ff8a33;
  108. background-image: url(../../../image/trd.png);
  109. background-repeat: no-repeat;
  110. background-position-x: right;
  111. background-size: 22px;
  112. >i {
  113. color: #ff8a33;
  114. }
  115. }
  116. .step-off {
  117. background: #ff6500;
  118. background-image: url(../../../image/fst.png);
  119. background-repeat: no-repeat;
  120. background-position-x: right;
  121. background-size: 22px;
  122. >i {
  123. color: #ff6500;
  124. }
  125. }
  126. .step-none {
  127. background: #c1c1c1;
  128. background-image: url(../../../image/none.png);
  129. background-repeat: no-repeat;
  130. background-position-x: right;
  131. background-size: 22px;
  132. >i {
  133. color: #c1c1c1;
  134. }
  135. }
  136. .step-last {
  137. background: #c1c1c1;
  138. width: 130px;
  139. >i {
  140. color: #c1c1c1;
  141. }
  142. }
  143. }
  144. .certify-form-box {
  145. width: 600px;
  146. margin: 0 auto;
  147. .certify-form {
  148. #address {
  149. select {
  150. height: 32px;
  151. border: 1px solid #d9d9d9;
  152. border-radius: 4px;
  153. margin-right: 6px;
  154. }
  155. }
  156. .ant-form-explain {
  157. span {
  158. line-height: 26px;
  159. }
  160. }
  161. .idCard-text {
  162. display: inline-block;
  163. width: 150px;
  164. margin-right: 20px;
  165. text-align: center;
  166. }
  167. .idcard-img {
  168. >div {
  169. float: left;
  170. padding: 20px;
  171. border: 1px solid #c9c9c9;
  172. margin-right: 20px;
  173. >.idcard-imgbox {
  174. width: 142px;
  175. height: 90px;
  176. padding-top: 90px;
  177. position: relative;
  178. img {
  179. width: 142px;
  180. height: 90px;
  181. position: absolute;
  182. top: 0;
  183. left: 0;
  184. border: 1px solid #c9c9c9;
  185. border-radius: 6px;
  186. }
  187. }
  188. }
  189. }
  190. .getVcode {
  191. height: 32px;
  192. width: 100%;
  193. padding-top: 32px;
  194. position: relative;
  195. overflow: hidden;
  196. img {
  197. position: absolute;
  198. top: 0;
  199. left: 0;
  200. width: 100%;
  201. height: 32px;
  202. }
  203. }
  204. .set-submit {
  205. min-width: 100px;
  206. }
  207. .exit {
  208. width: 160px;
  209. margin-left: 20px;
  210. color: #fff;
  211. background: #ff6500;
  212. border: none;
  213. }
  214. .ant-form-item-label {
  215. >label {
  216. &:before {
  217. content: ''
  218. }
  219. }
  220. }
  221. .certify-title {
  222. font-size: 20px;
  223. }
  224. .fromItem-postfix {
  225. position: absolute;
  226. margin-left: 10px;
  227. }
  228. }
  229. .certify-result-box {
  230. .certify-title {
  231. font-size: 20px;
  232. }
  233. .certify-result-state {
  234. position: relative;
  235. padding-left: 46px;
  236. margin: 20px auto;
  237. width: 400px;
  238. i {
  239. width: 40px;
  240. height: 40px;
  241. border-radius: 50%;
  242. background: #58a3ff;
  243. color: #fff;
  244. text-align: center;
  245. line-height: 40px;
  246. font-size: 33px;
  247. position: absolute;
  248. top: 6px;
  249. left: 0;
  250. }
  251. p {
  252. line-height: 24px;
  253. }
  254. button {
  255. margin-top:10px;
  256. }
  257. }
  258. }
  259. .avatar-uploader,
  260. .avatar-uploader-trigger,
  261. .avatar {
  262. width: 150px;
  263. height: 150px;
  264. }
  265. .avatar-uploader {
  266. display: block;
  267. padding: 1px;
  268. border: 1px dashed #d9d9d9;
  269. border-radius: 6px;
  270. cursor: pointer;
  271. position: relative;
  272. img {
  273. position: absolute;
  274. top: -1px;
  275. left: -1px;
  276. height: 150px;
  277. }
  278. //
  279. float: left;
  280. margin-right: 20px;
  281. }
  282. .avatar-uploader-trigger {
  283. display: table-cell;
  284. vertical-align: middle;
  285. font-size: 28px;
  286. color: #999;
  287. }
  288. }
  289. }
  290. .footer {
  291. padding: 10px 0;
  292. text-align: center;
  293. background: #f0f0f0;
  294. p {
  295. line-height: 24px;
  296. }
  297. }
  298. }