.form-item {
|
margin: 0 auto;
|
width: 456px;
|
height: 48px;
|
margin-bottom: 4px;
|
background-color: #f2f2f7;
|
border-radius: 8px;
|
|
::v-deep .el-form-item__content {
|
display: flex;
|
justify-content: space-between;
|
padding-right: 20px;
|
}
|
|
.switch-bar {
|
display: flex;
|
margin: 0;
|
padding: 0;
|
justify-content: space-between;
|
align-items: center;
|
width: 100%;
|
|
::v-deep .name {
|
font-size: 14px;
|
}
|
}
|
|
.item-title {
|
font-size: 14px;
|
color: #4f4f4f;
|
font-weight: 700;
|
}
|
|
.inputContain,
|
.el-slider {
|
flex: 1;
|
margin-left: 32px;
|
}
|
|
.inputContain {
|
display: flex;
|
justify-content: end;
|
}
|
|
.el-input,
|
.ip-input-container {
|
width: 305px;
|
}
|
|
.el-select {
|
max-width: 305px;
|
}
|
|
.el-radio-group {
|
flex: 1;
|
margin-left: 60px;
|
text-align: left;
|
}
|
|
.el-radio-group ::v-deep .el-radio__label {
|
font-size: 12px;
|
font-weight: 700;
|
color: #4f4f4f;
|
}
|
|
.ip-input-container {
|
border-radius: 20px;
|
}
|
|
::v-deep .el-slider__button {
|
margin-top: -25px !important;
|
border: none !important;
|
&::after {
|
display: block;
|
position: relative;
|
content: "\e75d";
|
color: var(--colorCard);
|
font-family: "iconfont" !important;
|
font-size: 16px;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
}
|
|
.slider-info {
|
margin-left: 5px;
|
font-size: 12px;
|
color: #4f4f4f;
|
font-weight: 700;
|
}
|
|
::v-deep .el-slider__bar {
|
z-index: 1;
|
background-color: var(--colorCard) !important;
|
}
|
}
|
|
.title {
|
color: #4f4f4f;
|
font-size: 16px;
|
text-align: center;
|
}
|
|
.form-data {
|
margin-top: 16px;
|
width: 456px;
|
margin: 0 auto;
|
}
|
|
.ok {
|
margin: 0 auto;
|
margin-top: 36px;
|
width: 188px;
|
height: 40px;
|
cursor: pointer;
|
border-radius: 25px;
|
background-color: var(--colorCard);
|
color: #fff;
|
line-height: 40px;
|
font-weight: bold;
|
font-size: 16px;
|
}
|
|
.channel {
|
margin-left: 34px;
|
font-size: 12px;
|
font-weight: 700;
|
.channelCount {
|
color: rgb(78, 148, 255);
|
}
|
}
|