23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
.container{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #F4F4F4;
|
|
}
|
|
.top_note{
|
|
padding-left: 4vw;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
color: #3CC7C0;
|
|
background-color: #F0FFFB;
|
|
font-size: 30rpx;
|
|
}
|
|
.bankcard{
|
|
margin-top: 50rpx;
|
|
}
|
|
.note{
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
width: 92vw;
|
|
margin: 50rpx auto;
|
|
line-height: 50rpx;
|
|
} |