diff --git a/pages/index/index.vue b/pages/index/index.vue index 1a68e68..04b0f83 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -36,12 +36,12 @@ name: 'fadeIn', duration: '1s', timer: 1000, - content: require('../../static/xtdk/index-logo.png'), + content: require('../../static/xtdk/index-logo-bbfc.png'), autoplay: false, class: 'logo', show: false, - width: '135rpx', - height: '100rpx' + width: '434rpx', + height: '91rpx' }, { name: 'zoomIn', duration: '1.5s', diff --git a/pages/map/map.vue b/pages/map/map.vue index af260b7..9e9d540 100644 --- a/pages/map/map.vue +++ b/pages/map/map.vue @@ -92,7 +92,7 @@ export default { data() { return { - indexlogo:require('../../static/xtdk/index-logo.png'), + indexlogo:require('../../static/xtdk/index-logo-bbfc.png'), indextitle:require('../../static/xtdk/index-title.png'), iconArr:[{ src:'', @@ -311,8 +311,8 @@ height: 380rpx; background: transparent; .logo{ - width: 122rpx; - height: 90rpx; + width: 434rpx; + height: 91rpx; position: absolute; top: 50rpx; left: 50%; diff --git a/static/xtdk/index-logo-bbfc.png b/static/xtdk/index-logo-bbfc.png new file mode 100644 index 0000000..0738d97 Binary files /dev/null and b/static/xtdk/index-logo-bbfc.png differ diff --git a/static/xtdk/index-logo2.png b/static/xtdk/index-logo2.png new file mode 100644 index 0000000..ed77f56 Binary files /dev/null and b/static/xtdk/index-logo2.png differ