certify.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. background: #c9c9c9;
  171. margin-right: 20px;
  172. >.idcard-imgbox {
  173. width: 142px;
  174. height: 90px;
  175. padding-top: 90px;
  176. position: relative;
  177. img {
  178. width: 142px;
  179. height: 90px;
  180. position: absolute;
  181. top: 0;
  182. left: 0;
  183. border: 1px solid #c9c9c9;
  184. border-radius: 6px;
  185. }
  186. }
  187. }
  188. }
  189. .getVcode {
  190. height: 32px;
  191. width: 100%;
  192. padding-top: 32px;
  193. position: relative;
  194. overflow: hidden;
  195. img {
  196. position: absolute;
  197. top: 0;
  198. left: 0;
  199. width: 100%;
  200. height: 32px;
  201. }
  202. }
  203. .set-submit {
  204. min-width: 100px;
  205. }
  206. .exit {
  207. width: 160px;
  208. margin-left: 20px;
  209. color: #fff;
  210. background: #ff6500;
  211. border: none;
  212. }
  213. .ant-form-item-label {
  214. >label {
  215. &:before {
  216. content: ''
  217. }
  218. }
  219. }
  220. .certify-title {
  221. font-size: 20px;
  222. }
  223. .fromItem-postfix {
  224. position: absolute;
  225. margin-left: 10px;
  226. }
  227. }
  228. .certify-result-box {
  229. .certify-title {
  230. font-size: 20px;
  231. }
  232. .certify-result-state {
  233. position: relative;
  234. padding-left: 46px;
  235. margin: 20px auto;
  236. width: 400px;
  237. i {
  238. width: 40px;
  239. height: 40px;
  240. border-radius: 50%;
  241. background: #58a3ff;
  242. color: #fff;
  243. text-align: center;
  244. line-height: 40px;
  245. font-size: 33px;
  246. position: absolute;
  247. top: 6px;
  248. left: 0;
  249. }
  250. p {
  251. line-height: 24px;
  252. }
  253. button {
  254. margin-top: 10px;
  255. }
  256. }
  257. }
  258. .avatar-uploader,
  259. .avatar-uploader-trigger,
  260. .avatar {
  261. width: 150px;
  262. height: 150px;
  263. }
  264. .avatar-uploader {
  265. display: block;
  266. padding: 1px;
  267. border: 1px dashed #d9d9d9;
  268. border-radius: 6px;
  269. cursor: pointer;
  270. position: relative;
  271. img {
  272. position: absolute;
  273. top: -1px;
  274. left: -1px;
  275. height: 150px;
  276. }
  277. //
  278. float: left;
  279. margin-right: 20px;
  280. }
  281. .avatar-uploader-trigger {
  282. display: table-cell;
  283. vertical-align: middle;
  284. font-size: 28px;
  285. color: #999;
  286. }
  287. }
  288. }
  289. .footer {
  290. padding: 10px 0;
  291. text-align: center;
  292. background: #f0f0f0;
  293. p {
  294. line-height: 24px;
  295. }
  296. }
  297. }