完成邮件配置模块
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -1108,7 +1108,7 @@ a cite {
|
||||
height: 100%;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
color: #16baaa;
|
||||
color: #1e9fff;
|
||||
font-size: 16px;
|
||||
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%)
|
||||
}
|
||||
@@ -2298,7 +2298,7 @@ a cite {
|
||||
}
|
||||
|
||||
.layui-bg-green {
|
||||
background-color: #16baaa !important;
|
||||
background-color: #1e9fff !important;
|
||||
color: #fff !important
|
||||
}
|
||||
|
||||
@@ -2371,8 +2371,8 @@ a cite {
|
||||
.layui-border-green {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #16baaa !important;
|
||||
color: #16baaa !important
|
||||
border-color: #1e9fff !important;
|
||||
color: #1e9fff !important
|
||||
}
|
||||
|
||||
.layui-border-cyan {
|
||||
@@ -2578,7 +2578,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-font-green {
|
||||
color: #16baaa !important
|
||||
color: #1e9fff !important
|
||||
}
|
||||
|
||||
.layui-font-cyan {
|
||||
@@ -2608,7 +2608,7 @@ hr.layui-border-red {
|
||||
line-height: 38px;
|
||||
border: 1px solid transparent;
|
||||
padding: 0 18px;
|
||||
background-color: #16baaa;
|
||||
background-color: #1e9fff;
|
||||
color: #fff;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
@@ -2668,7 +2668,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-btn-primary:hover {
|
||||
border-color: #16baaa;
|
||||
border-color: #1e9fff;
|
||||
color: #333
|
||||
}
|
||||
|
||||
@@ -2742,7 +2742,7 @@ hr.layui-border-red {
|
||||
|
||||
.layui-btn-group .layui-btn-primary:hover {
|
||||
border-color: #d2d2d2;
|
||||
color: #16baaa
|
||||
color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-btn-group .layui-btn:first-child {
|
||||
@@ -3747,7 +3747,7 @@ hr.layui-border-red {
|
||||
}
|
||||
|
||||
.layui-laypage a:hover {
|
||||
color: #16baaa
|
||||
color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-laypage em {
|
||||
@@ -3775,7 +3775,7 @@ hr.layui-border-red {
|
||||
padding: 1px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #16baaa
|
||||
background-color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-laypage-em {
|
||||
@@ -3841,7 +3841,7 @@ hr.layui-border-red {
|
||||
|
||||
.layui-laypage input:focus,
|
||||
.layui-laypage select:focus {
|
||||
border-color: #16baaa !important
|
||||
border-color: #1e9fff !important
|
||||
}
|
||||
|
||||
.layui-laypage button {
|
||||
@@ -4708,11 +4708,11 @@ body .layui-table-tips .layui-layer-content {
|
||||
|
||||
.layui-upload-drag .layui-icon {
|
||||
font-size: 50px;
|
||||
color: #16baaa
|
||||
color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-upload-drag[lay-over] {
|
||||
border-color: #16baaa
|
||||
border-color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-upload-form {
|
||||
@@ -5063,7 +5063,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
|
||||
.layui-tabs-header .layui-this,
|
||||
.layui-tabs-header li:hover {
|
||||
color: #16baaa
|
||||
color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-tabs-header .layui-this:after {
|
||||
@@ -5074,7 +5074,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-bottom: 3px solid #16baaa;
|
||||
border-bottom: 3px solid #1e9fff;
|
||||
box-sizing: border-box;
|
||||
pointer-events: none
|
||||
}
|
||||
@@ -5367,7 +5367,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
.layui-nav-tree .layui-this,
|
||||
.layui-nav-tree .layui-this>a,
|
||||
.layui-nav-tree .layui-this>a:hover {
|
||||
background-color: #16baaa;
|
||||
background-color: #1e9fff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
@@ -5382,7 +5382,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
}
|
||||
|
||||
.layui-nav-tree .layui-nav-bar {
|
||||
background-color: #16baaa
|
||||
background-color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-nav-tree .layui-nav-child {
|
||||
@@ -5638,7 +5638,7 @@ body .layui-table-tips .layui-layer-content {
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-title .layui-this {
|
||||
color: #16baaa
|
||||
color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-tab-brief>.layui-tab-more li.layui-this:after,
|
||||
@@ -6665,7 +6665,7 @@ body .layui-util-face .layui-layer-content {
|
||||
}
|
||||
|
||||
.layui-slider-input-btn i:hover {
|
||||
color: #16baaa
|
||||
color: #1e9fff
|
||||
}
|
||||
|
||||
.layui-slider-vertical {
|
||||
@@ -8022,7 +8022,7 @@ html #layuicss-laydate {
|
||||
|
||||
.laydate-theme-molv .layui-laydate-header {
|
||||
border: none;
|
||||
background-color: #16baaa
|
||||
background-color: #1e9fff
|
||||
}
|
||||
|
||||
.laydate-theme-molv .layui-laydate-header i,
|
||||
@@ -8047,7 +8047,7 @@ html #layuicss-laydate {
|
||||
|
||||
.laydate-theme-molv .layui-this,
|
||||
.laydate-theme-molv .layui-this>div {
|
||||
background-color: #16baaa !important
|
||||
background-color: #1e9fff !important
|
||||
}
|
||||
|
||||
.laydate-theme-molv .layui-laydate-footer {
|
||||
@@ -8064,7 +8064,7 @@ html #layuicss-laydate {
|
||||
.layui-laydate-linkage.laydate-theme-grid .laydate-selected,
|
||||
.layui-laydate-linkage.laydate-theme-grid .laydate-selected:hover {
|
||||
background-color: #f2f2f2 !important;
|
||||
color: #16baaa !important
|
||||
color: #1e9fff !important
|
||||
}
|
||||
|
||||
.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-next,
|
||||
|
||||
Reference in New Issue
Block a user