This commit is contained in:
@@ -794,91 +794,173 @@
|
||||
|
||||
|
||||
|
||||
/* 侧边 */
|
||||
/* 侧边工具栏 - 深色科技风格 */
|
||||
.aside-tools {
|
||||
position: fixed;
|
||||
top: 45%;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.aside-tools .tools-list {
|
||||
width: 40px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
|
||||
opacity: 1;
|
||||
border-radius: 3px 0 0 3px;
|
||||
width: 50px;
|
||||
background: rgba(15, 23, 42, 0.9);
|
||||
backdrop-filter: blur(20px);
|
||||
box-shadow: 0 8px 32px rgba(15, 23, 42, 0.6);
|
||||
border: 1px solid rgba(148, 163, 184, 0.15);
|
||||
border-right: none;
|
||||
border-radius: 8px 0 0 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item {
|
||||
position: relative;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item:hover {
|
||||
background: rgba(56, 189, 248, 0.1);
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item img {
|
||||
margin: 10px;
|
||||
margin: 13px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
cursor: pointer;
|
||||
filter: brightness(0.9);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item:hover img {
|
||||
filter: brightness(1.2);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background: rgba(230, 234, 237, 1);
|
||||
background: rgba(148, 163, 184, 0.15);
|
||||
bottom: 0;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
width: 16px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item:last-child:before {
|
||||
content: none;
|
||||
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item:hover .tools-box {
|
||||
display: block;
|
||||
animation: slideInRight 0.3s ease;
|
||||
}
|
||||
|
||||
@keyframes slideInRight {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateX(10px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: -220px;
|
||||
left: -240px;
|
||||
top: 0;
|
||||
padding-right: 30px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box-s {
|
||||
padding: 20px;
|
||||
width: 190px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
padding: 24px;
|
||||
width: 210px;
|
||||
background: rgba(15, 23, 42, 0.95);
|
||||
backdrop-filter: blur(20px);
|
||||
box-shadow: 0 8px 32px rgba(15, 23, 42, 0.6);
|
||||
border: 1px solid rgba(148, 163, 184, 0.2);
|
||||
border-radius: 12px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* 弹窗卡片光晕效果 */
|
||||
.aside-tools .tools-list .tools-item .tools-box-s::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
left: -50%;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
background: radial-gradient(
|
||||
circle at center,
|
||||
rgba(56, 189, 248, 0.1) 0%,
|
||||
transparent 50%
|
||||
);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box h5 {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
color: #F9FAFB;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box p {
|
||||
font-size: 13px;
|
||||
color: rgba(203, 213, 225, 0.8);
|
||||
line-height: 1.6;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box .com-contact-tel {
|
||||
color: #38BDF8;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box .button {
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
display: inline-block;
|
||||
margin-top: 20px;
|
||||
padding: 4px 7px;
|
||||
border: 1px solid #E6EAED;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
margin-top: 16px;
|
||||
padding: 8px 20px;
|
||||
background: linear-gradient(135deg, rgba(56, 189, 248, 0.2) 0%, rgba(99, 102, 241, 0.2) 100%);
|
||||
border: 1px solid rgba(56, 189, 248, 0.3);
|
||||
border-radius: 6px;
|
||||
color: #38BDF8;
|
||||
font-weight: 500;
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box .button::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.3), transparent);
|
||||
transition: left 0.5s ease;
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box .button:hover {
|
||||
border: 1px solid #38BDF8;
|
||||
background: linear-gradient(135deg, rgba(56, 189, 248, 0.3) 0%, rgba(99, 102, 241, 0.3) 100%);
|
||||
border-color: rgba(56, 189, 248, 0.5);
|
||||
color: #FFFFFF;
|
||||
box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.aside-tools .tools-list .tools-item .tools-box .button:hover::before {
|
||||
left: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -129,11 +129,9 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* 登录注册容器 - 修复为 inline flex */
|
||||
/* 登录注册容器 - 与其他导航项平级 */
|
||||
#index .no-login {
|
||||
display: inline-flex;
|
||||
align-items: stretch;
|
||||
height: 100%;
|
||||
display: contents; /* 让子元素直接参与父级 flex 布局 */
|
||||
}
|
||||
|
||||
/* 注册文字链接 */
|
||||
@@ -143,7 +141,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* 登录按钮包装器 - 与 header 等高 */
|
||||
/* 登录按钮 - 与 header 等高,直接参与 nav-right 的 flex 布局 */
|
||||
#index .login-btn-wrapper {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
|
||||
Reference in New Issue
Block a user