companyVerifyInput.scss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. @import "../scssCommon.scss";
  2. .companyVerifyInput {
  3. width: 1000px !important;
  4. min-height: 937px;
  5. background: rgba(255, 255, 255, 1);
  6. .titleArea {
  7. width: calc(100% - 40px);
  8. height: 90px;
  9. margin: 0 20px;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  14. p {
  15. font-size: 26px;
  16. font-weight: 500;
  17. color: rgba(29, 42, 58, 1);
  18. line-height: 37px;
  19. height: 37px;
  20. }
  21. }
  22. .bodyArea {
  23. width: 500px;
  24. margin: 0 auto;
  25. .topTips {
  26. margin-top: 40px;
  27. p {
  28. color: #666666;
  29. font-size: 13px;
  30. line-height: 25px;
  31. &:nth-child(1) {
  32. color: #222;
  33. font-size: 14px;
  34. }
  35. &:nth-child(6) {
  36. }
  37. &:nth-child(2-5) {
  38. }
  39. }
  40. }
  41. .inputArea {
  42. .inputBox {
  43. margin-top: 31px;
  44. p {
  45. height: 23px;
  46. font-size: 16px;
  47. font-weight: 500;
  48. color: rgba(25, 34, 46, 1);
  49. line-height: 23px;
  50. text-align: left;
  51. }
  52. input {
  53. margin-top: 3px;
  54. width: 396px;
  55. height: 54px;
  56. background: rgba(255, 255, 255, 1);
  57. border-radius: 3px;
  58. border: 1px solid rgba(221, 225, 230, 1);
  59. padding: 10px;
  60. }
  61. }
  62. }
  63. .uploadFile {
  64. margin-top: 27px;
  65. .name {
  66. height: 18px;
  67. font-size: 13px;
  68. font-weight: 600;
  69. color: rgba(25, 34, 46, 1);
  70. line-height: 18px;
  71. span {
  72. height: 18px;
  73. font-size: 13px;
  74. font-weight: 600;
  75. color: #FF5B3B;
  76. line-height: 18px;
  77. }
  78. }
  79. .uploadArea {
  80. display: flex;
  81. align-items: center;
  82. .tipps {
  83. margin-left: 10px;
  84. color: #FF5B3B
  85. }
  86. }
  87. .avatar-uploader {
  88. margin-top: 9px;
  89. width: 184px;
  90. height: 136px;
  91. overflow: hidden;
  92. position: relative;
  93. background: #fff;
  94. .el-icon-delete {
  95. display: none;
  96. }
  97. .el-upload {
  98. width: 184px;
  99. height: 136px;
  100. border: 1px dashed #409eff;
  101. border-radius: 6px;
  102. cursor: pointer;
  103. position: relative;
  104. overflow: hidden;
  105. img {
  106. width: 100%;
  107. height: auto;
  108. object-fit: contain;
  109. object-position: top left;
  110. }
  111. &:hover {
  112. border-color: #409eff;
  113. .el-icon-delete {
  114. display: block;
  115. }
  116. }
  117. }
  118. .avatar-uploader-icon {
  119. position: absolute;
  120. top: 0;
  121. left: 0;
  122. font-size: 44px;
  123. color: #999;;
  124. width: 184px;
  125. height: 136px;
  126. line-height: 100px;
  127. text-align: center;
  128. }
  129. .avatar {
  130. width: 184px;
  131. height: 136px;
  132. display: block;
  133. }
  134. .title {
  135. position: absolute;
  136. left: 50%;
  137. bottom: 40px;
  138. transform: translateX(-50%);
  139. font-size: 13px;
  140. font-weight: 500;
  141. color: #409eff;
  142. line-height: 18px;
  143. text-decoration: underline;
  144. }
  145. }
  146. }
  147. .submitButton {
  148. margin-top: 36px;
  149. display: flex;
  150. align-items: center;
  151. height: 55px;
  152. .right {
  153. width: 153px;
  154. height: 46px;
  155. background: rgba(48, 142, 255, 1);
  156. box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3);
  157. border-radius: 2px;
  158. display: flex;
  159. justify-content: center;
  160. align-items: center;
  161. cursor: pointer;
  162. p {
  163. height: 20px;
  164. font-size: 14px;
  165. font-weight: 500;
  166. color: rgba(255, 255, 255, 1);
  167. line-height: 20px;
  168. }
  169. &.noSubmit {
  170. cursor: not-allowed;
  171. background:rgba(236,236,236,1);
  172. box-shadow: none;
  173. p {
  174. color: #666;
  175. }
  176. }
  177. }
  178. }
  179. }
  180. }
  181. .companyVerifyInputMobile {
  182. width: 100vw !important;
  183. -webkit-overflow-scrolling: touch;
  184. background: rgba(255, 255, 255, 1);
  185. padding: 0 pxtovw(10) pxtovw(80) pxtovw(10);
  186. margin: 0;
  187. .titleArea {
  188. width: 100%;
  189. height: pxtovw(62);
  190. display: flex;
  191. justify-content: center;
  192. align-items: center;
  193. border-bottom: pxtovw(2) solid rgba(0, 0, 0, 0.06);
  194. p {
  195. font-size: pxtovw(20);
  196. font-weight: 500;
  197. color: rgba(29, 42, 58, 1);
  198. line-height: pxtovw(28);
  199. height: pxtovw(28);
  200. }
  201. }
  202. .bodyArea {
  203. width: 100%;
  204. margin: 0 auto;
  205. .topTips {
  206. margin-top: pxtovw(32);
  207. p {
  208. color: #666666;
  209. font-size: pxtovw(13);
  210. line-height: pxtovw(25);
  211. &:nth-child(1) {
  212. color: #222;
  213. font-size: pxtovw(14);
  214. }
  215. }
  216. }
  217. .inputArea {
  218. .inputBox {
  219. margin-top: pxtovw(31);
  220. p {
  221. height: pxtovw(20);
  222. font-size: pxtovw(14);
  223. font-weight: 500;
  224. color: rgba(25, 34, 46, 1);
  225. line-height: pxtovw(20);
  226. text-align: left;
  227. }
  228. input {
  229. margin-top: pxtovw(5);
  230. width: pxtovw(350);
  231. height: pxtovw(44);
  232. background: rgba(255, 255, 255, 1);
  233. border-radius: pxtovw(3);
  234. border: pxtovw(1) solid rgba(221, 225, 230, 1);
  235. padding: pxtovw(10);
  236. }
  237. }
  238. }
  239. .uploadArea {
  240. display: flex;
  241. align-items: center;
  242. .tipps {
  243. margin-left: pxtovw(10);
  244. color: #FF5B3B
  245. }
  246. }
  247. .uploadFile {
  248. margin-top: pxtovw(29);
  249. .name {
  250. height: pxtovw(18);
  251. font-size: pxtovw(13);
  252. font-weight: 600;
  253. color: rgba(25, 34, 46, 1);
  254. line-height: pxtovw(18);
  255. span {
  256. height: pxtovw(18);
  257. font-size: pxtovw(13);
  258. font-weight: 600;
  259. color: #FF5B3B;
  260. line-height: pxtovw(18);
  261. }
  262. }
  263. .avatar-uploader {
  264. margin-top: pxtovw(9);
  265. width: pxtovw(184);
  266. height: pxtovw(136);
  267. overflow: hidden;
  268. position: relative;
  269. background: #fff;
  270. .el-icon-delete {
  271. display: none;
  272. }
  273. .el-upload {
  274. width: pxtovw(184);
  275. height: pxtovw(136);
  276. border: pxtovw(1) dashed #409eff;
  277. border-radius: pxtovw(6);
  278. cursor: pointer;
  279. position: relative;
  280. overflow: hidden;
  281. img {
  282. width: 100%;
  283. height: auto;
  284. object-fit: contain;
  285. object-position: top left;
  286. }
  287. &:hover {
  288. border-color: #409eff;
  289. .el-icon-delete {
  290. display: block;
  291. }
  292. }
  293. }
  294. .avatar-uploader-icon {
  295. position: absolute;
  296. top: 0;
  297. left: 0;
  298. font-size: pxtovw(44);
  299. color: #999;;
  300. width: pxtovw(184);
  301. height: pxtovw(136);
  302. line-height: pxtovw(100);
  303. text-align: center;
  304. }
  305. .avatar {
  306. width: pxtovw(184);
  307. height: pxtovw(136);
  308. display: block;
  309. }
  310. .title {
  311. position: absolute;
  312. left: 50%;
  313. bottom: pxtovw(40);
  314. transform: translateX(-50%);
  315. font-size: pxtovw(13);
  316. font-weight: 500;
  317. color: #409eff;
  318. line-height: pxtovw(18);
  319. text-decoration: underline;
  320. }
  321. }
  322. }
  323. .submitButton {
  324. margin-top: pxtovw(30);
  325. display: flex;
  326. align-items: center;
  327. height: pxtovw(55);
  328. .right {
  329. width: pxtovw(350);
  330. height: pxtovw(46);
  331. background: rgba(48, 142, 255, 1);
  332. box-shadow: 0 pxtovw(2) pxtovw(6) 0 rgba(48, 142, 255, 0.3);
  333. border-radius: pxtovw(2);
  334. display: flex;
  335. justify-content: center;
  336. align-items: center;
  337. cursor: pointer;
  338. p {
  339. height: pxtovw(20);
  340. font-size: pxtovw(14);
  341. font-weight: 500;
  342. color: rgba(255, 255, 255, 1);
  343. line-height: pxtovw(20);
  344. }
  345. &.noSubmit {
  346. cursor: not-allowed;
  347. background:rgba(236,236,236,1);
  348. box-shadow: none;
  349. p {
  350. color: #666;
  351. }
  352. }
  353. }
  354. }
  355. }
  356. }