WGShare.Client.Electron/src/components/StupWizard/index.module.scss

311 lines
4.5 KiB
SCSS

// 设置向导
.stupWizard {
height: 90vh;
display: flex;
.stupWizardLeft {
background-color: #0C111A;
flex-shrink: 0;
width: 154px;
height: 100%;
overflow-y: auto;
>div {
display: flex;
align-items: center;
cursor: pointer;
padding: 12px 16px;
box-sizing: border-box;
>span {
color: #EEEEEE;
font-size: 16px;
margin-left: 10px;
}
>img {
height: 20px;
}
}
.active {
background-color: #131924;
>span {
color: #5575F2;
}
}
}
.stupWizardRight {
flex-grow: 1;
height: 100%;
position: relative;
>div {
display: flex;
flex-direction: column;
height: 100%;
>span {
flex-shrink: 0;
color: #FFFFFF;
font-size: 16px;
border-bottom: 1px solid #292E33;
padding: 10px 20px;
box-sizing: border-box;
}
>div {
flex-grow: 1;
overflow-y: auto;
overflow-x: hidden;
padding: 20px;
box-sizing: border-box;
}
}
}
}
.videoComponents {
>div {
margin-bottom: 10px;
}
>div:nth-child(1) {
width: 100%;
height: 296px;
border-radius: 10px;
overflow: hidden;
border: 1px #292E33 solid;
position: relative;
>div {
width: 100%;
height: 100%;
z-index: 1;
position: absolute;
left: 0;
top: 0;
}
}
>div:nth-child(2) {
width: 100%;
display: flex;
align-items: center;
>span {
color: white;
}
}
>div:nth-child(3) {}
.beautyEffect {
>span {
color: white;
}
>div {
display: flex;
flex-wrap: wrap;
>div {
border: 1px transparent solid;
width: calc(100% /6);
padding: 5px;
box-sizing: border-box;
cursor: pointer;
>div {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
>label {
color: white;
background-color: rgba(0, 0, 0, 0.5);
}
>input {
position: absolute;
visibility: hidden;
}
}
>img {
width: 100%;
}
}
.active {
border: 1px white solid;
}
}
}
.otherVideoSeeting {
>div {
margin-bottom: 20px;
>span {
color: white;
}
>div {
margin-left: 40px;
flex-grow: 1;
>div {
display: flex;
align-items: center;
>span {
color: white;
white-space: nowrap;
}
>div {
flex-grow: 1;
margin-left: 10px;
}
}
}
}
}
}
.audioComponents {
>div {
padding-bottom: 20px;
border-bottom: 1px solid #292E33;
margin-bottom: 20px;
&:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border: none;
}
}
.audioComponentsSelect {
display: flex;
align-items: center;
margin-bottom: 10px;
>span {
color: #878787;
flex-shrink: 0;
}
>div {
color: #5575F2;
flex-shrink: 0;
cursor: pointer;
}
}
.audioComponentsVolume {
display: flex;
align-items: center;
margin-bottom: 10px;
>img {
margin-right: 20px;
height: 26px;
}
>div {
height: 40px;
position: relative;
>img {
height: 100%;
}
>div {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0%;
overflow: hidden;
>img {
height: 100%;
}
}
}
}
.audioComponentsSlider {
display: flex;
align-items: center;
margin-bottom: 10px;
>span {
color: #878787;
}
}
}
.recordingComponents {
>div {
margin-bottom: 20px;
>span {
color: #bfbfbf;
font-size: 16px;
}
>div {
display: flex;
align-items: center;
margin-top: 10px;
>span {
color: #878787;
white-space: nowrap;
}
}
}
}
.fileComponents {
>span {
color: #bfbfbf;
font-size: 16px;
}
>div {
display: flex;
align-items: center;
margin-top: 10px;
>span {
color: #878787;
white-space: nowrap;
}
}
}
.currencyComponents {
>div {
>div {
display: flex;
flex-direction: column;
>span {
color: #bfbfbf;
font-size: 16px;
}
}
}
}