设置交易密码页面样式优化
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
background-color: #f5f5f5;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.detail-navigator {
|
||||
@@ -48,18 +49,22 @@
|
||||
}
|
||||
|
||||
.form-item {
|
||||
padding: 20px;
|
||||
padding: 16px 0;
|
||||
box-sizing: border-box;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
gap: 20px;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #0000000d;
|
||||
font-size: 14px;
|
||||
|
||||
.form-label {
|
||||
width: 56px;
|
||||
text-align: right;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Input {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user