2022-04-09 21:33:21 +00:00
|
|
|
body {
|
|
|
|
transform: scale(1);
|
2022-11-13 20:43:59 +00:00
|
|
|
width: 700px;
|
2022-04-09 21:33:21 +00:00
|
|
|
}
|
|
|
|
.container {
|
2022-05-22 13:10:10 +00:00
|
|
|
background: url("./imgs/bg.png") #000144 left top no-repeat;
|
2022-11-13 20:43:59 +00:00
|
|
|
background-size: 700px auto;
|
|
|
|
width: 700px;
|
2022-04-09 21:33:21 +00:00
|
|
|
}
|
|
|
|
.head-box {
|
|
|
|
margin: 0 0 80px 0;
|
|
|
|
}
|
|
|
|
.cfg-box {
|
|
|
|
border-radius: 15px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 5px 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
background: #f5f5f5;
|
2022-05-22 13:10:10 +00:00
|
|
|
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
|
2022-04-09 21:33:21 +00:00
|
|
|
position: relative;
|
2022-05-22 13:10:10 +00:00
|
|
|
background: rgba(35, 38, 57, 0.8);
|
2022-04-09 21:33:21 +00:00
|
|
|
}
|
|
|
|
.cfg-group {
|
|
|
|
color: #ceb78b;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
.cfg-li {
|
|
|
|
border-radius: 18px;
|
|
|
|
min-height: 36px;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background: rgba(203, 196, 190, 0);
|
|
|
|
}
|
|
|
|
.cfg-line {
|
|
|
|
color: #4e5769;
|
|
|
|
line-height: 36px;
|
|
|
|
padding-left: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 16px;
|
|
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
2022-05-22 13:10:10 +00:00
|
|
|
background: url("./imgs/cfg-right.jpg") right top #cbc4be no-repeat;
|
2022-04-09 21:33:21 +00:00
|
|
|
background-size: auto 36px;
|
|
|
|
}
|
|
|
|
.cfg-hint {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
|
|
|
.cfg-status {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
height: 36px;
|
|
|
|
width: 160px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 36px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #495366;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 0 16px 16px 0;
|
|
|
|
}
|
|
|
|
.cfg-status.status-off {
|
|
|
|
color: #a95151;
|
|
|
|
}
|
|
|
|
.cfg-desc {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #cbc4be;
|
|
|
|
margin: 5px 0 5px 20px;
|
2022-05-22 13:10:10 +00:00
|
|
|
}
|
2022-08-24 01:07:06 +00:00
|
|
|
/*# sourceMappingURL=index.css.map */
|