diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 7f3f4c9..d4629c0 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -69,7 +69,8 @@ page { } .btn-2 { - background-image: url('//p1.meituan.net/csc/8cc2b518031eb7424b184d90a583d805146287.png'); + // background-image: url('//p1.meituan.net/csc/8cc2b518031eb7424b184d90a583d805146287.png'); + background-image: url('../../static/game_banner.png'); background-size: 100% 100%; width: 300px; height: 220px; diff --git a/src/static/game_banner.png b/src/static/game_banner.png new file mode 100644 index 0000000..16a6c6b Binary files /dev/null and b/src/static/game_banner.png differ