44 lines
699 B
Plaintext
44 lines
699 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;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.bankcard{
|
|
margin-top: 20rpx;
|
|
}
|
|
.note{
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
width: 92vw;
|
|
margin: 20rpx auto;
|
|
line-height: 50rpx;
|
|
}
|
|
.t-tabs__item--active{
|
|
color: #49B9AD !important;
|
|
}
|
|
.t-tabs__track{
|
|
background-color: #49B9AD !important;
|
|
}
|
|
.t-icon-check{
|
|
color: #49B9AD !important;
|
|
}
|
|
.van-picker__confirm{
|
|
color: #3cc7c0 !important;
|
|
}
|
|
.van-cell {
|
|
padding: 32rpx !important;
|
|
}
|
|
|
|
.bankcard input{
|
|
font-size: 16px !important;
|
|
} |