|
@@ -6,6 +6,7 @@
|
6
|
6
|
{{ info.content }}
|
7
|
7
|
</div>
|
8
|
8
|
</div>
|
|
9
|
+ <div class="colse" ><i class="iconfont icon-roundclose"></i></div>
|
9
|
10
|
</div>
|
10
|
11
|
</template>
|
11
|
12
|
|
|
@@ -60,6 +61,17 @@ const props = defineProps({
|
60
|
61
|
}
|
61
|
62
|
animation: fade-in; /*动画名称*/
|
62
|
63
|
animation-duration: 0.7s; /*动画持续时间*/
|
|
64
|
+
|
|
65
|
+ .colse{
|
|
66
|
+ position: absolute;
|
|
67
|
+ bottom: 30px;
|
|
68
|
+ color: rgba(256, 256, 256, 0.8);
|
|
69
|
+ .icon-roundclose{
|
|
70
|
+ font-size: 48px;
|
|
71
|
+ }
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+ }
|
63
|
75
|
}
|
64
|
76
|
@keyframes fade-in {
|
65
|
77
|
0% {
|