diff --git a/pages/index/index.vue b/pages/index/index.vue index 43fe18c..c5bebce 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -548,7 +548,7 @@ .top_log{ background: url(@/static/img/index/inLogo.png) no-repeat center center; background-size: cover; - height: 80rpx; + height: 60rpx; width: 400rpx; } @@ -579,8 +579,8 @@ .home_logo{ background: url(@/static/img/index/inLogo.png) no-repeat center center; background-size: cover; - height: 80rpx; - width: 400rpx; + height: 76rpx; + width: 500rpx; margin: 24rpx 24rpx 24rpx 24rpx; } .body_header{ diff --git a/static/img/index/bannerBg.png b/static/img/index/bannerBg.png index 9bf708c..5aefdce 100644 Binary files a/static/img/index/bannerBg.png and b/static/img/index/bannerBg.png differ diff --git a/static/img/index/inLogo.png b/static/img/index/inLogo.png index 8284a0c..ad11b25 100644 Binary files a/static/img/index/inLogo.png and b/static/img/index/inLogo.png differ