lion 2 years ago
parent 7eb779422d
commit 95f402255a

@ -36,12 +36,12 @@
name: 'fadeIn', name: 'fadeIn',
duration: '1s', duration: '1s',
timer: 1000, timer: 1000,
content: require('../../static/xtdk/index-logo.png'), content: require('../../static/xtdk/index-logo-bbfc.png'),
autoplay: false, autoplay: false,
class: 'logo', class: 'logo',
show: false, show: false,
width: '135rpx', width: '434rpx',
height: '100rpx' height: '91rpx'
}, { }, {
name: 'zoomIn', name: 'zoomIn',
duration: '1.5s', duration: '1.5s',

@ -92,7 +92,7 @@
export default { export default {
data() { data() {
return { return {
indexlogo:require('../../static/xtdk/index-logo.png'), indexlogo:require('../../static/xtdk/index-logo-bbfc.png'),
indextitle:require('../../static/xtdk/index-title.png'), indextitle:require('../../static/xtdk/index-title.png'),
iconArr:[{ iconArr:[{
src:'', src:'',
@ -311,8 +311,8 @@
height: 380rpx; height: 380rpx;
background: transparent; background: transparent;
.logo{ .logo{
width: 122rpx; width: 434rpx;
height: 90rpx; height: 91rpx;
position: absolute; position: absolute;
top: 50rpx; top: 50rpx;
left: 50%; left: 50%;

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save