normal.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. $mormalTuple: (
  2. color: #bc1724,
  3. sub-color: #ffe6e8,
  4. hover-color: #960915,
  5. cover-color: linear-gradient(180deg, #ffe6e8 0%, rgba(255, 255, 255, 0) 100%),
  6. // pc端
  7. icon-doctor-level-pc:
  8. url('https://static.caimei365.com/www/authentic/pc/icon-doctor-level.png'),
  9. icon-phone-active-pc:
  10. url('https://static.caimei365.com/www/authentic/pc/icon-phone-active.png'),
  11. icon-address-active-pc:
  12. url('https://static.caimei365.com/www/authentic/pc/icon-address-active.png'),
  13. icon-navigation-pc:
  14. url('https://static.caimei365.com/www/authentic/pc/icon-navigation.png'),
  15. banner-home-pc:
  16. url('https://static.caimei365.com/www/authentic/pc/bg-home.png'),
  17. banner-approve-pc:
  18. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  19. banner-club-pc:
  20. url('https://static.caimei365.com/www/authentic/pc/bg-club.png'),
  21. banner-device-pc:
  22. url('https://static.caimei365.com/www/authentic/pc/bg-device.png'),
  23. banner-personnel-pc:
  24. url('https://static.caimei365.com/www/authentic/pc/bg-approve.png'),
  25. banner-personnel-operate-pc:
  26. url('https://static.caimei365.com/www/authentic/pc/bg-doctor.png'),
  27. banner-database-pc:
  28. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  29. banner-feedback-pc:
  30. url('https://static.caimei365.com/www/authentic/pc/bg-doc.png'),
  31. banner-club-register:
  32. url('https://static.caimei365.com/www/authentic/pc/ross-bg-club-register.png'),
  33. // 移动端
  34. icon-doctor-level-h5:
  35. url('https://static.caimei365.com/www/authentic/h5/icon-doctor-level.png'),
  36. icon-navigation-h5:
  37. url('https://static.caimei365.com/www/authentic/h5/icon-navigation.png'),
  38. icon-phone-active-h5:
  39. url('https://static.caimei365.com/www/authentic/h5/icon-phone-active.png'),
  40. icon-address-active-h5:
  41. url('https://static.caimei365.com/www/authentic/h5/icon-address-active.png'),
  42. icon-arround-right-h5:
  43. url('https://static.caimei365.com/www/authentic/h5/icon-arround-right.png'),
  44. banner-home-h5:
  45. url('https://static.caimei365.com/www/authentic/h5/bg-home.png'),
  46. banner-approve-h5:
  47. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  48. banner-club-h5:
  49. url('https://static.caimei365.com/www/authentic/h5/bg-club.png'),
  50. banner-device-h5:
  51. url('https://static.caimei365.com/www/authentic/h5/bg-device.png'),
  52. banner-personnel-h5:
  53. url('https://static.caimei365.com/www/authentic/h5/bg-approve.png'),
  54. banner-personnel-operate-h5:
  55. url('https://static.caimei365.com/www/authentic/h5/bg-doctor.png'),
  56. banner-database-h5:
  57. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  58. banner-feedback-h5:
  59. url('https://static.caimei365.com/www/authentic/h5/bg-doc.png'),
  60. );