certify.less 11 KB

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