fix: 样式调整

This commit is contained in:
lilinyuan
2024-07-04 17:18:38 +08:00
parent 5c889e41c2
commit dd80659044
5 changed files with 20 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
border-radius: 10px;
}
.logo {
height: 106px;
height: 65px;
background-color: #BEA266;
color: #ffffff;
font-weight: bold;
@@ -10,6 +10,13 @@
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 10px;
& > img {
object-fit: scale-down;
width: 100%;
height: 40px;
}
}
.port-link{
display: block;