index.rpx.css 696 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .page{
  2. height: 100vh;
  3. background: #F9F9F9;
  4. padding: 0 32rpx;
  5. }
  6. .read{
  7. font-size: 28rpx;
  8. color: #000000;
  9. line-height: 40rpx;
  10. }
  11. .title{
  12. position: relative;
  13. }
  14. .title1{
  15. font-size: 35rpx;
  16. line-height: 50rpx;
  17. }
  18. .title2{
  19. font-size: 28rpx;
  20. color: #000000;
  21. line-height: 50rpx;
  22. position: absolute;
  23. right: 0;
  24. top: 0;
  25. }
  26. .withdrawButton{
  27. background: #FFE50C;
  28. width: 686rpx;
  29. height: 80rpx;
  30. color: #000000;
  31. text-align: center;
  32. line-height: 80rpx;
  33. font-size: 28rpx;
  34. border-radius: 10rpx;
  35. }
  36. .marginTop{
  37. margin-top: 24rpx;
  38. }
  39. .priceTitle{
  40. font-size: 28rpx;
  41. }
  42. .price{
  43. font-size: 60rpx;
  44. font-weight: bold;
  45. }