2024-02-25 10:16:57 -05:00
|
|
|
/* 屏幕适配 */
|
|
|
|
@media only screen and (min-width:1200px) {
|
|
|
|
.ui.container {
|
2024-08-13 11:50:55 -04:00
|
|
|
width: 95% !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
font-size: 90% !important;
|
2024-02-26 07:58:50 -05:00
|
|
|
max-width: 1300px !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
}
|
2024-08-13 11:50:55 -04:00
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
@media only screen and (max-width:767px) {
|
2024-08-13 11:50:55 -04:00
|
|
|
|
|
|
|
.ui.card>.content>.header:not(.ui),
|
|
|
|
.ui.cards>.card>.content>.header:not(.ui) {
|
|
|
|
margin-top: 0.4em !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
2024-08-13 11:50:55 -04:00
|
|
|
|
|
|
|
.ui.menu .item>img:not(.ui) {
|
2024-02-25 10:16:57 -05:00
|
|
|
width: 2.2rem;
|
|
|
|
}
|
2024-08-13 11:50:55 -04:00
|
|
|
|
|
|
|
.ui.menu .item:before {
|
|
|
|
width: 0.5px;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
2024-08-13 11:50:55 -04:00
|
|
|
|
|
|
|
.ui.menu .item {
|
2024-02-25 10:16:57 -05:00
|
|
|
padding: 0.9rem 0.55rem;
|
|
|
|
}
|
2024-08-13 11:50:55 -04:00
|
|
|
|
|
|
|
.ui.large.menu {
|
2024-02-25 10:16:57 -05:00
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
i.icon {
|
2024-08-13 11:50:55 -04:00
|
|
|
color: #000;
|
|
|
|
width: 1.2em !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
2024-08-13 11:50:55 -04:00
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
i.fi {
|
2024-08-13 11:50:55 -04:00
|
|
|
width: 0.9em;
|
|
|
|
margin: 0px 6px 0px 2px;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2024-08-13 11:50:55 -04:00
|
|
|
content: " " !important;
|
|
|
|
background: fixed !important;
|
|
|
|
z-index: -1 !important;
|
|
|
|
top: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
left: 0 !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nb-container {
|
|
|
|
padding-top: 75px;
|
|
|
|
min-height: 100vh;
|
|
|
|
padding-bottom: 65px;
|
|
|
|
margin-bottom: -47px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app .ui.fluid.accordion {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login.nb-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-top: unset;
|
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.login.nb-container>.grid {
|
2024-02-25 10:16:57 -05:00
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.login.nb-container>.grid .column {
|
2024-02-25 10:16:57 -05:00
|
|
|
max-width: 450px;
|
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.ui.menu .item-right:before {
|
|
|
|
width: 0px;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .flag {
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.status.cards .header>.info.icon {
|
2024-02-25 10:16:57 -05:00
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2024-02-25 20:31:16 -05:00
|
|
|
.ui.grid {
|
2024-08-13 11:50:55 -04:00
|
|
|
margin-bottom: -0.5em
|
2024-02-25 20:31:16 -05:00
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.ui.card>.content>.header:not(.ui),
|
|
|
|
.ui.cards>.card>.content>.header:not(.ui) {
|
2024-02-25 20:31:16 -05:00
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
.status.cards .wide.column {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 0 !important;
|
2024-08-13 11:50:55 -04:00
|
|
|
height: 2.3rem !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .wide.column:nth-child(1) {
|
2024-08-13 11:50:55 -04:00
|
|
|
margin-top: 1.2rem !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .wide.column:nth-child(2) {
|
2024-08-13 11:50:55 -04:00
|
|
|
margin-top: 1.2rem !important;
|
2024-02-25 20:31:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .three.wide.column {
|
|
|
|
text-align: center;
|
2024-08-13 11:50:55 -04:00
|
|
|
width: 22% !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.status.cards .thirteen.wide.column {
|
|
|
|
width: 78% !important;
|
|
|
|
padding-left: 0;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .description {
|
2024-08-13 11:50:55 -04:00
|
|
|
padding-bottom: 0 !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .flag {
|
2024-08-13 11:50:55 -04:00
|
|
|
margin-right: 0.5rem !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.status.cards .header>.info.icon {
|
2024-02-25 10:16:57 -05:00
|
|
|
float: right;
|
2024-08-13 11:50:55 -04:00
|
|
|
margin-right: 0 !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui.popup:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.closePopup {
|
|
|
|
color: rgb(10, 148, 242) !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
position: absolute;
|
2024-02-25 20:31:16 -05:00
|
|
|
top: 7px;
|
2024-02-25 10:16:57 -05:00
|
|
|
right: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 9999;
|
|
|
|
}
|
|
|
|
|
2024-06-22 10:51:42 -04:00
|
|
|
.temp-detail {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
.ui.content {
|
2024-08-13 11:50:55 -04:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 1em !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .ui.content.popup {
|
2024-08-13 11:50:55 -04:00
|
|
|
min-width: calc(100%) !important;
|
|
|
|
line-height: 2rem !important;
|
|
|
|
border-radius: 5px !important;
|
|
|
|
border: 1px solid transparent !important;
|
|
|
|
font-family: Arial, Helvetica, sans-serif !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.status.cards .outline.icon {
|
2024-08-13 11:50:55 -04:00
|
|
|
margin-right: 1px !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui.progress .bar {
|
2024-08-13 11:50:55 -04:00
|
|
|
min-width: 1.8em !important;
|
|
|
|
border-radius: 5px !important;
|
|
|
|
line-height: 1.65em !important;
|
2024-02-25 10:16:57 -05:00
|
|
|
text-align: right;
|
|
|
|
padding-right: 0.4em;
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
font-weight: 700;
|
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-status .delay-today {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-08-13 11:50:55 -04:00
|
|
|
.service-status .delay-today>i {
|
2024-02-25 10:16:57 -05:00
|
|
|
display: inline-block;
|
|
|
|
width: 1.2em;
|
|
|
|
height: 1.2em;
|
|
|
|
border-radius: 0.6em;
|
|
|
|
background-color: grey;
|
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-status .danger {
|
|
|
|
background-color: crimson !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-status .good {
|
|
|
|
background-color: rgb(10, 148, 242) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-status .warning {
|
|
|
|
background-color: orange !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nezha-primary-btn {
|
|
|
|
background-color: #0338d6 !important;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nezha-primary-font {
|
|
|
|
color: #0338d6 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nezha-secondary-font {
|
2024-02-25 20:31:16 -05:00
|
|
|
height: 1em;
|
2024-02-25 10:16:57 -05:00
|
|
|
color: rgb(10, 148, 242) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-alerts.top-center {
|
|
|
|
z-index: 99999999;
|
|
|
|
}
|