85 lines
1.4 KiB
SCSS
85 lines
1.4 KiB
SCSS
// 设置向导
|
|
.stupWizard {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
>div:nth-child(1) {
|
|
padding: 20px 0 0;
|
|
overflow-x: hidden;
|
|
max-height: 60vh;
|
|
overflow-y: auto;
|
|
|
|
>div:nth-child(1) {
|
|
color: #EEEEEE;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
|
|
>div:nth-child(2) {
|
|
>div {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 22px;
|
|
|
|
>span {
|
|
flex-shrink: 0;
|
|
color: #828282;
|
|
font-size: 18px;
|
|
width: 130px;
|
|
}
|
|
}
|
|
}
|
|
|
|
>div:nth-child(3) {
|
|
margin-top: 34px;
|
|
|
|
>span {
|
|
color: #828282;
|
|
font-size: 18px;
|
|
}
|
|
|
|
>div {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 20px;
|
|
|
|
>img {
|
|
flex-shrink: 0;
|
|
width: 36px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
>div {
|
|
flex-grow: 1;
|
|
height: 40px;
|
|
position: relative;
|
|
|
|
>img {
|
|
height: 100%;
|
|
}
|
|
|
|
>div {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 0%;
|
|
overflow: hidden;
|
|
|
|
>img {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
>div:nth-child(2) {
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
margin-top: 20px;
|
|
}
|
|
} |