This commit is contained in:
ericli1018
2025-06-13 12:24:35 +08:00
parent 1caae33c43
commit 6dfe3e0677
74 changed files with 1497 additions and 253 deletions

View File

@ -166,11 +166,11 @@
background: linear-gradient(to bottom, #2fe49e 0%,#2087a3 100%);
}
@media (min-width: 1200px) {
/*@media (min-width: 1200px) {
.service-wrap {
padding-top: 100px;
}
}
}*/
@ -214,14 +214,15 @@
margin: 0;
color: #333;
}
.news-item p a {
.news-item h5 a {
display: block;
color: #000;
font-weight: bold;
position: relative;
padding-right: 60px;
font-size: 1.1rem;
}
.news-item p a:after {
.news-item h5 a:after {
font-family: 'Font Awesome 5 free';
content: "\f0a9";
font-weight: 900;
@ -234,10 +235,10 @@
color: #2bb39b;
font-size: 1.8rem;
}
.news-item p a:hover:after {
.news-item h5 a:hover:after {
color: #3363cb;
}
.news-item h4 a:hover,
.news-item h5 a:hover,
.news-item p a:hover {
color: #123c82;
}