This commit is contained in:
cxc
2022-10-31 17:46:09 +08:00
parent 652ce4c9d3
commit c2327f30cb
63 changed files with 1698 additions and 479 deletions

View File

@ -296,6 +296,7 @@ function handleShowMore(item) {
margin-top: 86px;
> ul {
display: flex;
justify-content: center;
li {
cursor: pointer;
width: calc(100% / 6);
@ -323,6 +324,8 @@ function handleShowMore(item) {
}
._liBtn {
margin-top: 36px;
display: flex;
justify-content: center;
}
}
}