76 lines
1.8 KiB
SCSS
76 lines
1.8 KiB
SCSS
.bindSalesman_main{
|
|
width: 100%;
|
|
height: 100vh;
|
|
position: fixed;
|
|
left:0;
|
|
top:0;
|
|
.bindSalesman_pop{
|
|
width: 598px;
|
|
height: 654px;
|
|
background: #ffffff;
|
|
border-radius: 40px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position:absolute;
|
|
margin:auto;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 1999;
|
|
.bindSalesman_header{
|
|
height: 300px;
|
|
width: 100%;
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 40px 40px 0 0;
|
|
}
|
|
}
|
|
.bindSalesman_message{
|
|
color: #707070;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
flex:1;
|
|
font-size: 26px;
|
|
padding: 0 30px;
|
|
text{
|
|
display: block;
|
|
&:nth-child(1) {
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
}
|
|
.bindSalesman_operation{
|
|
display: flex;
|
|
.btns{
|
|
flex:1;
|
|
border-top: 1PX solid #dddddd;
|
|
height: 128px;
|
|
text-align: center;
|
|
line-height: 128px;
|
|
font-size: 26px;
|
|
color: #707070;
|
|
&:nth-child(2) {
|
|
border-left: 1PX solid #dddddd;
|
|
color: #007AFF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bindSalesman_mask{
|
|
z-index: 99;
|
|
position: absolute;
|
|
left:0;
|
|
top:0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.8;
|
|
background: #000000;
|
|
}
|
|
} |