feat: 相关商品样式调整

This commit is contained in:
duanshuwen
2025-11-08 13:37:33 +08:00
parent 21e64ba6a6
commit b7a3eb39ef
5 changed files with 87 additions and 150 deletions

View File

@@ -0,0 +1,3 @@
.border-box {
box-sizing: border-box;
}

View File

@@ -19,3 +19,4 @@
@import "./width.scss";
@import "./z-index.scss";
@import "./white-space.scss";
@import "./box-sizing.scss";

View File

@@ -6,3 +6,15 @@
.absolute {
position: absolute;
}
.left-0 {
left: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}