ross.scss 2.8 KB

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