Commit 5041177 1 parent 2f5ab10 commit 5041177 Copy full SHA for 5041177
File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <v-footer height =" 40 " app >
2
+ <v-footer height =" auto " app >
3
3
<a
4
4
key =" ClassIsland"
5
5
href =" https://classisland.tech/"
30
30
style =" position : absolute ; right : 16px "
31
31
>
32
32
© ; 2023-{{ new Date().getFullYear() }}
33
- <span class =" d-none d-sm-inline-block" >DSZ Dev Team</span >
33
+ <span class =" d-none d-sm-inline-block" >ClassIsland</span >
34
+   ; |  ;
35
+ <a href =" https://beian.miit.gov.cn/" target =" _blank" rel =" noopener noreferrer" class =" beian-link" >沪ICP备2024084943号</a >
36
+   ; |  ;
37
+ <a href =" http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=12345678" target =" _blank" rel =" noopener noreferrer" class =" beian-link" >沪公网安备31012002006157号</a >
34
38
</div >
35
39
</v-footer >
36
40
</template >
37
41
38
42
<script setup lang="ts">
39
43
import SvgIcon from ' ./SvgIcon.vue' ;
40
44
41
-
42
45
const items = [
43
46
{
44
47
title: " QQ群" ,
@@ -54,7 +57,6 @@ const items = [
54
57
</script >
55
58
56
59
<style scoped lang="sass">
57
-
58
60
.social-link :deep(.v-icon )
59
61
color : rgba(var(-- v- theme- on- background), var(-- v- disabled- opacity))
60
62
text-decoration : none
@@ -63,6 +65,11 @@ const items = [
63
65
& :hover
64
66
color : rgba(25 , 118 , 210 , 1 )
65
67
68
+ .beian-link
69
+ color : rgba(var(-- v- theme- on- background), var(-- v- disabled- opacity))
70
+ text-decoration : none
71
+ transition : .2s ease-in-out
66
72
67
-
73
+ & :hover
74
+ color : rgba(25 , 118 , 210 , 1 )
68
75
</style >
You can’t perform that action at this time.
0 commit comments