css细节优化

feat/task1-c-wallet
gongfuxiang 2022-10-12 11:22:04 +08:00
parent 9d44068e22
commit aab0c6f952
1 changed files with 3 additions and 1 deletions

View File

@ -150,11 +150,13 @@ form.am-form-pure .business-form-block {
padding-right: 5px;
}
.form-group-item > [class*="am-u-"]:first-child > .am-form-group:first-child,
.form-group-item > [class*="am-u-"]:first-child > .am-form-group,
.form-group-item > [class*="am-u-"]:first-child > .am-cf > .am-form-group,
.form-group-item > [class*="am-u-"]:first-child > .am-cf > [class*="am-u-"]:first-child .am-form-group {
padding-left: 0;
}
.form-group-item > [class*="am-u-"]:last-child > .am-form-group,
.form-group-item > [class*="am-u-"]:last-child > .am-cf > .am-form-group,
.form-group-item > [class*="am-u-"]:last-child > .am-cf > [class*="am-u-"]:last-child .am-form-group {
padding-right: 0;
}