2023-03-06 17:57:39 +08:00

60 lines
960 B
Plaintext

.container{
width: 100vw;
height: 100vh;
background-color: #F4F4F4;
}
.help{
display: flex;
justify-content:space-between;
}
.help_title{
padding-left: 4vw;
height: 100rpx;
line-height: 100rpx;
font-size: 44rpx;
color: #333;
}
.help_note{
height: 100rpx;
line-height: 100rpx;
font-size: 26rpx;
color: #666;
display: flex;
justify-content: center;
align-items: center;
}
.bankcard_empty{
display: flex;
justify-content: center;
}
.note{
font-size: 28rpx;
color: #999999;
width: 92vw;
margin: 0 auto;
line-height: 50rpx;
}
.bankcard_list{
width: 92vw;
margin: 0 auto;
}
.bankcard_list_item{
position: relative;
margin-top: 20rpx;
}
.bankcard_list_item_name{
position: absolute;
top: 45rpx;
left: 130rpx;
font-size: 34rpx;
color: #FFFFFF;
}
.bankcard_list_item_num{
position: absolute;
top: 120rpx;
left: 130rpx;
font-size: 30rpx;
color: #FFFFFF;
height: 30rpx;
line-height: 30rpx;
}