32 lines
693 B
Plaintext
32 lines
693 B
Plaintext
.addBankCard_input.data-v-bad7965c {
|
|
width: 690rpx;
|
|
height: 100rpx;
|
|
background: #ffffff;
|
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
margin-bottom: 30rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.addBankCard_input_tit.data-v-bad7965c {
|
|
width: 100%;
|
|
font-weight: bold;
|
|
font-size: 26rpx;
|
|
color: #232323;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.addBankCard_btn.data-v-bad7965c {
|
|
width: 488rpx;
|
|
height: 86rpx;
|
|
background: #4874e5;
|
|
border-radius: 44rpx 44rpx 44rpx 44rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #ffffff;
|
|
} |