You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

344 lines
4.7 KiB
SCSS

.setting-main{
padding-bottom: 80px !important;
}
.setting-container{
padding: 20px !important;
.setting-title{
font-weight: bold;
font-size: 15px;
padding-bottom: 20px;
}
.setting-content{
font-size: 14px;
}
.setting-tag{
display: inline-block;
background-color: #ecf5ff;
border: 1px solid #d9ecff;
color: #409eff;
font-size: 12px;
padding: 2px 5px;
}
.info-setting-title {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
}
}
.setting-radio{
white-space: nowrap;
.is-checked{
.el-radio__inner{
background: transparent;
}
.el-radio__inner::after{
background: #1890ff;
width: 60%;
height: 60%;
}
}
.setting-radio-input{
margin-left: 20px;
width: 100%;
}
}
.setting-btn-area{
margin-top: 20px;
width: 100%;
color: #000000d9;
border: 1px dashed #d9d9d9;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 0;
.buttonText{
margin-left: 4px;
}
}
.setting-btn-area:hover{
cursor: pointer;
color: rgb(64, 169, 255);
border-color: rgb(64, 169, 255);
}
.setting-footer-btn{
width: 100%;
position: fixed;
z-index: 10;
bottom: 0;right: 0;
height: auto;
padding: 20px;
background-color: #ffffff;
border-top: 1px solid rgb(236, 237, 238);
display: flex;
align-items: center;
justify-content: flex-end;
}
.setting-icon-paperclip{
font-size: 18px;
margin: 0 4px;
}
.setting-imageUpload{
.el-upload--picture-card{
width: 80px;
height: 80px;
display: inline-flex;
align-items: center;
justify-content: center;
i{
font-size: 18px;
}
}
.el-upload-list--picture-card{
display: inline-block;
.el-upload-list__item{
width: 80px;
height: 80px;
}
}
}
.setting-videoUpload{
.el-upload--picture-card{
display: flex;
position: relative;
}
.el-upload--picture-card>div{
display: flex;
}
.success-icon{
min-width: 80px;
}
.success,.hide{
position: absolute !important;
left: 0;
}
}
.setting-operateList{
padding-bottom: 30px;
}
.setting-card:last-child{
margin-bottom: 0px;
}
.setting-card{
border: 1px solid rgb(222,222,222);
background-color: white;
margin-bottom: 20px;
.card-title{
border-bottom: 1px solid rgb(222,222,222);
font-size: 16px;
font-weight: bold;
padding: 20px 30px;
}
.card-content{
padding:25px 30px;
font-size: 14px;
.card-label{
white-space: nowrap;
margin-bottom: 5px;
}
}
}
.card-show{
border: 1px solid rgb(27, 145, 255);
padding: 20px 14px;
background-color: white;
.card-show-title{
text-align: center;
font-size: 20px;
color: rgb(27, 145, 255);
padding-bottom: 20px;
}
.card-show-group{
font-size: 14px;
.show-group-label{
margin-bottom: 4px;
}
.show-group-content{
background-color: #f4f7fe;
width: 100%;
padding: 8px;
text-align: center;
word-wrap: break-word;
}
}
}
.expand{
transform: rotateZ(-90deg);
transition: all 0.3s;
}
.expand-active{
transform: rotateZ(0deg);
transition: all 0.3s;
}
.infos{
transition:max-height linear 0.7s;
overflow: hidden;
max-height: 0px;
&.infos-active {
max-height: 2000px;
}
}
.bgColor-ebeef5{
background-color: #ebeef5;
}
.mr-4{
margin-right: 4px;
}
.mr-6{
margin-right: 6px;
}
.mb-10{
margin-bottom: 10px;
}
.mb-16{
margin-bottom: 16px;
}
.mr-5{
margin-right: 5px;
}
.mr-10{
margin-right: 10px;
}
.mb-12{
margin-bottom: 12px;
}
.mlr-10{
margin:0 10px;
}
.mtb-10{
margin-top: 10px;
margin-bottom: 10px;
}
.p-20{
padding: 20px;
}
.pb-20{
padding-bottom: 20px;
}
.plr-20{
padding-left: 20px;
padding-right: 20px;
}
.w160{
width: 160px;
}
.w200{
width: 200px;
}
.w400 {
width: 400px;
}
.fs-10{
font-size: 10px;
}
.fs-12{
font-size: 12px;
}
.fs-14{
font-size: 14px;
}
.fs-16{
font-size: 16px;
}
.fs-18{
font-size: 18px;
}
.font-bold{
font-weight: bold;
}
.flex{
display: flex;
}
.flex-jcenter{
display: flex;
align-items: center;
justify-content: space-between;
}
.flex-jend{
display: flex;
align-items: center;
justify-content: flex-end;
}
.flex-fs{
display: flex;
align-items: flex-start;
}
.flex-col{
display: flex;
flex-direction: column;
}
.ali-fs{
align-items: flex-start;
}
.operate-icon{
font-size: 16px;
color: rgb(225, 225, 225);
cursor: not-allowed;
}
.operate-active{
color: rgb(37, 37, 37);
cursor: pointer;
}
.setting-operateInfo{
.el-tag{
margin-right: 12px;
}
}
.setExpand{
cursor: pointer;
}
.icon-logo{
width: 36px;
height: 43px;
margin-right: 7px;
}