4
This commit is contained in:
Anfioo
2026-01-14 11:39:11 +08:00
parent f7f9df17f1
commit be079067e6
265 changed files with 1217 additions and 486 deletions

View File

@@ -20,6 +20,15 @@
--vc-tab-text-color: #FFFFFF;
} */
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
position: fixed;
}
body {
margin: 0;
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@@ -1054,6 +1063,10 @@ ul.nav-second-level {
border-image: none;
border-style: solid solid none;
border-width: 1px 0;
clear: both;
max-height: 850px;
overflow-y: auto !important;
overflow-x: auto !important;
}
.ibox-content {
@@ -1417,7 +1430,7 @@ table.table-mail tr td {
}
.note-editor {
z-index: 3000!important;
/* z-index: 3000!important; */
}
@@ -1587,7 +1600,7 @@ table.table-mail tr td {
background: url(../img/login-bg.png) fixed center center
}
.carousel_div2 {
/*.carousel_div2 {
background: url(../img/login-bg1.png) fixed center center
}
@@ -2067,9 +2080,9 @@ table.table-mail tr td {
.staff::-webkit-scrollbar {
/*滚动条整体样式*/
width: 4px;
/*高宽分别对应横竖滚动条的尺寸*/
height: 4px;
width: 4px;
/*高宽分别对应横竖滚动条的尺寸*/
height: 4px;
}
.staff::-webkit-scrollbar-thumb {
@@ -2146,7 +2159,11 @@ table.table-mail tr td {
.vc-node-selected {
color: #FFFFFF;
background-color: #1ab394;
background-color: #3E77FC;
}
.vc-node-selected-line {
color: #3E77FC;
}
.vc-line {