1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

update app

This commit is contained in:
suyuan 2023-06-23 02:14:05 +08:00
parent b8ec680e11
commit 8836ce80c2
255 changed files with 9752 additions and 23582 deletions

View file

@ -8,7 +8,6 @@
.Dashboard h3 {
color:#000;
background: transparent;
}
.Dashboard hr {
@ -21,7 +20,7 @@
}
.Dashboard .box-s1 {
min-height: 550px;
min-height: 466px;
}
.Dashboard .internet-status-self .internet-status-info .title {
@ -33,13 +32,6 @@
background-color: #e0e0e0;
}
.Dashboard div > table > tbody > tr:nth-of-type(2n), div > .table > .tr:nth-of-type(2n) {
background-color: transparent;
}
.Dashboard .tr {
background-color: transparent;
}
.Dashboard .title {
text-align: center;
}
@ -109,11 +101,11 @@
}
.Dashboard .internet-status-self .settings-info p:first-child span:first-child{
font-size: 12px;
font-size: 15px;
font-weight: 500;
}
//.Dashboard .internet-status-self .settings-info p:first-child span:first-child,
.Dashboard .internet-status-self .settings-info p:nth-child(2) span:first-child,
.Dashboard .router-status-wifi .wifi-info .settings-info p:first-child span:first-child,
.Dashboard .router-status-wifi .wifi-info .settings-info p:nth-child(2) span:first-child{
font-weight: 700;
@ -128,10 +120,11 @@
.Dashboard .settings-info p span:nth-child(2){
display: inline-block;
word-break: break-all;
overflow: hidden;
max-height: 16px;
position: relative;
top:2px;
}
.Dashboard .settings-info p span:nth-child(2).label {
padding: 1px 4px 1px 4px;
font-size: 9.75px;
}
.Dashboard .router-status-info .settings-info p span:nth-child(2){
@ -199,14 +192,6 @@
border-bottom:1px solid rgba(0,0,0,.1);
}
.Dashboard .label-success {
background-color: green;
}
.Dashboard .label-danger {
background-color: red;
}
/**
* Responsive
**/