|
- module.exports = {
- colorFirst:{
- // 我的
- "user": {
- "banneColor": "linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%))",
-
- },
- },
- colorSecond:{
- // 我的
- "user": {
- "banneColor": 'linear-gradient(180deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%)',
- },
- }
-
-
- }
|