|
123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- module.exports = {
- colorFirst: {
- // 我的
- "user": {
- "banneColor": "linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%)",
- "levelBg": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
- "view": "#FD832D",
- "backColor": "#cc6633"
- },
-
- "user2": {
- "banneColor": "linear-gradient(180deg, #26558b 0%, #26558b 100%)",
- "levelBg": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
- "view": "#007cc1",
- "backColor": "#cc6633"
- },
- //首页
- "main": {
- "chengzhangBox": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
- "activeColor": "#FC8B37",
- "qg": "#FD782D",
- "sql": "linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%)",
- "txt": "#2C8DFF",
- },
-
- },
- colorSecond: {
- // 我的
- "user": {
- "banneColor": "linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
- "levelBg": "linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
- "view": "#FF1D30"
- },
- //首页
- "main": {
- "chengzhangBox": "linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)",
- "activeColor": "#2C8DFF",
- "qg": "#31A5FC",
- "sql": "linear-gradient(127deg,rgba(119,192,254,1) 0%,rgba(48,120,255,1) 100%)",
- "txt": "#FF1D30",
- },
- }
-
-
- }
|