balance.less 377 B

123456789101112131415161718192021222324
  1. .balance{
  2. padding: 10rpx 20rpx;
  3. .card{
  4. background-color: #fff;
  5. border-radius: 20rpx;
  6. padding: 20rpx 10rpx;
  7. text-align: center;
  8. .title{
  9. font-weight: 600;
  10. color: #777;
  11. }
  12. .icon{
  13. margin: 20rpx 0;
  14. font-size: 50px;
  15. color:gold;
  16. }
  17. .price{
  18. font-weight: 600;
  19. }
  20. .btn{
  21. margin-top: 50rpx;
  22. }
  23. }
  24. }