提交一波半成品

This commit is contained in:
aixianling
2023-01-11 17:47:02 +08:00
parent a17e67ad6c
commit 7244927127
5 changed files with 37 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ export default {
/*每个页面公共css */
@each $padMar, $pm in (mar:margin, pad:padding) {
@each $v in (8, 10, 16, 20, 32, 48, 64) {
@each $v in (8, 10, 16, 20, 32, 48, 64, 80) {
@each $pos, $p in (l:left, r:right, t:top, b:bottom) {
.#{$padMar}-#{$pos+$v} {
#{$pm}-#{$p}: #{$v}px