feat: 相关商品样式调整
This commit is contained in:
3
src/static/scss/box-sizing.scss
Normal file
3
src/static/scss/box-sizing.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.border-box {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -19,3 +19,4 @@
|
||||
@import "./width.scss";
|
||||
@import "./z-index.scss";
|
||||
@import "./white-space.scss";
|
||||
@import "./box-sizing.scss";
|
||||
|
||||
@@ -6,3 +6,15 @@
|
||||
.absolute {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.left-0 {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.right-0 {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.bottom-0 {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user