1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

后端小改动

This commit is contained in:
2023-03-17 01:47:20 +08:00
parent 8e99eaafa2
commit 5b98be9bf9
9 changed files with 132 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
#menu-view {
display: flex;
text-align: center;
flex-wrap: wrap;
}
.menu-item {
width: 25%;
margin-top: 50px;
}
.item-image {
width: 70px;
height: 70px;
}