Merge remote-tracking branch 'origin/StableVersion' into dev_vite

This commit is contained in:
X1627315083
2025-09-02 13:04:46 +08:00
13 changed files with 297 additions and 32 deletions

View File

@@ -382,6 +382,19 @@
.introduce{
font-size: 2.4rem;
text-decoration: underline;
}
.selectSignUp{
height: 100%;
display: flex;
flex-direction: column;
@media (max-width: 768px) {
display: flex;
flex-direction: column;
justify-content: center;
}
}
.gallery_list_box{
}
.gallery_list{
display: flex;