haomingming 12e4984a95 优化
2023-03-23 15:52:15 +08:00

37 lines
606 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: 50rpx 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;
}