抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

  1. module.exports = {
  2. colorFirst:{
  3. // 我的
  4. "user": {
  5. "banneColor": "linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%)",
  6. "levelBg":"linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
  7. "view":"#FD832D",
  8. "backColor":"#cc6633"
  9. },
  10. //首页
  11. "main": {
  12. "chengzhangBox":"linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
  13. "activeColor":"#FC8B37",
  14. "qg":"#FD782D",
  15. "sql":"linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
  16. "txt": "#2C8DFF",
  17. },
  18. },
  19. colorSecond:{
  20. // 我的
  21. "user": {
  22. "banneColor": "linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
  23. "levelBg": "linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
  24. "view": "#FF1D30"
  25. },
  26. //首页
  27. "main": {
  28. "chengzhangBox": "linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
  29. "activeColor": "#2C8DFF",
  30. "qg": "#31A5FC",
  31. "sql": "linear-gradient(127deg,rgba(119,192,254,1) 0%,rgba(48,120,255,1) 100%)",
  32. "txt":"#FF1D30",
  33. },
  34. }
  35. }