first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View 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;
}