diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index d458b3c..f98658b 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -7,10 +7,7 @@ - - S - S - + @@ -168,33 +165,9 @@ export default { position: relative; } -.logo-inner { - position: relative; - width: 100%; - height: 100%; - display: flex; - align-items: center; - justify-content: center; -} - -.s-shape { - position: absolute; - font-size: 70rpx; - font-weight: bold; - font-family: 'Arial', sans-serif; - line-height: 1; -} - -.s-blue { - color: #2196f3; - transform: rotate(-20deg) translateX(-12rpx) translateY(-2rpx); - z-index: 2; -} - -.s-green { - color: #4caf50; - transform: rotate(20deg) translateX(12rpx) translateY(2rpx); - z-index: 1; +.logo-image { + width: 120rpx; + height: 120rpx; } /* 应用名称 */ @@ -238,9 +211,6 @@ export default { } /* 版本号 */ -.version-container { - /* 移除绝对定位,让它跟随下部区域布局 */ -} .version-text { font-size: 24rpx; diff --git a/src/static/logo1.png b/src/static/logo1.png new file mode 100644 index 0000000..024672c Binary files /dev/null and b/src/static/logo1.png differ