feat: 商品详情调整

This commit is contained in:
2025-10-21 21:52:17 +08:00
parent 2f05a40918
commit bd953e9e10
6 changed files with 85 additions and 52 deletions

View File

@@ -7,10 +7,18 @@
margin: 4px;
}
.ml-4 {
margin-left: 4px;
}
.mr-4 {
margin-right: 4px;
}
.mt-4 {
margin-top: 4px;
}
.mb-4 {
margin-bottom: 4px;
}
@@ -71,10 +79,22 @@
margin-right: 12px;
}
.mt-16 {
margin-top: 16px;
}
.mb-16 {
margin-bottom: 16px;
}
.ml-16 {
margin-left: 16px;
}
.mr-16 {
margin-right: 16px;
}
.ml-20 {
margin-left: 20px;
}