一些调整
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
c57e3db41b
commit
76ca08a0ec
@ -1357,8 +1357,8 @@ h3 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0.8755rem 1.5rem;
|
padding: 0.8755rem 1.5rem;
|
||||||
color: #32325d;
|
color: #666a88;
|
||||||
color: var(--gray-dark);
|
/* color: var(--gray-dark); */
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -1393,7 +1393,7 @@ h5 {
|
|||||||
[data-tab-title],
|
[data-tab-title],
|
||||||
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
|
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
|
||||||
[data-page="admin-system-opkg"] #maincontent>.container {
|
[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-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
@ -3255,7 +3255,7 @@ label[data-index][data-depends] {
|
|||||||
#diag-rc-output>pre,
|
#diag-rc-output>pre,
|
||||||
#command-rc-output>pre,
|
#command-rc-output>pre,
|
||||||
[data-page="admin-services-wol"] .notice code {
|
[data-page="admin-services-wol"] .notice code {
|
||||||
font-size: 15px;
|
font-size: 12px;
|
||||||
font-family: auto;
|
font-family: auto;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
display: block;
|
display: block;
|
||||||
@ -3676,7 +3676,6 @@ div[style*="display:grid;grid-template-columns:repeat"] .ifacebox .ifacebox-body
|
|||||||
|
|
||||||
.commandbox {
|
.commandbox {
|
||||||
width: 24% !important;
|
width: 24% !important;
|
||||||
margin: 10px 0 0 10px !important;
|
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
border-bottom: thin solid #ccc;
|
border-bottom: thin solid #ccc;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
@ -3977,6 +3976,10 @@ pre.command-output {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cbi-progressbar::after {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-value-field .cbi-dropdown,
|
.cbi-value-field .cbi-dropdown,
|
||||||
.cbi-value-field .cbi-input-select,
|
.cbi-value-field .cbi-input-select,
|
||||||
.cbi-value input[type="text"],
|
.cbi-value input[type="text"],
|
||||||
@ -4079,7 +4082,7 @@ pre.command-output {
|
|||||||
#diag-rc-output>pre,
|
#diag-rc-output>pre,
|
||||||
#command-rc-output>pre,
|
#command-rc-output>pre,
|
||||||
[data-page="admin-services-wol"] .notice code {
|
[data-page="admin-services-wol"] .notice code {
|
||||||
font-size: 1rem;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
@ -4249,7 +4252,7 @@ pre.command-output {
|
|||||||
|
|
||||||
.commandbox {
|
.commandbox {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin-left: 0 !important;
|
margin-left: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:not(button),
|
.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>td,
|
||||||
tr>th,
|
tr>th,
|
||||||
.tr>.td,
|
.tr>.td,
|
||||||
.tr>.th,
|
.tr>.th,
|
||||||
.cbi-section-table-row::before,
|
.cbi-section-table-row::before,
|
||||||
#cbi-wireless>#wifi_assoclist_table>.tr:nth-child(2) {
|
#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>pre,
|
||||||
.modal>textarea {
|
.modal>textarea {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user