2025-09-16 10:44:49 +08:00
|
|
|
|
html, body {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
font-family: 'Alibaba PuHuiTi R';
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
html {
|
2025-09-16 11:20:10 +08:00
|
|
|
|
background: url("../../img/back-gs.png") no-repeat 0 0 / 100% 100% transparent;
|
2025-09-16 10:44:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layout {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
justify-content: start;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
}
|
|
|
|
|
|
.datas {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
justify-content: start;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
}
|
|
|
|
|
|
#back-title {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 98px;
|
2025-09-16 11:20:10 +08:00
|
|
|
|
background: url("../../img/back-title-gs.png") no-repeat 0 0 / 100% 100% transparent;
|
2025-09-16 10:44:49 +08:00
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#ifr-box {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: calc(100% - 110px);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-tab-content > .layui-tab-item {
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.switchover {
|
|
|
|
|
|
width: 40px;
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-form-radio * {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
*tab
|
|
|
|
|
|
*/
|
|
|
|
|
|
.layui-tab-title .layui-this {
|
|
|
|
|
|
color: #8FFFFA;
|
|
|
|
|
|
border-bottom: solid;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-tab-title .layui-this:after {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
content: "";
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 41px;
|
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-this .layui-tab-close {
|
|
|
|
|
|
color: #8FFFFA !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.title-box {
|
|
|
|
|
|
width: 1280px;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-09-23 16:51:43 +08:00
|
|
|
|
.top-box{
|
2025-09-16 10:44:49 +08:00
|
|
|
|
width: 100%;
|
2025-09-23 16:51:43 +08:00
|
|
|
|
height: 36%;
|
2025-09-16 10:44:49 +08:00
|
|
|
|
|
|
|
|
|
|
}
|
2025-09-23 16:51:43 +08:00
|
|
|
|
.bottom-box {
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
height: 64%;
|
|
|
|
|
|
}
|
2025-09-16 10:44:49 +08:00
|
|
|
|
|
|
|
|
|
|
.date-info {
|
|
|
|
|
|
width: 15%;
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.datas {
|
2025-09-22 15:53:15 +08:00
|
|
|
|
width: 57%;
|
2025-09-16 10:44:49 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.animate-p {
|
|
|
|
|
|
width: calc(100% - 24px);
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.animate {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
animation: 30s wordsLoop linear infinite normal;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.date-info p {
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-info {
|
2025-09-22 15:53:15 +08:00
|
|
|
|
width: 25%;
|
2025-09-16 10:44:49 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-info p:nth-of-type(1) {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
|
color: #DBDBDB;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-info p:nth-of-type(2) {
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
|
color: #DBDBDB;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.common-btn {
|
|
|
|
|
|
width: 24px;
|
|
|
|
|
|
height: 24px;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sys-mge-btn {
|
|
|
|
|
|
background: url("../../img/title-btn/no-check/sysmge-nocheck.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.info-btn {
|
|
|
|
|
|
background: url("../../img/title-btn/no-check/info-nocheck.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.loginout-btn {
|
|
|
|
|
|
background: url("../../img/title-btn/no-check/loginout-nocheck.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*导航栏样式设置 start*/
|
|
|
|
|
|
.layui-nav .layui-that:after,
|
|
|
|
|
|
.layui-nav .layui-this:after {
|
|
|
|
|
|
content: "";
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
height: 6px;
|
|
|
|
|
|
background: url("../../img/nav-line.png") no-repeat 0 0 / 100% 100%;
|
|
|
|
|
|
transition: all .2s;
|
|
|
|
|
|
-webkit-transition: all .2s;
|
|
|
|
|
|
pointer-events: none
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav .layui-that:after,
|
|
|
|
|
|
.layui-nav .layui-this:after {
|
|
|
|
|
|
top: auto;
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
width: 100%
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a,
|
|
|
|
|
|
.layui-nav .layui-that a {
|
|
|
|
|
|
color: #8FFFFA;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav {
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
height: 48px;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav .layui-nav-item {
|
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
|
margin-right: 18px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav * {
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav-child * {
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav-child {
|
|
|
|
|
|
top: 50px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav-bar {
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav-child {
|
|
|
|
|
|
top: 50px;
|
|
|
|
|
|
background-color: #06182E;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav .layui-nav-child a {
|
|
|
|
|
|
color: #DBDBDB;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav-child dd.layui-this {
|
|
|
|
|
|
background-color: #2F5D6B !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav-child dd.layui-this > a {
|
|
|
|
|
|
color: #8FFFFA !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-nav .layui-nav-child a:hover {
|
|
|
|
|
|
background-color: #2F5D6B !important;
|
|
|
|
|
|
color: #8FFFFA !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*导航栏样式设置 end*/
|
|
|
|
|
|
|
2025-09-23 16:51:43 +08:00
|
|
|
|
/* mega menu start */
|
|
|
|
|
|
.mega-menu {
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 50%;
|
|
|
|
|
|
top: 98px;
|
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
|
width: 95%; /* 增加宽度,让更多列有空间展示 */
|
|
|
|
|
|
max-width: 1500px; /* 增加最大宽度 */
|
|
|
|
|
|
background: #06182E;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
box-shadow: 0 8px 24px rgba(0,0,0,.35);
|
|
|
|
|
|
padding: 20px 24px;
|
|
|
|
|
|
/* 使用渐变动画:默认隐藏但保留布局用于过渡 */
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
transform: translate(-50%, -6px); /* 初始向上偏移,出现时下滑 */
|
|
|
|
|
|
transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
|
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
|
border: 1px solid rgba(143, 255, 250, 0.2);
|
|
|
|
|
|
/* 确保父菜单是一个完整的大盒子 */
|
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
|
max-height: 700px; /* 增加父菜单最大高度 */
|
|
|
|
|
|
overflow-y: auto; /* 确保内容可滚动显示 */
|
|
|
|
|
|
overflow-x: visible; /* 允许水平内容显示 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* ========== 滚动条样式(深色主题) ========== */
|
|
|
|
|
|
/* 默认隐藏滚动条,悬停时显示(WebKit) */
|
|
|
|
|
|
.mega-menu::-webkit-scrollbar,
|
|
|
|
|
|
.group-list::-webkit-scrollbar,
|
|
|
|
|
|
.sub-list::-webkit-scrollbar {
|
|
|
|
|
|
width: 0;
|
|
|
|
|
|
height: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
.mega-menu:hover::-webkit-scrollbar,
|
|
|
|
|
|
.group-list:hover::-webkit-scrollbar,
|
|
|
|
|
|
.sub-list:hover::-webkit-scrollbar {
|
|
|
|
|
|
width: 8px;
|
|
|
|
|
|
height: 8px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.mega-menu::-webkit-scrollbar-track,
|
|
|
|
|
|
.group-list::-webkit-scrollbar-track,
|
|
|
|
|
|
.sub-list::-webkit-scrollbar-track {
|
|
|
|
|
|
background: rgba(255,255,255,0.04);
|
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.mega-menu::-webkit-scrollbar-thumb,
|
|
|
|
|
|
.group-list::-webkit-scrollbar-thumb,
|
|
|
|
|
|
.sub-list::-webkit-scrollbar-thumb {
|
|
|
|
|
|
background: linear-gradient(180deg, rgba(225,225,225,0.45), rgba(240,240,240,0.45));
|
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
border: 1px solid rgba(0,0,0,0.08);
|
|
|
|
|
|
}
|
|
|
|
|
|
.mega-menu::-webkit-scrollbar-thumb:hover,
|
|
|
|
|
|
.group-list::-webkit-scrollbar-thumb:hover,
|
|
|
|
|
|
.sub-list::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
|
background: linear-gradient(180deg, rgba(235,235,235,0.65), rgba(245,245,245,0.65));
|
|
|
|
|
|
}
|
|
|
|
|
|
/* Firefox: 默认隐藏,悬停显示 */
|
|
|
|
|
|
.mega-menu,
|
|
|
|
|
|
.group-list,
|
|
|
|
|
|
.sub-list {
|
|
|
|
|
|
scrollbar-width: none; /* 默认隐藏 */
|
|
|
|
|
|
scrollbar-color: rgba(225,225,225,0.45) rgba(255,255,255,0.04);
|
|
|
|
|
|
}
|
|
|
|
|
|
.mega-menu:hover,
|
|
|
|
|
|
.group-list:hover,
|
|
|
|
|
|
.sub-list:hover {
|
|
|
|
|
|
scrollbar-width: thin; /* 悬停显示 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-menu.show {
|
|
|
|
|
|
opacity: 1;
|
|
|
|
|
|
visibility: visible;
|
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
|
transform: translate(-50%, 0);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-row {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
gap: 24px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-col {
|
|
|
|
|
|
flex: 1 1 auto; /* 允许自动调整宽度 */
|
|
|
|
|
|
min-width: 280px; /* 减小最小宽度 */
|
|
|
|
|
|
max-width: 100%; /* 最大宽度不超过父容器 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 子菜单容器:在同一容器中按列换行展示,始终位于左侧父菜单列的右侧 */
|
|
|
|
|
|
.mega-col-inner {
|
|
|
|
|
|
max-height: 700px; /* 容器高度限制,内部可滚动 */
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
display: flex; /* 从左往右排列 */
|
|
|
|
|
|
flex-wrap: wrap; /* 超出自动换行 */
|
|
|
|
|
|
gap: 16px 24px; /* 行间/列间间距 */
|
|
|
|
|
|
align-items: flex-start; /* 顶部对齐 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-group {
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
padding: 12px 14px;
|
|
|
|
|
|
/* 渐变色背景:青绿 -> 深蓝,低饱和度以避免干扰文字可读性 */
|
|
|
|
|
|
background: linear-gradient(135deg, rgba(20,210,190,0.10) 0%, rgba(8,63,92,0.20) 100%);
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
/* border: 1px solid rgba(143, 255, 250, 0.15); */
|
|
|
|
|
|
flex: 0 1 200px; /* 每个卡片基础宽度,允许收缩换行 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 保持每个分组为独立块,作为整体换列 */
|
|
|
|
|
|
.sub-group,
|
|
|
|
|
|
.mega-list {
|
|
|
|
|
|
break-inside: avoid;
|
|
|
|
|
|
-webkit-column-break-inside: avoid;
|
|
|
|
|
|
-moz-column-break-inside: avoid;
|
|
|
|
|
|
page-break-inside: avoid;
|
|
|
|
|
|
/* 确保分组作为整体换列,不被拆分 */
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
margin-top: 0; /* 确保第一行没有额外间距 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.group-title {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
color: #14D2BE; /* 系统青绿 */
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.group-title .dot {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
width: 6px;
|
|
|
|
|
|
height: 6px;
|
|
|
|
|
|
background: #8FFFFA;
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.group-list {
|
|
|
|
|
|
/* 文本纵向列表,不换列 */
|
|
|
|
|
|
height: 250px;
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.group-list a {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
color: #DBDBDB; /* 深色底下使用浅色文字 */
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
padding: 6px 0 6px 16px;
|
|
|
|
|
|
margin: 4px 0;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
.group-list a::before {
|
|
|
|
|
|
content: "•";
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
line-height: 2.3;
|
|
|
|
|
|
color: #14D2BE;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.group-list a:hover,
|
|
|
|
|
|
.group-list a.active {
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
color: #00B8A3;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sub-group {
|
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
padding: 8px 10px;
|
|
|
|
|
|
background: rgba(255,255,255,0.05); /* 添加背景 */
|
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
border: 1px solid rgba(143, 255, 250, 0.1); /* 添加边框 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sub-title {
|
|
|
|
|
|
color: #8FFFFA;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
margin: 6px 0 4px 6px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sub-list {
|
|
|
|
|
|
/* 二级文本列表 */
|
|
|
|
|
|
max-height: 240px;
|
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sub-list a {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
color: #DBDBDB; /* 提升可读性 */
|
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
padding: 4px 0 4px 18px;
|
|
|
|
|
|
margin: 2px 0;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
.sub-list a::before {
|
|
|
|
|
|
content: "–";
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 6px;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
color: #9CA3AF;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.sub-list a:hover,
|
|
|
|
|
|
.sub-list a.active {
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
color: #00B8A3;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-list {
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-list a {
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
color: #DBDBDB; /* 深色底浅色字 */
|
|
|
|
|
|
padding: 6px 0 6px 16px;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
transition: color 0.2s ease;
|
|
|
|
|
|
margin: 4px 0;
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
.mega-list a::before {
|
|
|
|
|
|
content: "•";
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
color: #14D2BE;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-list a:hover {
|
|
|
|
|
|
background: transparent;
|
|
|
|
|
|
color: #00B8A3;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-list a.active {
|
|
|
|
|
|
background: #2F5D6B;
|
|
|
|
|
|
color: #8FFFFA;
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mega-divider {
|
|
|
|
|
|
height: 1px;
|
|
|
|
|
|
background: rgba(255,255,255,.08);
|
|
|
|
|
|
margin: 8px 0 12px;
|
|
|
|
|
|
}
|
|
|
|
|
|
/* mega menu end */
|
|
|
|
|
|
|
|
|
|
|
|
/* 父级禁用点击的样式 */
|
|
|
|
|
|
a.disabled-parent {
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
|
pointer-events: auto; /* 允许悬浮显示,但点击被 JS 阻止 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-09-16 10:44:49 +08:00
|
|
|
|
/* layer 右侧呼出 start */
|
|
|
|
|
|
@keyframes layui-rl {
|
|
|
|
|
|
from {
|
|
|
|
|
|
transform: translateX(0px);
|
|
|
|
|
|
-webkit-transform: translateX(0px);
|
|
|
|
|
|
-moz-transform: translateX(0px);
|
|
|
|
|
|
-ms-transform: translateX(0px);
|
|
|
|
|
|
-o-transform: translateX(0px);
|
|
|
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
|
|
|
transform: translateX(-100%);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes layui-rl {
|
|
|
|
|
|
from {
|
|
|
|
|
|
transform: translateX(0px);
|
|
|
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
|
|
|
transform: translateX(-100%);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-anim {
|
|
|
|
|
|
-webkit-animation-duration: .3s;
|
|
|
|
|
|
animation-duration: .3s;
|
|
|
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-anim-rl {
|
|
|
|
|
|
-webkit-animation-name: layui-rl;
|
|
|
|
|
|
animation-name: layui-rl;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-layer-adminRight {
|
|
|
|
|
|
box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
|
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* layer 右侧呼出 end */
|
|
|
|
|
|
|
|
|
|
|
|
.layui-layer-content {
|
|
|
|
|
|
color: #000;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*input框,select样式*/
|
|
|
|
|
|
.layui-select {
|
|
|
|
|
|
color: #262626 !important;
|
|
|
|
|
|
border: 1px solid #676363 !important;
|
|
|
|
|
|
height: 36px;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
padding: 3px 6px;
|
|
|
|
|
|
margin: 5px 10px 5px 10px;
|
|
|
|
|
|
width: 150px;
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-select:hover {
|
|
|
|
|
|
border: 1px solid #262626 !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-select:focus {
|
|
|
|
|
|
border: 1px solid #262626 !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|