59 lines
952 B
Plaintext
59 lines
952 B
Plaintext
#add_bank_first {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#add_bank_first .mes {
|
|
padding: 32rpx 0;
|
|
padding-left: 32rpx;
|
|
color: #666;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
}
|
|
|
|
#add_bank_first .line {
|
|
height: 20rpx;
|
|
background-color: #f2f2f7;
|
|
}
|
|
|
|
#add_bank_first .content {
|
|
background-color: #fff;
|
|
padding: 0 32rpx;
|
|
}
|
|
|
|
#add_bank_first .content .item {
|
|
padding: 40rpx 0;
|
|
border-bottom: solid 1px #ccc;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#add_bank_first .content .item text {
|
|
width: 96rpx;
|
|
}
|
|
|
|
#add_bank_first .content .item input {
|
|
flex: 1;
|
|
border: none;
|
|
outline: none;
|
|
margin-left: 52rpx;
|
|
}
|
|
|
|
#add_bank_first .content .item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
#add_bank_first .btn {
|
|
margin: 0 auto;
|
|
margin-top: 60rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 18rpx;
|
|
color: #fff;
|
|
width: 600rpx;
|
|
height: 92rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 16px;
|
|
}
|