| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- page{
- background-color: #fff;
- }
- .money-box{
- justify-content: space-between;
- padding: 30rpx 60rpx 0;
- }
- .state{
- line-height: 54rpx;
- font-size: 36rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #242323;
- }
- .act-color{
- color: #EB5C20 !important;
- }
- .symbol{
- font-size: 38rpx;
- }
- .money{
- line-height: 100rpx;
- font-size: 100rpx;
- font-family: Bahnschrift-Bold SemiCondensed, Bahnschrift;
- font-weight: normal;
- color: #EB5C20;
- }
- .info-box{
- background: #FFFFFF;
- box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(51,51,51,0.06);
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- padding: 17rpx 30rpx;
- margin: 30rpx;
- }
- .info-box-title{
- line-height: 47rpx;
- font-size: 32rpx;
- font-family: Source Han Sans CN-Bold, Source Han Sans CN;
- font-weight: bold;
- color: #242323;
- }
- .info-item{
- margin: 20rpx 0;
- justify-content: space-between;
- }
- .info-item-label{
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #A8A5A5;
- margin-right: 100rpx;
- }
- .info-item-data{
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #242323;
- text-align: right;
- }
- .mag-b50{
- margin-bottom: 50rpx;
- }
|