86 lines
1.5 KiB
Plaintext
86 lines
1.5 KiB
Plaintext
#bind_bank {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#bind_bank .content {
|
|
padding-top: 32rpx;
|
|
}
|
|
|
|
#bind_bank .content ul li {
|
|
padding: 36rpx 24rpx;
|
|
border-bottom: solid 1.0016px #f1f1f1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#bind_bank .content ul li input {
|
|
border: none;
|
|
outline: none;
|
|
font-size: 12px;
|
|
flex: 1;
|
|
margin-left: 24rpx;
|
|
}
|
|
|
|
#bind_bank .content ul .second {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#bind_bank .content ul .second .getCode {
|
|
color: #ff2c29;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#bind_bank .content .bank-btn {
|
|
width: 600rpx;
|
|
height: 92rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 18rpx;
|
|
font-size: 16px;
|
|
margin: 0 auto;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
#bind_bank .content ul .second {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#bind_bank .content ul .second .getCode {
|
|
color: #ff2c29;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#bind_bank .content .bank-btn {
|
|
width: 600rpx;
|
|
height: 92rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 18rpx;
|
|
font-size: 16px;
|
|
margin: 0 auto;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 32rpx;
|
|
}
|
|
|
|
#bind_bank .content ul .second .right {
|
|
background-color: #ebebeb;
|
|
color: #f15353;
|
|
font-size: 24rpx;
|
|
border-radius: 60rpx;
|
|
padding: 0 20rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
width: 200rpx;
|
|
}
|
|
|
|
#bind_bank .content ul .second .disabled {
|
|
background-color: #ccc;
|
|
color: #f0f0f0 !important;
|
|
}
|