style.scss 930 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @font-face {
  2. font-family: 'font1';
  3. src: url('https://mall.rongtongh.cn/storage/font/font.ttf');
  4. }
  5. @font-face {
  6. font-family: 'PingFangSCSemibold';
  7. src: url('https://mall.rongtongh.cn/storage/font/PingFangTC-Semibold.ttf');
  8. }
  9. @font-face {
  10. font-family: 'PingFangRegular';
  11. src: url('https://mall.rongtongh.cn/storage/font/PingFang-Regular.ttf');
  12. }
  13. .font1 {
  14. font-family: 'font1';
  15. }
  16. .fontPFSCS {
  17. font-family: 'PingFangSCSemibold';
  18. }
  19. .fontPFR {
  20. font-family: 'PingFangRegular';
  21. }
  22. page {
  23. // font-family: 'PingFangRegular';
  24. }
  25. image {
  26. display: block;
  27. }
  28. .container {
  29. min-height: 100vh;
  30. }
  31. .m_button {
  32. background: linear-gradient(180deg, #FFAD3D 0%, #FF740A 100%);
  33. color: #fff !important;
  34. font-weight: 600;
  35. }
  36. .textColor1 {
  37. color: #FFAD3D;
  38. }
  39. .textColor2 {
  40. color: #0057FF;
  41. }
  42. .textColor3 {
  43. color: #666666;
  44. }
  45. .textColor4 {
  46. color: #999999;
  47. }
  48. .textColor5 {
  49. color: #FF2C43;
  50. }
  51. .grey {
  52. filter: grayscale(100%);
  53. }