|
@@ -29,15 +29,14 @@
|
29
|
29
|
</div>
|
30
|
30
|
</template>
|
31
|
31
|
<script setup lang="ts" name="">
|
32
|
|
-import {} from 'vue'
|
|
32
|
+import {} from "vue";
|
33
|
33
|
</script>
|
34
|
34
|
<style scoped lang="less">
|
35
|
35
|
.footer {
|
36
|
36
|
padding: 20px 0;
|
37
|
37
|
background-color: #7898c0;
|
38
|
38
|
border-top: 2px solid #37e;
|
39
|
|
- background: url('../../assets/bgImage/footer.png') 100% 100% no-repeat;
|
40
|
|
- margin-top: 50px;
|
|
39
|
+ background: url("../../assets/bgImage/footer.png") 100% 100% no-repeat;
|
41
|
40
|
.link {
|
42
|
41
|
ul {
|
43
|
42
|
width: 380px;
|