feat: 新增样式文件

This commit is contained in:
duanshuwen
2025-10-13 21:07:50 +08:00
parent 621d5d4c57
commit 52975fe514
23 changed files with 249 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
// 内边距
.p-12 {
padding: 12px;
}
.pt-12 {
padding-top: 12px;
}
.pr-12 {
padding-right: 12px;
}
.pb-12 {
padding-bottom: 12px;
}
.pl-12 {
padding-left: 12px;
}