一些调整

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-10-28 23:23:08 +08:00
parent c57e3db41b
commit 76ca08a0ec

View File

@ -1357,8 +1357,8 @@ h3 {
margin: 0;
margin-bottom: 0;
padding: 0.8755rem 1.5rem;
color: #32325d;
color: var(--gray-dark);
color: #666a88;
/* color: var(--gray-dark); */
border-radius: 0.375rem;
background: #fff;
font-weight: bold;
@ -1393,7 +1393,7 @@ h5 {
[data-tab-title],
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
[data-page="admin-system-opkg"] #maincontent>.container {
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 600;
font-style: normal;
line-height: normal;
@ -3255,7 +3255,7 @@ label[data-index][data-depends] {
#diag-rc-output>pre,
#command-rc-output>pre,
[data-page="admin-services-wol"] .notice code {
font-size: 15px;
font-size: 12px;
font-family: auto;
line-height: normal;
display: block;
@ -3676,7 +3676,6 @@ div[style*="display:grid;grid-template-columns:repeat"] .ifacebox .ifacebox-body
.commandbox {
width: 24% !important;
margin: 10px 0 0 10px !important;
padding: .5rem 1rem;
border-bottom: thin solid #ccc;
background: #eee;
@ -3977,6 +3976,10 @@ pre.command-output {
width: 100%;
}
.cbi-progressbar::after {
font-size: 13px;
}
.cbi-value-field .cbi-dropdown,
.cbi-value-field .cbi-input-select,
.cbi-value input[type="text"],
@ -4079,7 +4082,7 @@ pre.command-output {
#diag-rc-output>pre,
#command-rc-output>pre,
[data-page="admin-services-wol"] .notice code {
font-size: 1rem;
font-size: 12px;
}
.table {
@ -4249,7 +4252,7 @@ pre.command-output {
.commandbox {
width: 100% !important;
margin-left: 0 !important;
margin-left: 4px !important;
}
.btn:not(button),
@ -4318,16 +4321,18 @@ pre.command-output {
}
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 450px) {
tr>td,
tr>th,
.tr>.td,
.tr>.th,
.cbi-section-table-row::before,
#cbi-wireless>#wifi_assoclist_table>.tr:nth-child(2) {
padding: 1.1em 0.7rem;
padding: 1.1em 1rem;
}
}
@media screen and (max-width: 600px) {
.modal>pre,
.modal>textarea {
font-size: 0.8rem;