mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 22:36:58 +08:00
183 lines
2.7 KiB
CSS
183 lines
2.7 KiB
CSS
html, body {
|
|
padding: 0;
|
|
word-break: break-all;
|
|
}
|
|
|
|
section {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
padding: 15px;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.layui-header {
|
|
line-height: 60px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.layui-layout-admin .layui-side {
|
|
width: 225px !important;
|
|
}
|
|
|
|
.layui-side-scroll {
|
|
width: 245px !important;
|
|
position: absolute !important;
|
|
top: 0 !important;
|
|
bottom: 24px !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
.layui-logo {
|
|
width: 225px !important;
|
|
}
|
|
|
|
.layui-title {
|
|
position: absolute;
|
|
left: 225px !important;
|
|
right: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.layui-nav.layui-nav-tree {
|
|
width: 225px !important;
|
|
}
|
|
|
|
.layui-body {
|
|
left: 225px;
|
|
}
|
|
|
|
#searchForm input {
|
|
height: 30px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
#searchForm .layui-input-suffix,
|
|
#searchForm .layui-input-prefix {
|
|
line-height: 30px;
|
|
padding: 0;
|
|
}
|
|
|
|
#addUserForm {
|
|
padding: 15px 15px 0 15px;
|
|
}
|
|
|
|
#addUserForm .layui-form-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#addUserForm .layui-textarea {
|
|
min-height: 80px;
|
|
padding: 9px 10px;
|
|
resize: none;
|
|
}
|
|
|
|
.layui-form-label {
|
|
width: 140px;
|
|
}
|
|
|
|
.layui-input-block {
|
|
margin-left: 170px;
|
|
}
|
|
|
|
.layui-btn-sm {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.layui-btn-xs {
|
|
line-height: 20px;
|
|
}
|
|
|
|
.layui-btn-container {
|
|
height: 30px;
|
|
}
|
|
|
|
.layui-layer-btn > a[class^=layui-layer-btn] {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.layui-table-page {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
section.server-info {
|
|
display: flex;
|
|
}
|
|
|
|
section.server-info .text-info,
|
|
section.server-info .chart-info {
|
|
flex: 1;
|
|
}
|
|
|
|
section.server-info .text-info {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
section.server-info .text-row {
|
|
display: flex;
|
|
font-size: 14px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
section.server-info .text-row .text-col {
|
|
flex: 1;
|
|
}
|
|
|
|
section.server-info .chart-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
section.server-info .chart-info > .chart-traffic,
|
|
section.server-info .chart-info > .chart-count {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
section.server-info .chart-info > .chart-count {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
section.server-info .chart-info #trafficPieChart,
|
|
section.server-info .chart-info #countPieChart {
|
|
width: 400px;
|
|
height: 250px;
|
|
}
|
|
|
|
.toggle-proxy-info-arrow {
|
|
display: inline-block;
|
|
transition-duration: 0.2s;
|
|
}
|
|
|
|
.toggle-proxy-info-arrow.open {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.proxy-info .layui-row {
|
|
font-size: 14px !important;
|
|
padding: 10px;
|
|
}
|
|
|
|
.proxy-info .layui-col-xs6 .layui-row {
|
|
padding: 0;
|
|
}
|
|
|
|
#trafficBarChart {
|
|
height: 100%;
|
|
}
|
|
|
|
.version {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
} |