141 lines
2.7 KiB
CSS
141 lines
2.7 KiB
CSS
.setting-content {
|
|
background: rgb(255, 255, 255);
|
|
border-radius: 14px;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.left_margin {
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.setting-content .kmi-layout-main-content {
|
|
display: flex;
|
|
}
|
|
|
|
.setting-content .setting-sidebar-left {
|
|
padding: 16px;
|
|
height: calc(100% - 64px);
|
|
overflow: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: calc(100% - 185px);
|
|
}
|
|
|
|
.setting-content .setting-sidebar-right {
|
|
padding: 16px;
|
|
height: calc(100% - 64px);
|
|
width: 185px;
|
|
}
|
|
|
|
.setting-content .kmi-text-fields--triangle>input {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-fields-group1 .label>label:FIRST-CHILD {
|
|
background-color: #378fcb;
|
|
}
|
|
|
|
.text-fields-group1 .label>.triangle {
|
|
border-color: transparent transparent transparent #378fcb;
|
|
}
|
|
|
|
.text-fields-group2 .label>label:FIRST-CHILD {
|
|
background-color: #66bc84;
|
|
}
|
|
|
|
.text-fields-group2 .label>.triangle {
|
|
border-color: transparent transparent transparent #66bc84;
|
|
}
|
|
|
|
.text-fields-group3 .label>label:FIRST-CHILD {
|
|
background-color: #e2b446;
|
|
}
|
|
|
|
.text-fields-group3 .label>.triangle {
|
|
border-color: transparent transparent transparent #e2b446;
|
|
}
|
|
|
|
.setting-content .fields-ip>input {
|
|
flex: 1;
|
|
border-color: transparent transparent transparent #e2b446;
|
|
}
|
|
|
|
.switch-ip {
|
|
box-sizing: border-box;
|
|
font-size: 20px;
|
|
margin-bottom: 12px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 32px;
|
|
align-items: center;
|
|
position: relative;
|
|
background-color: white;
|
|
border-radius: 4px 4px 4px 4px;
|
|
}
|
|
|
|
.switch-ip .triangle {
|
|
position: relative;
|
|
left: 0 px;
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-color: #378fcb transparent transparent transparent;
|
|
border-width: 32px 0 0 36px;
|
|
}
|
|
|
|
.switch-ip .switch-ip__fixed {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
border-radius: 4px 0px 0px 4px;
|
|
text-align: center;
|
|
}
|
|
|
|
.switch-ip .switch-ip__dhcp {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
border-radius: 0 4px 4px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.switch-ip .is-selected {
|
|
position: relative;
|
|
background-color: #378fcb;
|
|
color: white;
|
|
}
|
|
|
|
/*越南文設定*/
|
|
|
|
.vi_VN .setting-content .kmi-text-fields--triangle .label>label:FIRST-CHILD {
|
|
width: 300px;
|
|
}
|
|
|
|
@media (max-width: 680px) {
|
|
.setting-content .kmi-layout-main-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.setting-content .setting-sidebar-left {
|
|
height: auto;
|
|
}
|
|
.setting-content .setting-sidebar-right {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding-right: 88px;
|
|
width: initial;
|
|
}
|
|
.kmi-button.setting-right-btn {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.rdo-lotno {
|
|
position: absolute;
|
|
left: 25%;
|
|
top: 15%;
|
|
}
|
|
|
|
.rdo-carno {
|
|
position: absolute;
|
|
left: 75%;
|
|
top: 15%;
|
|
} |