完成邮件配置模块

This commit is contained in:
云泽网
2025-05-26 21:50:30 +08:00
parent 68ab7e257b
commit e7d5aa1971
10 changed files with 553 additions and 275 deletions
+16 -5
View File
@@ -6,11 +6,11 @@ body {
a {
text-decoration: none !important;
color: var(--bs-white) !important;
color: var(--bs-white);
}
a:hover {
color: var(--bs-orange) !important;
color: var(--bs-orange);
}
.fas {
@@ -211,12 +211,20 @@ pre code {
position: relative;
}
.main-menu .container a {
.main-menu .container .main-menu__right .layui-btn-primary:hover,.sticky-nav .container .main-menu__right .layui-btn-primary:hover {
color: #3492ed;
}
.main-menu .container .main-menu__nav a {
color: #3492ed !important;
}
.main-menu .container .main-menu__nav a:hover {
color: #fff !important;
}
.main-menu .container a:hover {
color: var(--bs-white) !important;
color: var(--bs-white);
}
#userDropdownMain a:hover {
@@ -318,6 +326,7 @@ pre code {
/* 轮播动画 */
@keyframes slide {
0%,
33% {
transform: translateX(0);
@@ -556,13 +565,15 @@ pre code {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.layui-layer-btn .layui-layer-btn1 {
background: #fff;
color: #212529 !important;
border: 1px solid #212529;
}
.program-content img,.game-content img {
.program-content img,
.game-content img {
width: 100%;
margin: 20px auto;
}