| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- @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;
- }
- }
- }
- }
- }
- }
|