This commit is contained in:
FJY
2017-10-29 22:52:47 +08:00
commit bc345795db
51 changed files with 18881 additions and 0 deletions

19
WebRoot/css/footer.css Normal file
View File

@@ -0,0 +1,19 @@
@charset "utf-8";
/* CSS Document */
.footer {
text-align: center;
font-family: 'Open Sans', sans-serif;
padding-bottom: 20px;
}
.copyright p {
color: #000000;
font-size: 14px;
letter-spacing: 2px;
}
.copyright a {
color: #000000;
text-decoration: none;
}
.copyright a:hover {
color: #000000;
}