首页细节调整

This commit is contained in:
2025-08-08 10:45:57 +08:00
parent a161520e7b
commit eefae900bf
16 changed files with 316 additions and 27 deletions

12
src/assets/base.less Normal file
View File

@ -0,0 +1,12 @@
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
font-size: 16px;
font-weight: normal;
}
.ps__thumb-y {
background-color: #f6cbe7 !important;
}