按钮样式修改

This commit is contained in:
2024-03-21 10:45:53 +08:00
parent edfbf2b48d
commit 673f6596d6
18 changed files with 380 additions and 268 deletions

View File

@@ -123,4 +123,11 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.zd-col-1 {
width: 4.16667%
}
.letter-30 {
letter-spacing: 30rpx;
text-indent: 30rpx;
}
.h-50 {
height: 50% !important;
}