| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .page{
- padding: 40rpx 32rpx;
- background: #FFFFFF;
- }
- .image{
- width: 56rpx;
- height: 56rpx;
- }
- .amount{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- margin-top: 16rpx;
- }
- .unmber{
- font-size: 48rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- line-height: 60rpx;
- margin-top: 24rpx;
- }
- .symbol{
- font-size: 36rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- line-height: 100rpx;
- }
- .inputView{
- background: #F9F9F9;
- margin-top: 40rpx;
- }
- .input{
- margin-left: 20rpx;
- }
- .btn{
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 84rpx;
- text-align: center;
- margin-top: 24rpx;
- }
- .outView{
- width: 686rpx;
- border-bottom: 1px solid #EEEEEE;
- padding: 0 0 34rpx 0;
- }
- .num{
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: bold;
- color: #333333;
- line-height: 48rpx;
- }
- .date{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- margin-top: 8rpx;
- }
- .state{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #93D21A;
- line-height: 40rpx;
- margin-top: 24rpx;
- }
- .remark{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #B66767;
- line-height: 34rpx;
- margin-top: 24rpx;
- }
|