kun 9/23 20:12

This commit is contained in:
沈学坤
2019-09-23 20:12:30 +08:00
parent 5372695dcc
commit 1474d83d39
26 changed files with 1535 additions and 302 deletions

View File

@@ -51,7 +51,7 @@ export default {
bottom: 0%;
left: 0%;
width: 1280px;
height: 64px;
height: 63px;
background-color: rgba($color: #fff, $alpha: 0.5);
display: flex;
justify-content: space-evenly;
@@ -64,7 +64,7 @@ export default {
font-stretch: normal;
letter-spacing: 0px;
color: #333333;
text-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
cursor: pointer;
}