1
0

index.less 304 B

123456789101112131415161718192021222324252627282930
  1. @import '../../app.less';
  2. .g-money {
  3. display: inline-block;
  4. font-size: 10px;
  5. span {
  6. margin-left: 2px;
  7. }
  8. }
  9. .g-money.default {
  10. color: #F5B44A;
  11. }
  12. .g-money.sell {
  13. color: #FF7130;
  14. }
  15. .g-money.basic {
  16. span {
  17. font-size: 14px;
  18. }
  19. }
  20. .g-money.lager {
  21. span {
  22. font-size: 16px;
  23. }
  24. }