style.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. .bold {
  20. font-family: 'PingFangSCSemibold';
  21. }
  22. .fontPFR {
  23. font-family: 'PingFangRegular';
  24. }
  25. page {
  26. font-family: 'PingFangRegular';
  27. }
  28. image {
  29. display: block;
  30. }
  31. .container {
  32. min-height: 100vh;
  33. }
  34. .m_button {
  35. background: linear-gradient(180deg, #ffad3d 0%, #ff740a 100%);
  36. color: #fff !important;
  37. font-weight: 600;
  38. }
  39. .textColor1 {
  40. color: #ffad3d;
  41. }
  42. .textColor2 {
  43. color: #0057ff;
  44. }
  45. .textColor3 {
  46. color: #666666;
  47. }
  48. .textColor4 {
  49. color: #999999;
  50. }
  51. .textColor5 {
  52. color: #ff2c43;
  53. }
  54. .grey {
  55. filter: grayscale(100%);
  56. }
  57. .fs11 {
  58. font-size: 11px;
  59. }
  60. .fs12 {
  61. font-size: 12px;
  62. }
  63. .fs13 {
  64. font-size: 13px;
  65. }
  66. .fs14 {
  67. font-size: 14px;
  68. }