@import "../scssCommon.scss"; .companyVerifyInput { width: 1000px !important; min-height: 937px; background: rgba(255, 255, 255, 1); .titleArea { width: calc(100% - 40px); height: 90px; margin: 0 20px; display: flex; justify-content: center; align-items: center; border-bottom: 2px solid rgba(0, 0, 0, 0.06); p { font-size: 26px; font-weight: 500; color: rgba(29, 42, 58, 1); line-height: 37px; height: 37px; } } .bodyArea { width: 500px; margin: 0 auto; .topTips { margin-top: 40px; p { color: #666666; font-size: 13px; line-height: 25px; &:nth-child(1) { color: #222; font-size: 14px; } &:nth-child(6) { } &:nth-child(2-5) { } } } .inputArea { .inputBox { margin-top: 31px; p { height: 23px; font-size: 16px; font-weight: 500; color: rgba(25, 34, 46, 1); line-height: 23px; text-align: left; } input { margin-top: 3px; width: 396px; height: 54px; background: rgba(255, 255, 255, 1); border-radius: 3px; border: 1px solid rgba(221, 225, 230, 1); padding: 10px; } } } .uploadFile { margin-top: 27px; .name { height: 18px; font-size: 13px; font-weight: 600; color: rgba(25, 34, 46, 1); line-height: 18px; span { height: 18px; font-size: 13px; font-weight: 600; color: #FF5B3B; line-height: 18px; } } .uploadArea { display: flex; align-items: center; .tipps { margin-left: 10px; color: #FF5B3B } } .avatar-uploader { margin-top: 9px; width: 184px; height: 136px; overflow: hidden; position: relative; background: #fff; .el-icon-delete { display: none; } .el-upload { width: 184px; height: 136px; border: 1px dashed #409eff; border-radius: 6px; cursor: pointer; position: relative; overflow: hidden; img { width: 100%; height: auto; object-fit: contain; object-position: top left; } &:hover { border-color: #409eff; .el-icon-delete { display: block; } } } .avatar-uploader-icon { position: absolute; top: 0; left: 0; font-size: 44px; color: #999;; width: 184px; height: 136px; line-height: 100px; text-align: center; } .avatar { width: 184px; height: 136px; display: block; } .title { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); font-size: 13px; font-weight: 500; color: #409eff; line-height: 18px; text-decoration: underline; } } } .submitButton { margin-top: 36px; display: flex; align-items: center; height: 55px; .right { width: 153px; height: 46px; background: rgba(48, 142, 255, 1); box-shadow: 0px 2px 6px 0px rgba(48, 142, 255, 0.3); border-radius: 2px; display: flex; justify-content: center; align-items: center; cursor: pointer; p { height: 20px; font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, 1); line-height: 20px; } &.noSubmit { cursor: not-allowed; background:rgba(236,236,236,1); box-shadow: none; p { color: #666; } } } } } } .companyVerifyInputMobile { width: 100vw !important; -webkit-overflow-scrolling: touch; background: rgba(255, 255, 255, 1); padding: 0 pxtovw(10) pxtovw(80) pxtovw(10); margin: 0; .titleArea { width: 100%; height: pxtovw(62); display: flex; justify-content: center; align-items: center; border-bottom: pxtovw(2) solid rgba(0, 0, 0, 0.06); p { font-size: pxtovw(20); font-weight: 500; color: rgba(29, 42, 58, 1); line-height: pxtovw(28); height: pxtovw(28); } } .bodyArea { width: 100%; margin: 0 auto; .topTips { margin-top: pxtovw(32); p { color: #666666; font-size: pxtovw(13); line-height: pxtovw(25); &:nth-child(1) { color: #222; font-size: pxtovw(14); } } } .inputArea { .inputBox { margin-top: pxtovw(31); p { height: pxtovw(20); font-size: pxtovw(14); font-weight: 500; color: rgba(25, 34, 46, 1); line-height: pxtovw(20); text-align: left; } input { margin-top: pxtovw(5); width: pxtovw(350); height: pxtovw(44); background: rgba(255, 255, 255, 1); border-radius: pxtovw(3); border: pxtovw(1) solid rgba(221, 225, 230, 1); padding: pxtovw(10); } } } .uploadArea { display: flex; align-items: center; .tipps { margin-left: pxtovw(10); color: #FF5B3B } } .uploadFile { margin-top: pxtovw(29); .name { height: pxtovw(18); font-size: pxtovw(13); font-weight: 600; color: rgba(25, 34, 46, 1); line-height: pxtovw(18); span { height: pxtovw(18); font-size: pxtovw(13); font-weight: 600; color: #FF5B3B; line-height: pxtovw(18); } } .avatar-uploader { margin-top: pxtovw(9); width: pxtovw(184); height: pxtovw(136); overflow: hidden; position: relative; background: #fff; .el-icon-delete { display: none; } .el-upload { width: pxtovw(184); height: pxtovw(136); border: pxtovw(1) dashed #409eff; border-radius: pxtovw(6); cursor: pointer; position: relative; overflow: hidden; img { width: 100%; height: auto; object-fit: contain; object-position: top left; } &:hover { border-color: #409eff; .el-icon-delete { display: block; } } } .avatar-uploader-icon { position: absolute; top: 0; left: 0; font-size: pxtovw(44); color: #999;; width: pxtovw(184); height: pxtovw(136); line-height: pxtovw(100); text-align: center; } .avatar { width: pxtovw(184); height: pxtovw(136); display: block; } .title { position: absolute; left: 50%; bottom: pxtovw(40); transform: translateX(-50%); font-size: pxtovw(13); font-weight: 500; color: #409eff; line-height: pxtovw(18); text-decoration: underline; } } } .submitButton { margin-top: pxtovw(30); display: flex; align-items: center; height: pxtovw(55); .right { width: pxtovw(350); height: pxtovw(46); background: rgba(48, 142, 255, 1); box-shadow: 0 pxtovw(2) pxtovw(6) 0 rgba(48, 142, 255, 0.3); border-radius: pxtovw(2); display: flex; justify-content: center; align-items: center; cursor: pointer; p { height: pxtovw(20); font-size: pxtovw(14); font-weight: 500; color: rgba(255, 255, 255, 1); line-height: pxtovw(20); } &.noSubmit { cursor: not-allowed; background:rgba(236,236,236,1); box-shadow: none; p { color: #666; } } } } } }