src/components/Splash.vue
@@ -1,7 +1,6 @@ <template> <div class="splash-container"> <span class="title">科技</span> <span class="title1">便携生活</span> <span class="title">科技 便捷生活</span> </div> </template> @@ -16,7 +15,7 @@ display: flex; justify-content: center; align-items: center; background: #fff; background: linear-gradient(180deg, #E6F3FF 0%, #FFFFFF 100%); } .splash-logo { width: 180px; @@ -25,12 +24,7 @@ } .title { font-weight: 400; font-size: 60px; font-size: 48px; color: #000000; } .title1 { font-weight: 400; font-size: 40px; color: #000000; } </style> </style>