main
AviderMin 9 months ago
parent b68f786f1e
commit a144c435e3

@ -200,6 +200,7 @@ button {
position: fixed; position: fixed;
right: 100px; right: 100px;
bottom: 100px; bottom: 100px;
transition: all 0.5s;
} }
.news-elevator-list { .news-elevator-list {
@ -218,11 +219,13 @@ button {
text-align: center; text-align: center;
} }
.news-elevator-list a { .news-elevator-list li a {
text-decoration: none; text-decoration: none;
color:#000000;
} }
.footer { .footer {
margin-top: 10px;
width: 100%; width: 100%;
background-color: #3FA8EA; background-color: #3FA8EA;
text-align: center; text-align: center;

Loading…
Cancel
Save