黑龙江民政考核评分基本完成

This commit is contained in:
aixianling
2022-10-24 18:03:11 +08:00
parent 9ef85056d8
commit e17b089c44
7 changed files with 278 additions and 37 deletions

View File

@@ -13,7 +13,7 @@
*/
@each $padMar, $pm in (mar:margin, pad:padding) {
@each $pos, $p in (l:left, r:right, t:top, b:bottom) {
@each $v in (8, 10, 16, 32) {
@each $v in (8, 10, 16, 32, 64, 96) {
.#{$padMar}-#{$pos+$v} {
#{$pm}-#{$p}: #{$v}px
}
@@ -51,6 +51,7 @@ div[shrink] {
min-width: 0;
min-height: 0;
}
.t-center{
text-align: center;
}
.t-center {
text-align: center;
}