themeVariable.scss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @import './variable.scss';
  2. $themes: (
  3. normal: (
  4. color: $color-red,
  5. hover-color: $color-red-hover,
  6. // pc端
  7. banner-home-pc:
  8. url('https://static.caimei365.com/www/authentic/pc/bg-home.png'),
  9. banner-approve-pc:
  10. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  11. banner-club-pc:
  12. url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
  13. banner-device-pc:
  14. url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
  15. banner-personnel-pc:
  16. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  17. banner-personnel-operate-pc:
  18. url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
  19. banner-database-pc:
  20. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  21. banner-feedback-pc:
  22. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  23. banner-club-register:
  24. url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
  25. // 移动端
  26. banner-home-h5:
  27. url('https://static.caimei365.com/www/authentic/h5/bg-home.png'),
  28. banner-approve-h5:
  29. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  30. banner-club-h5:
  31. url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
  32. banner-device-h5:
  33. url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
  34. banner-personnel-h5:
  35. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  36. banner-personnel-operate-h5:
  37. url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
  38. banner-database-h5:
  39. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  40. banner-feedback-h5:
  41. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  42. ),
  43. ross: (
  44. color: $color-yellow,
  45. hover-color: $color-yellow-hover,
  46. // pc端
  47. banner-home-pc:
  48. url('https://static.caimei365.com/www/authentic/pc/ross-bg-home.png'),
  49. banner-approve-pc:
  50. url('https://static.caimei365.com/www/authentic/pc/ross-bg-approve.png'),
  51. banner-club-pc:
  52. url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
  53. banner-device-pc:
  54. url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
  55. banner-personnel-pc:
  56. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  57. banner-personnel-operate-pc:
  58. url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
  59. banner-database-pc:
  60. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  61. banner-feedback-pc:
  62. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  63. banner-club-register:
  64. url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
  65. // 移动端
  66. banner-home-h5:
  67. url('https://static.caimei365.com/www/authentic/h5/ross-bg-home.png'),
  68. banner-approve-h5:
  69. url('https://static.caimei365.com/www/authentic/h5/ross-bg-approve.png'),
  70. banner-club-h5:
  71. url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
  72. banner-device-h5:
  73. url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
  74. banner-personnel-h5:
  75. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  76. banner-personnel-operate-h5:
  77. url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
  78. banner-database-h5:
  79. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  80. banner-feedback-h5:
  81. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  82. ),
  83. );