first commit
This commit is contained in:
32
unpackage/dist/dev/mp-alipay/pages/wallet/addBankCard.acss
vendored
Normal file
32
unpackage/dist/dev/mp-alipay/pages/wallet/addBankCard.acss
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
.addBankCard_input.data-v-a9ded25a {
|
||||
width: 690rpx;
|
||||
height: 70rpx;
|
||||
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-a9ded25a {
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 26rpx;
|
||||
color: #232323;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.addBankCard_btn.data-v-a9ded25a {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user