61 lines
956 B
Plaintext
61 lines
956 B
Plaintext
page{
|
|
background-color: #F4F4F4;
|
|
}
|
|
.container{
|
|
width: 100vw;
|
|
}
|
|
.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: -20rpx 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;
|
|
} |