temp1
This commit is contained in:
parent
6eb0c6b588
commit
a765d68a1d
|
|
@ -1,7 +1,6 @@
|
|||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@source "../../../content/**/*";
|
||||
|
||||
@theme static {
|
||||
--font-sans: 'Public Sans', sans-serif;
|
||||
|
|
|
|||
|
|
@ -33,42 +33,7 @@
|
|||
<div class="relative">
|
||||
<div class="relative z-10">
|
||||
<img alt="车" src="https://api.ccttiot.com/smartmeter/img/static/u1FoIt3IRUOer3uGOOTI">
|
||||
<!-- <!– 电动车SVG –>-->
|
||||
<!-- <div class="w-full max-w-md mx-auto">-->
|
||||
<!-- <svg class="w-full h-auto" viewBox="0 0 400 300">-->
|
||||
<!-- <!– 车架 –>-->
|
||||
<!-- <path-->
|
||||
<!-- class="fill-yellow-500 stroke-gray-900 stroke-2"-->
|
||||
<!-- d="M150,200 L250,200 L260,150 L240,100 L160,100 L140,150 Z"/>-->
|
||||
|
||||
<!-- <!– 车轮 –>-->
|
||||
<!-- <circle class="fill-gray-800 stroke-gray-900 stroke-2" cx="120" cy="200" r="25"/>-->
|
||||
<!-- <circle class="fill-gray-600" cx="120" cy="200" r="15"/>-->
|
||||
<!-- <circle class="fill-gray-800 stroke-gray-900 stroke-2" cx="280" cy="200" r="25"/>-->
|
||||
<!-- <circle class="fill-gray-600" cx="280" cy="200" r="15"/>-->
|
||||
|
||||
<!-- <!– 车把 –>-->
|
||||
<!-- <path-->
|
||||
<!-- class="stroke-gray-900 stroke-4"-->
|
||||
<!-- d="M250,150 L280,120 M250,150 L280,180"/>-->
|
||||
|
||||
<!-- <!– 车座 –>-->
|
||||
<!-- <path-->
|
||||
<!-- class="stroke-gray-900 stroke-4 fill-none"-->
|
||||
<!-- d="M180,100 Q200,80 220,100"/>-->
|
||||
|
||||
<!-- <!– 电池 –>-->
|
||||
<!-- <rect-->
|
||||
<!-- class="fill-green-500 stroke-gray-900 stroke-1" height="30" rx="5" width="60" x="170"-->
|
||||
<!-- y="120"/>-->
|
||||
|
||||
<!-- <!– 智能设备 –>-->
|
||||
<!-- <circle class="fill-blue-500 stroke-gray-900 stroke-1" cx="200" cy="80" r="15"/>-->
|
||||
<!-- <path class="stroke-white stroke-2" d="M195,75 L205,85 M205,75 L195,85"/>-->
|
||||
<!-- </svg>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- 浮动元素 -->
|
||||
|
||||
<div
|
||||
class="absolute top-10 left-10 w-20 h-20 bg-yellow-400 dark:bg-yellow-600 rounded-full opacity-20 animate-pulse"/>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@
|
|||
<UContainer>
|
||||
<AppHeader :links="navLinks"/>
|
||||
<slot/>
|
||||
<DevelopNews/>
|
||||
<BottomNavigation/>
|
||||
<AppFooter/>
|
||||
|
||||
</ucontainer>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
<script lang="ts" setup>
|
||||
|
||||
import BottomNavigation from "~/components/BottomNavigation.vue";
|
||||
import DevelopNews from "~/components/DevelopNews.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -11,8 +8,6 @@ import DevelopNews from "~/components/DevelopNews.vue";
|
|||
<IndexItem3/>
|
||||
<IndexItem4/>
|
||||
<IndexItem5/>
|
||||
<DevelopNews/>
|
||||
<BottomNavigation/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user