| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- export const localCardConfig = `{
- "common": {
- "css": "
- .color-main {
- color: #ff870e !important;
- }
- .bgcolor-main {
- background-color: #ff870e !important;
- }
- .topbar-color {
- color: #000000 !important;
- }
- .topbar-rule {
- color: #FFFFFF;
- border-radius: 4px;
- background: #FF870D;
- }
- "
- },
- "index": {
- "css": "
- .content-bg{
- background: url('static/cardbg/xfl5.png') !important;
- background-size: cover !important;
- }
- .logo{
- width: 40vw !important;
- height: 40vw !important;
- background: url('static/logo/xfl2.png') no-repeat center !important;
- background-size: contain !important;
- }
- .mod-text{
- color: #000000 !important;
- }
- .mod-button{
- color: #ffffff !important;
- background-color: #9d4f00 !important;
- }
- "
- },
- "detail": {
- "title": "自助开赛上线啦",
- "adUrl": "https://www.colormap.run/info/publicize.html"
- }
- }`;
|