certify.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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: 180px;
  14. padding-top: 60px;
  15. float: left;
  16. margin-left: 4%;
  17. position: relative;
  18. overflow: hidden;
  19. img {
  20. position: absolute;
  21. top: 0;
  22. right: 0;
  23. height: 60px;
  24. }
  25. }
  26. .certify-text {
  27. width: 80%;
  28. float: left;
  29. line-height: 60px;
  30. font-size: 24px;
  31. margin-left: 20px;
  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: 20px;
  50. }
  51. }
  52. }
  53. }
  54. .certify-content {
  55. min-height: 300px;
  56. margin-bottom: 100px;
  57. .certify-step {
  58. width: 880px;
  59. height: 60px;
  60. margin: 40px auto;
  61. border-radius: 8px;
  62. background: #c1c1c1;
  63. overflow: hidden;
  64. >div {
  65. width: 150px;
  66. height: 60px;
  67. display: table;
  68. color: #fff;
  69. float: left;
  70. padding: 0 22px 0 10px;
  71. >div {
  72. vertical-align: middle;
  73. display: table-cell;
  74. font-size: 15px;
  75. }
  76. &:first-child {
  77. padding-left: 6px;
  78. }
  79. &:last-child {
  80. width: 130px;
  81. background-image: none;
  82. }
  83. >i {
  84. margin-top: 17px;
  85. display: inline-block;
  86. height: 26px;
  87. width: 26px;
  88. border-radius: 50%;
  89. background: #fff;
  90. overflow: hidden;
  91. text-align: center;
  92. line-height: 26px;
  93. font-size: 20px;
  94. font-style: normal;
  95. }
  96. }
  97. .step-done {
  98. background: #ff6500;
  99. background-image: url(../../../image/scd.png);
  100. background-repeat: no-repeat;
  101. background-position-x: right;
  102. background-size: 22px;
  103. >i {
  104. color: #ff6500;
  105. }
  106. }
  107. .step-doing {
  108. background: #ff8a33;
  109. background-image: url(../../../image/trd.png);
  110. background-repeat: no-repeat;
  111. background-position-x: right;
  112. background-size: 22px;
  113. >i {
  114. color: #ff8a33;
  115. }
  116. }
  117. .step-off {
  118. background: #ff6500;
  119. background-image: url(../../../image/fst.png);
  120. background-repeat: no-repeat;
  121. background-position-x: right;
  122. background-size: 22px;
  123. >i {
  124. color: #ff6500;
  125. }
  126. }
  127. .step-none {
  128. background: #c1c1c1;
  129. background-image: url(../../../image/none.png);
  130. background-repeat: no-repeat;
  131. background-position-x: right;
  132. background-size: 22px;
  133. >i {
  134. color: #c1c1c1;
  135. }
  136. }
  137. .step-last {
  138. background: #c1c1c1;
  139. width: 130px;
  140. >i {
  141. color: #c1c1c1;
  142. }
  143. }
  144. }
  145. .certify-form-box {
  146. width: 600px;
  147. margin: 0 auto;
  148. .certify-form {
  149. #address {
  150. select {
  151. height: 27px;
  152. border: 1px solid #d9d9d9;
  153. border-radius: 4px;
  154. margin-right: 6px;
  155. }
  156. }
  157. .ant-form-explain {
  158. span {
  159. line-height: 26px;
  160. }
  161. }
  162. .idCard-text {
  163. display: inline-block;
  164. width: 150px;
  165. margin-right: 20px;
  166. text-align: center;
  167. }
  168. .idcard-img {
  169. >div {
  170. float: left;
  171. background: #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: 27px;
  192. width: 100%;
  193. padding-top: 27px;
  194. position: relative;
  195. overflow: hidden;
  196. img {
  197. position: absolute;
  198. top: 0;
  199. left: 0;
  200. width: 100%;
  201. height: 27px;
  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. color: #58a3ff;
  240. text-align: center;
  241. line-height: 40px;
  242. font-size: 27px;
  243. position: absolute;
  244. top: 6px;
  245. left: 0;
  246. }
  247. p {
  248. line-height: 40px;
  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. float: left;
  275. margin-right: 20px;
  276. }
  277. .avatar-uploader-trigger {
  278. display: table-cell;
  279. vertical-align: middle;
  280. font-size: 28px;
  281. color: #999;
  282. }
  283. }
  284. }
  285. .footer {
  286. position: fixed;
  287. width: 100%;
  288. bottom: 0;
  289. padding: 10px 0;
  290. text-align: center;
  291. background: #f0f0f0;
  292. p {
  293. line-height: 24px;
  294. }
  295. }
  296. }