| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .page{
- height: 100vh;
- background: #F9F9F9;
- padding: 0 32rpx;
- }
- .read{
- font-size: 28rpx;
- color: #000000;
- line-height: 40rpx;
- }
- .title{
- position: relative;
- }
- .title1{
- font-size: 35rpx;
- line-height: 50rpx;
- }
- .title2{
- font-size: 28rpx;
- color: #000000;
- line-height: 50rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .withdrawButton{
- background: #FFE50C;
- width: 686rpx;
- height: 80rpx;
- color: #000000;
- text-align: center;
- line-height: 80rpx;
- font-size: 28rpx;
- border-radius: 10rpx;
- }
- .marginTop{
- margin-top: 24rpx;
- }
- .priceTitle{
- font-size: 28rpx;
- }
- .price{
- font-size: 60rpx;
- font-weight: bold;
- }
|