certify.less 12 KB

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