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.

bgColor.js 1.4 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "user2": {
  11. "banneColor": "linear-gradient(180deg, #26558b 0%, #26558b 100%)",
  12. "levelBg": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
  13. "view": "#007cc1",
  14. "backColor": "#cc6633"
  15. },
  16. //首页
  17. "main": {
  18. "chengzhangBox": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
  19. "activeColor": "#FC8B37",
  20. "qg": "#FD782D",
  21. "sql": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
  22. "txt": "#2C8DFF",
  23. },
  24. },
  25. colorSecond: {
  26. // 我的
  27. "user": {
  28. "banneColor": "linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
  29. "levelBg": "linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
  30. "view": "#FF1D30"
  31. },
  32. //首页
  33. "main": {
  34. "chengzhangBox": "linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
  35. "activeColor": "#2C8DFF",
  36. "qg": "#31A5FC",
  37. "sql": "linear-gradient(127deg,rgba(119,192,254,1) 0%,rgba(48,120,255,1) 100%)",
  38. "txt": "#FF1D30",
  39. },
  40. }
  41. }