themeVariable.scss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @import './variable.scss';
  2. $themes: (
  3. normal: (
  4. color: $color-red,
  5. sub-color: #ffe6e8,
  6. hover-color: $color-red-hover,
  7. cover-color:
  8. linear-gradient(180deg, #ffe6e8 0%, rgba(255, 255, 255, 0) 100%),
  9. // pc端
  10. icon-phone-active-pc:
  11. url('https://static.caimei365.com/www/authentic/pc/icon-phone-active.png'),
  12. icon-address-active-pc:
  13. url('https://static.caimei365.com/www/authentic/pc/icon-address-active.png'),
  14. icon-arround-right-pc:
  15. url('https://static.caimei365.com/www/authentic/pc/icon-arround-right.png'),
  16. banner-home-pc:
  17. url('https://static.caimei365.com/www/authentic/pc/bg-home.png'),
  18. banner-approve-pc:
  19. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  20. banner-club-pc:
  21. url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
  22. banner-device-pc:
  23. url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
  24. banner-personnel-pc:
  25. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  26. banner-personnel-operate-pc:
  27. url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
  28. banner-database-pc:
  29. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  30. banner-feedback-pc:
  31. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  32. banner-club-register:
  33. url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
  34. // 移动端
  35. icon-phone-active-h5:
  36. url('https://static.caimei365.com/www/authentic/h5/icon-phone-active.png'),
  37. icon-address-active-h5:
  38. url('https://static.caimei365.com/www/authentic/h5/icon-address-active.png'),
  39. icon-arround-right-h5:
  40. url('https://static.caimei365.com/www/authentic/h5/icon-arround-right.png'),
  41. banner-home-h5:
  42. url('https://static.caimei365.com/www/authentic/h5/bg-home.png'),
  43. banner-approve-h5:
  44. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  45. banner-club-h5:
  46. url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
  47. banner-device-h5:
  48. url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
  49. banner-personnel-h5:
  50. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  51. banner-personnel-operate-h5:
  52. url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
  53. banner-database-h5:
  54. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  55. banner-feedback-h5:
  56. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  57. ),
  58. ross: (
  59. color: $color-yellow,
  60. hover-color: $color-yellow-hover,
  61. sub-color: #ffebcf,
  62. cover-color:
  63. linear-gradient(180deg, #ffebcf 0%, rgba(255, 255, 255, 0) 100%),
  64. // pc端
  65. icon-phone-active-pc:
  66. url('https://static.caimei365.com/www/authentic/pc/ross-icon-phone-active.png'),
  67. icon-address-active-pc:
  68. url('https://static.caimei365.com/www/authentic/pc/ross-icon-address-active.png'),
  69. icon-arround-right-pc:
  70. url('https://static.caimei365.com/www/authentic/pc/ross-icon-arround-right.png'),
  71. banner-home-pc:
  72. url('https://static.caimei365.com/www/authentic/pc/ross-bg-home.png'),
  73. banner-approve-pc:
  74. url('https://static.caimei365.com/www/authentic/pc/ross-bg-approve.png'),
  75. banner-club-pc:
  76. url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
  77. banner-device-pc:
  78. url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
  79. banner-personnel-pc:
  80. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  81. banner-personnel-operate-pc:
  82. url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
  83. banner-database-pc:
  84. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  85. banner-feedback-pc:
  86. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  87. banner-club-register:
  88. url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
  89. // 移动端
  90. icon-phone-active-h5:
  91. url('https://static.caimei365.com/www/authentic/h5/ross-icon-phone-active.png'),
  92. icon-address-active-h5:
  93. url('https://static.caimei365.com/www/authentic/h5/ross-icon-address-active.png'),
  94. icon-arround-right-h5:
  95. url('https://static.caimei365.com/www/authentic/h5/ross-icon-arround-right.png'),
  96. banner-home-h5:
  97. url('https://static.caimei365.com/www/authentic/h5/ross-bg-home.png'),
  98. banner-approve-h5:
  99. url('https://static.caimei365.com/www/authentic/h5/ross-bg-approve.png'),
  100. banner-club-h5:
  101. url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
  102. banner-device-h5:
  103. url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
  104. banner-personnel-h5:
  105. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  106. banner-personnel-operate-h5:
  107. url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
  108. banner-database-h5:
  109. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  110. banner-feedback-h5:
  111. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  112. ),
  113. );