1575 lines
26 KiB
CSS
1575 lines
26 KiB
CSS
:root {
|
||
--vc-page-bg-color: #F6F6F7;
|
||
--vc-menu-main-bg: #1F2339;
|
||
--vc-menu-main-font-color: #838A9B;
|
||
--vc-menu-main-bg-active-color: #3E77FC;
|
||
--vc-menu-main-active-font-color: #FFFFFF;
|
||
--vc-menu-main-title-font-color: #FFFFFF;
|
||
--vc-menu-sub-bg: #FFFFFF;
|
||
--vc-menu-sub-font-color: #545761;
|
||
--vc-menu-sub-bg-active-color: #EAF0FE;
|
||
--vc-menu-sub-active-font-color: #3E77FC;
|
||
--vc-menu-sub-title-font-color: #4F525C;
|
||
--vc-menu-sub-footer: #F6F6F7;
|
||
--vc-nav-bg: #1D1F2D;
|
||
--vc-nav-color: #888888;
|
||
--vc-nav-active-color: #FFFFFF;
|
||
--vc-org-bg-active-color: #EAF0FE;
|
||
}
|
||
|
||
|
||
*:not(tbody)::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
/*添加右边的下滚条*/
|
||
.ibox-content-auto-height::-webkit-scrollbar {
|
||
display: block;
|
||
width: 8px;
|
||
}
|
||
|
||
.ibox-content-auto-height::-webkit-scrollbar-track {
|
||
background: #f1f1f1;
|
||
}
|
||
|
||
.ibox-content-auto-height::-webkit-scrollbar-thumb {
|
||
background: #c1c1c1;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.ibox-content-auto-height::-webkit-scrollbar-thumb:hover {
|
||
background: #a8a8a8;
|
||
}
|
||
|
||
.margin-0 {
|
||
margin: 0;
|
||
}
|
||
|
||
.margin-lr-0 {
|
||
margin-left: 0;
|
||
margin-right: 0;
|
||
}
|
||
|
||
.margin-xs {
|
||
margin: 5px;
|
||
}
|
||
|
||
.margin-sm {
|
||
margin: 10px;
|
||
}
|
||
|
||
.margin {
|
||
margin: 15px;
|
||
}
|
||
|
||
.margin-lg {
|
||
margin: 20px;
|
||
}
|
||
|
||
.margin-xl {
|
||
margin: 25px;
|
||
}
|
||
|
||
.margin-top-xs {
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.margin-top-sm {
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.margin-top-sm:hover {
|
||
cursor: pointer;
|
||
/*background-color: red;*/
|
||
}
|
||
|
||
.margin-top {
|
||
margin-top: 15px;
|
||
}
|
||
|
||
.margin-top-lg {
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.margin-top-xl {
|
||
margin-top: 25px;
|
||
}
|
||
|
||
.margin-right-xs {
|
||
margin-right: 5px;
|
||
}
|
||
|
||
.margin-right-sm {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.margin-right {
|
||
margin-right: 15px;
|
||
}
|
||
|
||
.margin-right-lg {
|
||
margin-right: 20px;
|
||
}
|
||
|
||
.margin-right-xl {
|
||
margin-right: 25px;
|
||
}
|
||
|
||
.margin-bottom-0 {
|
||
margin-bottom: 0px;
|
||
}
|
||
|
||
.margin-bottom-xs {
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.margin-bottom-sm {
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.margin-bottom {
|
||
margin-bottom: 15px;
|
||
}
|
||
|
||
.margin-bottom-lg {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.margin-bottom-xl {
|
||
margin-bottom: 25px;
|
||
}
|
||
|
||
.margin-left-0 {
|
||
margin-left: 0px;
|
||
}
|
||
|
||
.margin-left-xs {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.margin-left-sm {
|
||
margin-left: 10px;
|
||
}
|
||
|
||
.margin-left {
|
||
margin-left: 15px;
|
||
}
|
||
|
||
.margin-left-lg {
|
||
margin-left: 20px;
|
||
}
|
||
|
||
.margin-left-xl {
|
||
margin-left: 25upx;
|
||
}
|
||
|
||
.margin-lr-xs {
|
||
margin-left: 5px;
|
||
margin-right: 10upx;
|
||
}
|
||
|
||
.margin-lr-sm {
|
||
margin-left: 10px;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.margin-lr {
|
||
margin-left: 15px;
|
||
margin-right: 15px;
|
||
}
|
||
|
||
.margin-lr-lg {
|
||
margin-left: 20px;
|
||
margin-right: 20px;
|
||
}
|
||
|
||
.margin-lr-xl {
|
||
margin-left: 25px;
|
||
margin-right: 25px;
|
||
}
|
||
|
||
.margin-tb-xs {
|
||
margin-top: 5px;
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.margin-tb-sm {
|
||
margin-top: 10px;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.margin-tb {
|
||
margin-top: 15px;
|
||
margin-bottom: 15px;
|
||
}
|
||
|
||
.margin-tb-lg {
|
||
margin-top: 20px;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.margin-tb-xl {
|
||
margin-top: 25px;
|
||
margin-bottom: 25px;
|
||
}
|
||
|
||
.padding-l-60 {
|
||
padding-left: 60px;
|
||
}
|
||
|
||
.padding-0 {
|
||
padding: 0;
|
||
}
|
||
|
||
.padding-lr-0 {
|
||
padding-left: 0;
|
||
padding-right: 0;
|
||
}
|
||
|
||
.padding-r-0 {
|
||
padding-right: 0;
|
||
}
|
||
|
||
.padding-l-0 {
|
||
padding-left: 0;
|
||
}
|
||
|
||
.padding-l-60 {
|
||
padding-left: 60px;
|
||
}
|
||
|
||
.padding-xs {
|
||
padding: 5px;
|
||
}
|
||
|
||
.padding-sm {
|
||
padding: 10px;
|
||
}
|
||
|
||
.padding {
|
||
padding: 15px;
|
||
}
|
||
|
||
.padding-lg {
|
||
padding: 20px;
|
||
}
|
||
|
||
.padding-xl {
|
||
padding: 25px;
|
||
}
|
||
|
||
.padding-top-xs {
|
||
padding-top: 5px;
|
||
}
|
||
|
||
.padding-top-sm {
|
||
padding-top: 10px;
|
||
}
|
||
|
||
.padding-top {
|
||
padding-top: 15px;
|
||
}
|
||
|
||
.padding-top-lg {
|
||
padding-top: 20px;
|
||
}
|
||
|
||
.padding-top-xl {
|
||
padding-top: 25px;
|
||
}
|
||
|
||
.padding-right-xs {
|
||
padding-right: 5px;
|
||
}
|
||
|
||
.padding-right-sm {
|
||
padding-right: 10px;
|
||
}
|
||
|
||
.padding-right {
|
||
padding-right: 15px;
|
||
}
|
||
|
||
.padding-right-lg {
|
||
padding-right: 20px;
|
||
}
|
||
|
||
.padding-right-xl {
|
||
padding-right: 25px;
|
||
}
|
||
|
||
.padding-bottom-xs {
|
||
padding-bottom: 5px;
|
||
}
|
||
|
||
.padding-bottom-sm {
|
||
padding-bottom: 10px;
|
||
}
|
||
|
||
.padding-bottom {
|
||
padding-bottom: 15px;
|
||
}
|
||
|
||
.padding-bottom-lg {
|
||
padding-bottom: 20px;
|
||
}
|
||
|
||
.padding-bottom-xl {
|
||
padding-bottom: 25px;
|
||
}
|
||
|
||
.padding-left-xs {
|
||
padding-left: 5px;
|
||
}
|
||
|
||
.padding-left-sm {
|
||
padding-left: 10px;
|
||
}
|
||
|
||
.padding-left {
|
||
padding-left: 15px;
|
||
}
|
||
|
||
.padding-left-lg {
|
||
padding-left: 20px;
|
||
}
|
||
|
||
.padding-left-xl {
|
||
padding-left: 25px;
|
||
}
|
||
|
||
.padding-lr-xs {
|
||
padding-left: 5px;
|
||
padding-right: 5px;
|
||
}
|
||
|
||
.padding-lr-sm {
|
||
padding-left: 10px;
|
||
padding-right: 10px;
|
||
}
|
||
|
||
.padding-lr {
|
||
padding-left: 15px;
|
||
padding-right: 15px;
|
||
}
|
||
|
||
.padding-lr-lg {
|
||
padding-left: 20px;
|
||
padding-right: 20px;
|
||
}
|
||
|
||
.padding-lr-xl {
|
||
padding-left: 25px;
|
||
padding-right: 25px;
|
||
}
|
||
|
||
.padding-tb-xs {
|
||
padding-top: 5px;
|
||
padding-bottom: 5px;
|
||
}
|
||
|
||
.padding-tb-sm {
|
||
padding-top: 10px;
|
||
padding-bottom: 10px;
|
||
}
|
||
|
||
.padding-tb {
|
||
padding-top: 15px;
|
||
padding-bottom: 15px;
|
||
}
|
||
|
||
.padding-tb-lg {
|
||
padding-top: 20px;
|
||
padding-bottom: 20px;
|
||
}
|
||
|
||
.padding-tb-xl {
|
||
padding-top: 25px;
|
||
padding-bottom: 25px;
|
||
}
|
||
|
||
.font-1 {
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
}
|
||
|
||
.border {
|
||
border: 1px solid #e7eaec;
|
||
}
|
||
|
||
.vc-border {
|
||
border: 1px solid #e7eaec;
|
||
}
|
||
|
||
.border-right {
|
||
border-right: 1px solid #e7eaec;
|
||
}
|
||
|
||
.border-top {
|
||
border-top: 1px solid #e7eaec;
|
||
}
|
||
|
||
.border-bottom {
|
||
border-bottom: 1px solid #e7eaec;
|
||
}
|
||
|
||
.border-left {
|
||
border-left: 1px solid #e7eaec;
|
||
}
|
||
|
||
.flex {
|
||
display: flex;
|
||
}
|
||
|
||
.basis-xs {
|
||
flex-basis: 20%;
|
||
}
|
||
|
||
.basis-sm {
|
||
flex-basis: 40%;
|
||
}
|
||
|
||
.basis-df {
|
||
flex-basis: 50%;
|
||
}
|
||
|
||
.basis-lg {
|
||
flex-basis: 60%;
|
||
}
|
||
|
||
.basis-xl {
|
||
flex-basis: 80%;
|
||
}
|
||
|
||
.flex-sub {
|
||
flex: 1;
|
||
}
|
||
|
||
.flex-twice {
|
||
flex: 2;
|
||
}
|
||
|
||
.flex-treble {
|
||
flex: 3;
|
||
}
|
||
|
||
.flex-direction {
|
||
flex-direction: column;
|
||
}
|
||
|
||
.flex-wrap {
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.align-start {
|
||
align-items: flex-start;
|
||
}
|
||
|
||
.align-end {
|
||
align-items: flex-end;
|
||
}
|
||
|
||
.align-center {
|
||
align-items: center;
|
||
}
|
||
|
||
.align-stretch {
|
||
align-items: stretch;
|
||
}
|
||
|
||
.self-start {
|
||
align-self: flex-start;
|
||
}
|
||
|
||
.self-center {
|
||
align-self: flex-center;
|
||
}
|
||
|
||
.self-end {
|
||
align-self: flex-end;
|
||
}
|
||
|
||
.self-stretch {
|
||
align-self: stretch;
|
||
}
|
||
|
||
.align-stretch {
|
||
align-items: stretch;
|
||
}
|
||
|
||
.justify-start {
|
||
justify-content: flex-start;
|
||
}
|
||
|
||
.justify-end {
|
||
justify-content: flex-end;
|
||
}
|
||
|
||
.justify-center {
|
||
justify-content: center;
|
||
}
|
||
|
||
.justify-between {
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.justify-around {
|
||
justify-content: space-around;
|
||
}
|
||
|
||
ul {
|
||
padding-inline-start: 0px;
|
||
}
|
||
|
||
ul li {
|
||
list-style-type: none;
|
||
}
|
||
|
||
.text-bold {
|
||
font-weight: bold;
|
||
}
|
||
|
||
.text-center {
|
||
text-align: center;
|
||
}
|
||
|
||
.text-content {
|
||
line-height: 1.6;
|
||
}
|
||
|
||
.text-left {
|
||
text-align: left;
|
||
}
|
||
|
||
.text-right {
|
||
text-align: right;
|
||
}
|
||
|
||
.text-tr{
|
||
position: sticky;
|
||
top: -1px;
|
||
z-index: 100;
|
||
background-color: white;
|
||
}
|
||
|
||
/* 表格单元格内容过长时自动换行 */
|
||
.footable td {
|
||
white-space: normal !important;
|
||
word-wrap: break-word !important;
|
||
overflow: visible !important;
|
||
}
|
||
|
||
/* 表格表头保持不换行 */
|
||
.footable th {
|
||
white-space: nowrap !important;
|
||
}
|
||
|
||
.footable thead tr {
|
||
position: sticky;
|
||
top: -1px;
|
||
z-index: 100;
|
||
background-color: white;
|
||
}
|
||
|
||
.text-title {
|
||
font-size: 18px;
|
||
}
|
||
|
||
.text-blue {
|
||
color: #007bff;
|
||
}
|
||
|
||
.white-bg {
|
||
background-color: #ffffff;
|
||
}
|
||
|
||
.border-bottom {
|
||
border-bottom: 1px solid #e7eaec !important;
|
||
}
|
||
|
||
.border-radius {
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.border-radius-top {
|
||
border-top-left-radius: 10px;
|
||
border-top-right-radius: 10px;
|
||
}
|
||
|
||
.border-radius-bottom {
|
||
border-bottom-left-radius: 10px;
|
||
border-bottom-right-radius: 10px;
|
||
}
|
||
|
||
.hand {
|
||
cursor: pointer;
|
||
}
|
||
|
||
.line-x {
|
||
width: 100%;
|
||
border-bottom: 2px solid #F6F6F7;
|
||
}
|
||
|
||
.line-y {
|
||
height: 100%;
|
||
border-right: 2px solid #F6F6F7;
|
||
}
|
||
|
||
.vc-input-search {
|
||
position: absolute;
|
||
transform: translate3d(0px, 33px, 0px);
|
||
top: 10px;
|
||
left: 0px;
|
||
background-color: #fff;
|
||
width: 100%;
|
||
border: 1px solid #dee2e6;
|
||
border-radius: 3px;
|
||
min-height: 200px;
|
||
z-index: 1
|
||
}
|
||
|
||
.vc-input-search .close {
|
||
position: absolute;
|
||
right: 15px;
|
||
top: 10px;
|
||
font-size: 20px;
|
||
color: #007bff;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.vc-active {
|
||
color: var(--vc-menu-main-bg-active-color);
|
||
}
|
||
|
||
html,
|
||
body,
|
||
.vc-page {
|
||
height: 100%;
|
||
width: 100%;
|
||
background-color: var(--vc-page-bg-color);
|
||
}
|
||
|
||
.vc-menu {
|
||
border-right: 1px solid #EFEFF0;
|
||
overflow: visible !important;
|
||
}
|
||
|
||
.vc-menu-main {
|
||
background-color: var(--vc-menu-main-bg);
|
||
color: var(--vc-menu-main-font-color);
|
||
text-align: start;
|
||
width: 100px;
|
||
font-size: 14px;
|
||
height: 100%;
|
||
overflow-x: hidden;
|
||
overflow-y: scroll;
|
||
scrollbar-width: none;
|
||
}
|
||
|
||
.vc-menu-main::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
.vc-menu-main .active {
|
||
background-color: var(--vc-menu-main-bg-active-color);
|
||
color: var(--vc-menu-main-active-font-color);
|
||
}
|
||
|
||
.modal-active {
|
||
background-color: #47240d;
|
||
color: #ff6c0d;
|
||
}
|
||
|
||
.vc-menu-main ul li {
|
||
height: 45px;
|
||
line-height: 45px;
|
||
cursor: pointer;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
padding: 0 10px;
|
||
}
|
||
|
||
.vc-menu-main ul li:hover {
|
||
background-color: var(--vc-menu-main-bg-active-color);
|
||
color: var(--vc-menu-main-active-font-color);
|
||
}
|
||
|
||
.vc-menu-main ul li.title {
|
||
color: var(--vc-menu-main-title-font-color);
|
||
height: 60px;
|
||
font-size: 24px;
|
||
line-height: 60px;
|
||
}
|
||
|
||
.vc-menu-main ul li.title a {
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
color: var(--vc-menu-main-title-font-color);
|
||
}
|
||
|
||
.vc-menu-sub {
|
||
background-color: var(--vc-menu-sub-bg);
|
||
color: var(--vc-menu-sub-font-color);
|
||
text-align: start;
|
||
width: 150px;
|
||
font-size: 14px;
|
||
height: 95%;
|
||
overflow-x: hidden;
|
||
overflow-y: scroll;
|
||
scrollbar-width: none;
|
||
}
|
||
|
||
/* 二级菜单改为飞出式 */
|
||
.vc-menu-sub.flyout {
|
||
position: absolute !important;
|
||
left: 100px; /* 紧贴一级菜单右侧 */
|
||
top: 10px; /* 初始top,由JS动态设置 */
|
||
width: 200px; /* 可根据需要调整,建议180-220px */
|
||
max-height: calc(100vh - 120px); /* 最大高度:视口高度减去顶部导航和底部边距 */
|
||
background: var(--vc-menu-sub-bg);
|
||
box-shadow: 3px 3px 15px rgba(0,0,0,0.12);
|
||
border-radius: 8px;
|
||
border: 1px solid #e8e8e8;
|
||
z-index: 1000;
|
||
opacity: 0;
|
||
visibility: hidden;
|
||
transform: translateX(-15px);
|
||
transition: none;
|
||
overflow: hidden; /* 重要:外层隐藏溢出 */
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
/* 显示时动画飞出 */
|
||
.vc-menu-sub.flyout.active {
|
||
opacity: 1;
|
||
visibility: visible;
|
||
transform: translateX(0);
|
||
}
|
||
|
||
.vc-menu-sub::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
/* 二级菜单内部样式微调(更美观) */
|
||
.vc-menu-sub.flyout ul {
|
||
padding: 12px 0;
|
||
margin: 0;
|
||
overflow-y: auto; /* 超出时出现滚动条 */
|
||
overflow-x: hidden;
|
||
max-height: calc(100vh - 160px); /* 留出title和footer空间 */
|
||
flex: 1;
|
||
}
|
||
.vc-menu-sub.flyout ul li.title {
|
||
padding: 12px 20px 8px 20px;
|
||
font-weight: bold;
|
||
font-size: 14px;
|
||
color: var(--vc-menu-sub-title-font-color);
|
||
flex-shrink: 0; /* 不被压缩 */
|
||
border-bottom: 1px solid #f0f0f0;
|
||
}
|
||
|
||
.vc-menu-sub.flyout ul li {
|
||
padding-left: 20px !important;
|
||
padding-right: 10px;
|
||
height: 40px;
|
||
line-height: 40px;
|
||
flex-shrink: 0;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
|
||
.vc-menu-sub.flyout ul li:hover {
|
||
background-color: var(--vc-menu-sub-bg-active-color);
|
||
color: var(--vc-menu-sub-active-font-color);
|
||
}
|
||
|
||
.vc-menu-sub.flyout ul li.sub-footer {
|
||
flex-shrink: 0;
|
||
text-align: right;
|
||
padding: 8px 15px;
|
||
margin: 0;
|
||
background: #f9f9f9;
|
||
border-top: 1px solid #f0f0f0;
|
||
font-size: 13px;
|
||
color: #666;
|
||
}
|
||
|
||
/*menu2中二级菜单滚动条样式*/
|
||
.vc-menu-sub.flyout ul::-webkit-scrollbar {
|
||
width: 6px;
|
||
}
|
||
.vc-menu-sub.flyout ul::-webkit-scrollbar-track {
|
||
background: #f1f1f1;
|
||
border-radius: 10px;
|
||
}
|
||
.vc-menu-sub.flyout ul::-webkit-scrollbar-thumb {
|
||
background: #c1c1c1;
|
||
border-radius: 10px;
|
||
}
|
||
.vc-menu-sub.flyout ul::-webkit-scrollbar-thumb:hover {
|
||
background: #a8a8a8;
|
||
}
|
||
|
||
.vc-menu-sub .active {
|
||
background-color: var(--vc-menu-sub-bg-active-color);
|
||
color: var(--vc-menu-sub-active-font-color);
|
||
}
|
||
|
||
.vc-menu-sub ul li {
|
||
height: 40px;
|
||
line-height: 40px;
|
||
padding-left: 15px;
|
||
cursor: pointer;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
|
||
.vc-menu-sub ul li.title {
|
||
color: var(--vc-menu-sub-title-font-color);
|
||
height: 40px;
|
||
font-size: 10px;
|
||
line-height: 40px;
|
||
text-align: center;
|
||
padding-left: 0px;
|
||
border-bottom: 1px solid #F2F2F3;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.vc-menu-sub ul li:hover {
|
||
background-color: var(--vc-menu-sub-bg-active-color);
|
||
color: var(--vc-menu-sub-active-font-color);
|
||
}
|
||
|
||
.vc-menu-sub ul li.sub-footer {
|
||
background-color: var(--vc-menu-sub-footer);
|
||
text-align: center;
|
||
position: fixed;
|
||
bottom: 0;
|
||
width: 160px;
|
||
}
|
||
|
||
.vc-main {
|
||
height: 100%;
|
||
/* width: 100%; */
|
||
flex-grow: 1;
|
||
}
|
||
|
||
.vc-nav {
|
||
height: 60px; /* 匹配侧边栏 logo 高度 60px */
|
||
width: 100%;
|
||
font-size: 14px;
|
||
line-height: 60px; /* 行高匹配侧边栏 logo */
|
||
color: white !important;
|
||
background-color: var(--vc-menu-main-bg) !important; /* 完全复用侧边栏背景色 */
|
||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
||
position: relative;
|
||
padding: 0; /* 清空默认内边距,避免样式错位 */
|
||
display: flex;
|
||
align-items: stretch; /* 让子容器高度撑满顶部栏 */
|
||
}
|
||
|
||
/* 顶部 logo 容器:完全复用侧边栏 vc-menu-main + title 样式 */
|
||
.vc-nav-logo {
|
||
width: 101px; /* 完全匹配侧边栏 vc-menu-main 宽度 */
|
||
background-color: var(--vc-menu-main-bg); /* 侧边栏背景色 */
|
||
color: var(--vc-menu-main-title-font-color);
|
||
text-align: start;
|
||
font-size: 14px;
|
||
height: 100%; /* 撑满顶部栏高度 */
|
||
overflow-x: hidden;
|
||
overflow-y: hidden; /* 隐藏滚动,和侧边栏一致 */
|
||
border-right: 1px solid #EFEFF0; /* 保留侧边栏的分隔线样式 */
|
||
}
|
||
|
||
/* 顶部 logo 内的 a 标签:完全复用侧边栏样式 */
|
||
.vc-nav-logo ul li.title a {
|
||
text-decoration: none !important;
|
||
cursor: pointer !important;
|
||
color: var(--vc-menu-main-title-font-color) !important;
|
||
}
|
||
|
||
/* 修复原顶部内容的 li 样式:适配 60px 高度的垂直居中 */
|
||
.vc-nav-content ul li {
|
||
padding-left: 10px;
|
||
padding-right: 10px;
|
||
margin-left: 5px;
|
||
margin-right: 5px;
|
||
cursor: pointer;
|
||
color: #333333 !important;
|
||
line-height: 60px; /* 匹配顶部栏高度,垂直居中 */
|
||
height: 100%; /* 撑满容器高度 */
|
||
}
|
||
|
||
/* 顶部 logo 内的 li.title:完全复用侧边栏 logo 样式 */
|
||
.vc-nav-logo ul li.title {
|
||
color: var(--vc-menu-main-title-font-color) !important;
|
||
height: 60px !important; /* 匹配侧边栏 logo 高度 */
|
||
font-size: 19px !important; /* 匹配侧边栏 logo 字体大小 */
|
||
line-height: 60px !important; /* 行高居中 */
|
||
padding: 0 10px !important; /* 匹配侧边栏内边距 */
|
||
cursor: pointer;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
|
||
|
||
/* 原顶部内容容器:右移 + 适配新的顶部栏高度 */
|
||
.vc-nav-content {
|
||
flex: 1; /* 占满剩余宽度 */
|
||
padding: 0 15px; /* 保留内容内边距 */
|
||
display: flex;
|
||
align-items: center; /* 内容垂直居中(因顶部栏高度改为60px) */
|
||
background-color: #ffffff !important; /* 原内容区域保持白色背景 */
|
||
height: 100%; /* 撑满顶部栏高度 */
|
||
}
|
||
|
||
.vc-nav ul li {
|
||
padding-left: 10px;
|
||
padding-right: 10px;
|
||
margin-left: 5px;
|
||
margin-right: 5px;
|
||
cursor: pointer;
|
||
color: #333333 !important;
|
||
}
|
||
|
||
.vc-nav ul li.title {
|
||
color: var(--vc-menu-main-title-font-color);
|
||
height: 50px;
|
||
font-size: 24px;
|
||
line-height: 50px;
|
||
/* width: 80px;
|
||
text-align: center; */
|
||
}
|
||
|
||
.vc-nav ul li.title a {
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
color: var(--vc-menu-main-title-font-color);
|
||
}
|
||
|
||
.vc-nav ul li i {
|
||
margin-right: 5px;
|
||
}
|
||
|
||
.vc-nav ul li.active {
|
||
border-bottom: 2px solid #007bff !important;
|
||
}
|
||
|
||
.vc-nav ul li:hover,
|
||
.vc-nav ul li.active {
|
||
color: #007bff !important;
|
||
}
|
||
|
||
.vc-nav ul li.active {
|
||
color: var(--vc-nav-active-color);
|
||
border-bottom: 2px solid var(--vc-nav-active-color) !important;
|
||
}
|
||
|
||
.vc-nav .dropdown-menu {
|
||
background-color: #ffffff !important;
|
||
}
|
||
|
||
.vc-main .vc-main-content {
|
||
width: 100%;
|
||
height: calc(100% - 50px);
|
||
overflow-x: hidden;
|
||
overflow-y: hidden !important;
|
||
}
|
||
|
||
.vc-menu-sub.vc-main .vc-main-content::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
|
||
/*.vc-main .breadcrumb ul li:active{*/
|
||
|
||
|
||
/* background-color: red;!important*/
|
||
|
||
|
||
/*}*/
|
||
|
||
.vc-main .ibox .ibox-title {
|
||
border-top-left-radius: 10px;
|
||
border-top-right-radius: 10px;
|
||
}
|
||
|
||
.vc-main .ibox .ibox-content {
|
||
border-bottom-left-radius: 10px;
|
||
border-bottom-right-radius: 10px;
|
||
}
|
||
|
||
.vc-index .vc-index-nav {
|
||
padding: 10px;
|
||
font-size: 16px;
|
||
}
|
||
|
||
.vc-index .index-1-left {
|
||
width: 65%;
|
||
padding: 10px;
|
||
}
|
||
|
||
.vc-index .index-1-left .index-1-left-1 {
|
||
background-color: #FFFFFF;
|
||
border-radius: 10px;
|
||
height: 350px;
|
||
padding: 15px;
|
||
}
|
||
|
||
.vc-index .index-title {
|
||
color: #404357;
|
||
font-size: 20px;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.vc-index .index-number {
|
||
color: #404357;
|
||
font-size: 26px;
|
||
font-weight: bold;
|
||
margin-top: -5px;
|
||
}
|
||
|
||
.vc-index .index-number-unit {
|
||
color: #9D9D9F;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.vc-index .index-name {
|
||
color: #404357;
|
||
font-size: 20px;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.vc-index .index-name-ico {
|
||
font-size: 30px;
|
||
color: #00BF6F;
|
||
font-weight: bold;
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.vc-index .index-number-describe {
|
||
color: #9D9D9F;
|
||
}
|
||
|
||
.vc-index .index-1-left .index-1-left-1 .index-1-left-1-content {
|
||
padding-top: 50px;
|
||
padding-bottom: 50px;
|
||
}
|
||
|
||
.vc-index .index-1-left .index-1-left-1 .index-1-left-img {
|
||
background-color: #F6F6F6;
|
||
width: 50px;
|
||
height: 50px;
|
||
border-radius: 5px;
|
||
text-align: center;
|
||
line-height: 60px;
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.vc-index .index-1-left .index-1-left-1 .index-1-left-img i {
|
||
color: #00BF6F;
|
||
font-weight: bold;
|
||
font-size: 24px;
|
||
}
|
||
|
||
.vc-index .index-1-right {
|
||
width: 35%;
|
||
padding: 10px;
|
||
}
|
||
|
||
.vc-index .index-1-right .index-1-right-1 {
|
||
background-color: #FFFFFF;
|
||
border-radius: 10px;
|
||
height: 350px;
|
||
padding: 15px;
|
||
overflow-y: hidden;
|
||
}
|
||
|
||
.vc-index .index-1-left-1-bottom {
|
||
width: 90%;
|
||
margin: 40px auto;
|
||
}
|
||
|
||
.vc-index .index-1-left-1-bottom .index-1-left-1-bottom-item {
|
||
width: 45%;
|
||
}
|
||
|
||
.vc-index .vc-index-notice-title {
|
||
font-size: 14px;
|
||
color: #544E42;
|
||
width: 60%;
|
||
}
|
||
|
||
.vc-index .vc-index-notice-title i {
|
||
font-size: 2px;
|
||
}
|
||
|
||
.vc-index .vc-index-notice-time {
|
||
font-size: 14px;
|
||
color: #9D9D9F;
|
||
}
|
||
|
||
.vc-index .index-1-left-item {
|
||
width: 49%;
|
||
padding: 15px;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.vc-index .index-bottom-number {
|
||
color: #404357;
|
||
font-size: 20px;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.vc-index .index-bottom-number-desc {
|
||
color: #9D9D9F;
|
||
}
|
||
|
||
.vc-index .index-1-right-item {
|
||
padding: 15px;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
nav-link nav-link-breadcrumb active:active {
|
||
background-color: red;
|
||
}
|
||
|
||
.vc-org ul li {
|
||
height: 40px;
|
||
line-height: 40px;
|
||
padding-left: 15px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.vc-org ul li:hover,
|
||
.vc-org-hc ul li:hover {
|
||
background-color: var(--vc-org-bg-active-color);
|
||
}
|
||
|
||
.vc-org-hc ul li {
|
||
padding-left: 15px;
|
||
padding-top: 15px;
|
||
padding-bottom: 15px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.vc-org .active {
|
||
background-color: var(--vc-org-bg-active-color);
|
||
}
|
||
|
||
|
||
/* .vc-org .role-title{
|
||
|
||
} */
|
||
|
||
.vc-org-page .role-context {
|
||
color: #888888;
|
||
}
|
||
|
||
.vc-org-page .role-menu {
|
||
margin-top: 15px;
|
||
font-size: 14px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.vc-org-page .role-menu .item:hover,
|
||
.vc-org-page .role-menu .active {
|
||
color: #1890FF;
|
||
}
|
||
|
||
.attendance-staff {
|
||
height: 500px;
|
||
overflow-y: auto;
|
||
scrollbar-width: none;
|
||
/* firefox */
|
||
-ms-overflow-style: none;
|
||
/* IE 10+ */
|
||
}
|
||
|
||
.attendance-staff::-webkit-scrollbar {
|
||
display: none;
|
||
/* Chrome Safari */
|
||
}
|
||
|
||
.labeling-strip {
|
||
overflow: hidden;
|
||
}
|
||
|
||
.labeling-strip .strip {
|
||
width: 50%;
|
||
height: 50%;
|
||
position: absolute;
|
||
top: 10px;
|
||
right: -12px;
|
||
transform: rotate(45deg);
|
||
}
|
||
|
||
.labeling-strip .strip span {
|
||
background: #36A8FF;
|
||
position: absolute;
|
||
bottom: px;
|
||
display: block;
|
||
width: 100%;
|
||
text-align: center;
|
||
height: 100;
|
||
color: #FFFFFF;
|
||
}
|
||
|
||
.coupon-market .coupon {
|
||
border-radius: 5px;
|
||
background-color: #FFFFFF;
|
||
}
|
||
|
||
.coupon-market .coupon img {
|
||
width: 100%;
|
||
height: 120px;
|
||
}
|
||
|
||
.coupon-market .coupon .title {
|
||
font-size: 16px;
|
||
}
|
||
|
||
.tree-div {
|
||
height: 850px;
|
||
overflow-y: scroll;
|
||
}
|
||
|
||
.tree-div::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
.textAuto {
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.textAuto:hover {
|
||
overflow: visible;
|
||
text-overflow: ellipsis;
|
||
white-space: normal;
|
||
word-wrap: break-word;
|
||
word-break: break-all;
|
||
}
|
||
|
||
.hc-table-div {
|
||
/* width: calc(100% - 190px); */
|
||
width: 100%;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.hc-table-div::-webkit-scrollbar {
|
||
/* display: none; */
|
||
display: block;
|
||
height: 5px;
|
||
}
|
||
|
||
.hc-table-div::-webkit-scrollbar-track {
|
||
background-color: #f1f1f1;
|
||
border-radius: 2px;
|
||
}
|
||
|
||
.hc-table-div::-webkit-scrollbar-thumb {
|
||
background-color: #c1c1c1;
|
||
border-radius: 2px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.hc-table-div::-webkit-scrollbar-thumb:hover {
|
||
background-color: #a8a8a8;
|
||
}
|
||
|
||
.hc-table-fix-right-td {
|
||
position: sticky;
|
||
right: 0px;
|
||
background: #fff;
|
||
}
|
||
|
||
.hc-table-fix-left-td {
|
||
position: sticky;
|
||
left: 0px;
|
||
background: #fff;
|
||
}
|
||
|
||
.hc-td {
|
||
width: 120px;
|
||
text-align: center;
|
||
text-overflow: ellipsis;
|
||
white-space: normal;
|
||
height: 10px;
|
||
}
|
||
|
||
tbody {
|
||
display: block;
|
||
max-height: 500px;
|
||
overflow-y: auto;
|
||
overflow-x: hidden;
|
||
}
|
||
|
||
tbody tr {
|
||
display: table;
|
||
width: 100%;
|
||
table-layout: fixed;
|
||
}
|
||
|
||
table thead {
|
||
display: table;
|
||
width: 100%;
|
||
table-layout: fixed;
|
||
}
|
||
|
||
.vc-search-community-item {
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.vc-search-community-item .item-title {
|
||
font-size: 16px;
|
||
}
|
||
|
||
.vc-search-community-item .item-content {
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.vc-search-community-item .item-content a {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.no_display {
|
||
display: none;
|
||
}
|
||
|
||
.data-report-item {
|
||
width: 32%;
|
||
height: 60px;
|
||
}
|
||
|
||
.data-report-i {
|
||
width: 24.5%;
|
||
padding: 10px;
|
||
}
|
||
|
||
.data-report-i .data-report-i-t {
|
||
margin-left: 10px;
|
||
font-size: 16px;
|
||
font-weight: bold;
|
||
}
|
||
|
||
.data-report-item {
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.data-report-item .data-report-item-title {
|
||
font-size: 12px;
|
||
margin-top: 5px;
|
||
margin-left: 6px;
|
||
color: #000;
|
||
}
|
||
|
||
.data-report-item .data-report-item-value {
|
||
font-size: 16px;
|
||
text-align: center;
|
||
line-height: 30px;
|
||
color: #F28A4A;
|
||
}
|
||
|
||
.cockpit-header {
|
||
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
z-index: 2;
|
||
width: 100%;
|
||
height: 7.6vh;
|
||
background: url('../img/bg-top.png') no-repeat;
|
||
background-size: 100% 100%;
|
||
text-align: center;
|
||
line-height: 7.6vh;
|
||
font-size: 32px;
|
||
font-weight: bold;
|
||
color: #FFFFFF;
|
||
letter-spacing: 0.2em;
|
||
}
|
||
|
||
.cockpit-left {
|
||
width: 20.8vw;
|
||
height: 100%;
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
z-index: 2;
|
||
box-sizing: border-box;
|
||
padding: 6vh 0 6vh 1.2vw;
|
||
transition: all 1s ease;
|
||
background: linear-gradient(90deg, rgba(3, 17, 23, 1), rgba(3, 17, 23, 0));
|
||
}
|
||
|
||
.cockpit-right {
|
||
width: 20.8vw;
|
||
height: 100%;
|
||
position: absolute;
|
||
right: 0;
|
||
top: 0;
|
||
z-index: 2;
|
||
box-sizing: border-box;
|
||
padding: 6vh 1.2vw 6vh 0;
|
||
transition: all 1s ease;
|
||
background: linear-gradient(270deg, rgba(3, 17, 23, 1), rgba(3, 17, 23, 0));
|
||
}
|
||
|
||
.cockpit-right .view-box {
|
||
position: absolute;
|
||
width: 24rem;
|
||
height: 91.14vh;
|
||
background: url('/img/3d/bg-right.png') no-repeat;
|
||
background-size: 100% 100%;
|
||
right: 0.175rem;
|
||
top: 8.036vh;
|
||
padding-top: 0.1rem;
|
||
box-sizing: border-box;
|
||
z-index: 9;
|
||
transition: all 1.5s;
|
||
}
|
||
|
||
.cockpit-right .view-box .vb-c {
|
||
color: #fff;
|
||
}
|
||
|
||
.cockpit-right .view-box .vb-c .r-title {
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
}
|
||
|
||
.cockpit-right .view-box .vb-c .r-body {
|
||
font-size: 14px;
|
||
}
|
||
|
||
|
||
.cockpit-menu {
|
||
width: 80%;
|
||
height: 6.575rem;
|
||
margin-left: 30px;
|
||
margin-top: 30px;
|
||
z-index: 9;
|
||
color: #838A9B;
|
||
}
|
||
|
||
.cockpit-menu .c-menu-item {
|
||
height: 90px;
|
||
}
|
||
|
||
|
||
.cockpit-menu .active {
|
||
color: #c17e14;
|
||
/* width: 0.6875rem;
|
||
height: 0.6875rem; */
|
||
}
|
||
|
||
.cockpit-menu .active .bg-a {
|
||
background: url('/img/3d/active.png');
|
||
background-size: 100% 100%;
|
||
|
||
}
|
||
|
||
.cockpit-menu .title {
|
||
cursor: pointer;
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
}
|
||
|
||
.cockpit-menu .title .bg {
|
||
width: 120px;
|
||
height: 60px;
|
||
padding: 9px 0px 15px 25px;
|
||
font-size: 24px;
|
||
}
|
||
|
||
|
||
.cockpit-menu .title .t-text {
|
||
position: relative;
|
||
top: 15px;
|
||
left: -58px;
|
||
}
|
||
|
||
.cockpit-right .lift::-webkit-scrollbar {
|
||
display: none;
|
||
}
|
||
|
||
.camera-right {
|
||
font-size: 30px;
|
||
position: absolute;
|
||
top: 0;
|
||
right: 15px;
|
||
padding: 10px;
|
||
}
|
||
.map-m-left{
|
||
position: absolute;
|
||
top: 120px;
|
||
margin-left: 20px;
|
||
width: 250px;
|
||
/* min-height: 80vh; */
|
||
background-color: #FFF;
|
||
border-radius: 10px;
|
||
color: #545761;
|
||
padding:10px;
|
||
z-index: 2000;
|
||
}
|
||
|
||
.map-m-left .map-m-staff{
|
||
background-color: #EAF0FE;
|
||
padding:10px;
|
||
margin-bottom:5px;
|
||
border-radius: 5px;
|
||
cursor:pointer;
|
||
}
|
||
.map-m-left .map-m-staff-active{
|
||
background-color: #3E77FC;
|
||
color: #FFF;
|
||
}
|
||
|
||
.map-m-right{
|
||
position: absolute;
|
||
top: 120px;
|
||
right: 20px;
|
||
width: 300px;
|
||
background-color: #FFF;
|
||
border-radius: 10px;
|
||
color: #888888;
|
||
padding:10px;
|
||
z-index: 2000;
|
||
}
|
||
|
||
.map-m-right .item {
|
||
padding: 10px;
|
||
background-color: #F6F6F7;
|
||
margin-bottom: 10px;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.map-m-right .item .item-title {
|
||
font-size: 16px;
|
||
margin-left:5px;
|
||
}
|
||
|
||
.map-m-right .item img {
|
||
width: 80px;
|
||
height: 80px;
|
||
}
|
||
|
||
.vc-reserve-active {
|
||
border: 1px solid #007bff;
|
||
color: #007bff;
|
||
}
|
||
|
||
.ibox-content-auto-height {
|
||
height: calc(100vh - 300px);
|
||
overflow-y: auto;
|
||
}
|
||
|
||
.simplify-acceptance .form-group {
|
||
margin-bottom: 0px;
|
||
} |