ZZJ
2022-06-14 7cb4669c2f6eda51acd62624a146c1efb0d3a8c3
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div class="Footer"></div>
</template>
 
<script >
export default {};
</script>
 
<style lang="scss" scoped>
.Footer {
  background: #f3f5f8;
}
</style>