2022-07-19 21:17:53 +08:00

80 lines
1.9 KiB
SCSS

.bindSalesmanPage_main{
display: flex;
flex-direction: column;
align-items: center;
.header_image{
width: 240px;
height: 188px;
padding: 50px 0;
image{
width: 100%;
height: 100%;
}
}
.salesman_name{
font-size: 30px;
color: #007AFF;
box-sizing: border-box;
padding-top: 50px;
text{
&:nth-child(2) {
margin-left: 20px;
}
}
}
.inputCode{
width: 670px;
height: 106px;
background: #f6f6f6;
border: 2px solid #f0f0f0;
border-radius: 20px;
display: flex;
align-items: center;
padding: 20px 0 20px 30px;
box-sizing: border-box;
position: relative;
input{
flex:1;
z-index: 0;
}
.scan_code{
width: 101px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
border-left: 1PX solid #ccc;
.miconfont{
font-size: 50px;
color: #007AFF;
}
}
.close_btn{
padding: 0 20px;
}
}
.btns{
width: 670px;
height: 90px;
opacity: 0.6;
background: linear-gradient(41deg,#007aff, #3a9bfd 86%, #4ba2fa 100%);;
border-radius: 46px;
text-align: center;
line-height: 90px;
color: #fff;
margin-top: 50px;
}
.message{
padding: 150px 30px 20px 30px;
color: #ABABAB;
font-size: 28px;
text{
display: block;
margin-bottom: 30px;
&:nth-child(1) {
text-align: center;
font-weight: 700;
}
}
}
}