|
@@ -120,7 +120,7 @@ body a {
|
|
color: #777;
|
|
color: #777;
|
|
}
|
|
}
|
|
body a:hover {
|
|
body a:hover {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
body::-webkit-scrollbar {
|
|
body::-webkit-scrollbar {
|
|
@@ -136,7 +136,7 @@ body::-webkit-scrollbar-thumb {
|
|
background: #999;
|
|
background: #999;
|
|
}
|
|
}
|
|
body::-webkit-scrollbar-thumb:hover {
|
|
body::-webkit-scrollbar-thumb:hover {
|
|
- background: #2382ff;
|
|
|
|
|
|
+ background: #03C762;
|
|
}
|
|
}
|
|
body::-webkit-scrollbar-track {
|
|
body::-webkit-scrollbar-track {
|
|
/*滚动条里面轨道*/
|
|
/*滚动条里面轨道*/
|
|
@@ -170,7 +170,7 @@ body::-webkit-scrollbar-track {
|
|
.header .ha-item .img span {
|
|
.header .ha-item .img span {
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
display: block;
|
|
display: block;
|
|
line-height: 70px;
|
|
line-height: 70px;
|
|
}
|
|
}
|
|
@@ -186,9 +186,9 @@ body::-webkit-scrollbar-track {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.header .ha-item .button .button {
|
|
.header .ha-item .button .button {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
- border: 2px solid #2382ff;
|
|
|
|
|
|
+ border: 2px solid #03C762;
|
|
margin-top: 13px;
|
|
margin-top: 13px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
@@ -206,7 +206,7 @@ body::-webkit-scrollbar-track {
|
|
}
|
|
}
|
|
.header .ha-item .app a {
|
|
.header .ha-item .app a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
}
|
|
}
|
|
.header .ha-item .app a img {
|
|
.header .ha-item .app a img {
|
|
width: 50px;
|
|
width: 50px;
|
|
@@ -226,7 +226,7 @@ body::-webkit-scrollbar-track {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.header .hb-item .nav > .nav-item > a.active {
|
|
.header .hb-item .nav > .nav-item > a.active {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
}
|
|
}
|
|
.header .hb-item .nav .nav-item {
|
|
.header .hb-item .nav .nav-item {
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
@@ -246,7 +246,7 @@ body::-webkit-scrollbar-track {
|
|
color: #e6e6e6;
|
|
color: #e6e6e6;
|
|
}
|
|
}
|
|
.header .hb-item .nav .nav-item a:hover {
|
|
.header .hb-item .nav .nav-item a:hover {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
}
|
|
}
|
|
.header .hb-item .nav .nav-item .nav-ul {
|
|
.header .hb-item .nav .nav-item .nav-ul {
|
|
display: none;
|
|
display: none;
|
|
@@ -263,7 +263,7 @@ body::-webkit-scrollbar-track {
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
.header .hb-item .nav .nav-item .nav-ul .nav-li:hover {
|
|
.header .hb-item .nav .nav-item .nav-ul .nav-li:hover {
|
|
- background-color: #2382ff;
|
|
|
|
|
|
+ background-color: #03C762;
|
|
}
|
|
}
|
|
.header .hb-item .nav .nav-item .nav-ul .nav-li:hover a {
|
|
.header .hb-item .nav .nav-item .nav-ul .nav-li:hover a {
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -298,7 +298,7 @@ body::-webkit-scrollbar-track {
|
|
height: 0;
|
|
height: 0;
|
|
}
|
|
}
|
|
#nav-sm > ul > li > a.active {
|
|
#nav-sm > ul > li > a.active {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
}
|
|
}
|
|
#nav-sm ul {
|
|
#nav-sm ul {
|
|
padding-inline-start: 0;
|
|
padding-inline-start: 0;
|
|
@@ -315,7 +315,7 @@ body::-webkit-scrollbar-track {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
#nav-sm ul li a:hover {
|
|
#nav-sm ul li a:hover {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
}
|
|
}
|
|
#nav-sm ul li .nav-sm-ul {
|
|
#nav-sm ul li .nav-sm-ul {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -424,7 +424,7 @@ body::-webkit-scrollbar-track {
|
|
padding-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|
|
.body .my-comment .comment .nocomment:hover {
|
|
.body .my-comment .comment .nocomment:hover {
|
|
- color: #2382ff;
|
|
|
|
|
|
+ color: #03C762;
|
|
}
|
|
}
|
|
.body .my-comment .comment .user {
|
|
.body .my-comment .comment .user {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -476,7 +476,7 @@ body::-webkit-scrollbar-track {
|
|
}
|
|
}
|
|
.body .my-nav ul .active {
|
|
.body .my-nav ul .active {
|
|
color: black;
|
|
color: black;
|
|
- border-bottom: 3px solid #2382ff;
|
|
|
|
|
|
+ border-bottom: 3px solid #03C762;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
.body .my-list .list-item {
|
|
.body .my-list .list-item {
|
|
@@ -583,7 +583,7 @@ body::-webkit-scrollbar-track {
|
|
#share > div:first-child {
|
|
#share > div:first-child {
|
|
height: 132px;
|
|
height: 132px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- background-color: #2382ff;
|
|
|
|
|
|
+ background-color: #03C762;
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
width: 30px;
|
|
width: 30px;
|
|
@@ -730,7 +730,7 @@ body::-webkit-scrollbar-track {
|
|
background: #999;
|
|
background: #999;
|
|
}
|
|
}
|
|
#imglist::-webkit-scrollbar-thumb:hover {
|
|
#imglist::-webkit-scrollbar-thumb:hover {
|
|
- background: #2382ff;
|
|
|
|
|
|
+ background: #03C762;
|
|
}
|
|
}
|
|
#imglist::-webkit-scrollbar-track {
|
|
#imglist::-webkit-scrollbar-track {
|
|
/*滚动条里面轨道*/
|
|
/*滚动条里面轨道*/
|