style: 全部样式更新2.0

This commit is contained in:
chenchun
2025-08-05 14:09:39 +08:00
parent 09a2f91cbf
commit e73678c788
15 changed files with 135 additions and 91 deletions

View File

@@ -1,5 +1,4 @@
<template>
<StarBackground :speed="0.2" :number="1000"/>
<div class="content-main">
<RouterView />
</div>
@@ -7,7 +6,6 @@
</template>
<script setup>
import StarBackground from "@/components/StarBackground.vue";
</script>
<style scoped>
.content-main {

View File

@@ -44,11 +44,11 @@ const handleScroll = () => {
.common {
&-layout {
width: 100%;
height: 100%;
// height: 100%;
}
&-container {
width: 100%;
height: 100%;
// height: 100%;
}
&-header {
width: 100%;

View File

@@ -12,11 +12,9 @@
</div>
</div>
</div>
<StarBackground :speed="0.01" :number="4000"/>
</template>
<!-- <style src="@/assets/styles/login.scss" scoped></style> -->
<script setup>
import StarBackground from "@/components/StarBackground.vue";
import useConfigStore from "@/stores/config";
const configStore=useConfigStore();
const isIcp=import.meta.env.VITE_APP_ICP==="true";

View File

@@ -43,11 +43,11 @@ const handleScroll = () => {
.common {
&-layout {
width: 100%;
height: 100%;
// height: 100%;
}
&-container {
width: 100%;
height: 100%;
// height: 100%;
}
&-header {
width: 100%;