test.js 925 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. export const localCardConfig = `{
  2. "common": {
  3. "css": "
  4. .color-main {
  5. color: #ff870e !important;
  6. }
  7. .bgcolor-main {
  8. background-color: #ff870e !important;
  9. }
  10. .topbar-color {
  11. color: #000000 !important;
  12. }
  13. .topbar-rule {
  14. color: #FFFFFF;
  15. border-radius: 4px;
  16. background: #FF870D;
  17. }
  18. "
  19. },
  20. "index": {
  21. "css": "
  22. .content-bg{
  23. background: url('static/cardbg/xfl5.png') !important;
  24. background-size: cover !important;
  25. }
  26. .logo{
  27. width: 40vw !important;
  28. height: 40vw !important;
  29. background: url('static/logo/xfl2.png') no-repeat center !important;
  30. background-size: contain !important;
  31. }
  32. .mod-text{
  33. color: #000000 !important;
  34. }
  35. .mod-button{
  36. color: #ffffff !important;
  37. background-color: #9d4f00 !important;
  38. }
  39. "
  40. },
  41. "detail": {
  42. "title": "自助开赛上线啦",
  43. "adUrl": "https://www.colormap.run/info/publicize.html"
  44. }
  45. }`;