Commit 35fdd297bdccef782456bae9e2c8a058100b7f7c

Authored by liuqimichale
1 parent 75d9b1a0

底部

webintroduce/src/components/VFooter.vue
1 <template> 1 <template>
2 - <div class="footer-wrap">底部</div> 2 + <div class="footer-wrap">
  3 + <div class="contentWidth">123123</div>
  4 + </div>
3 </template> 5 </template>
4 6
5 <script> 7 <script>
@@ -11,6 +13,6 @@ export default { @@ -11,6 +13,6 @@ export default {
11 <style scoped> 13 <style scoped>
12 .footer-wrap{ 14 .footer-wrap{
13 height: 100px; 15 height: 100px;
14 - background: #0f0; 16 + background: #000;
15 } 17 }
16 </style> 18 </style>
webintroduce/src/views/home.vue
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 :key="index" @click="toEnterprise(enterprise.id)"> 4 :key="index" @click="toEnterprise(enterprise.id)">
5 {{enterprise.name}} 5 {{enterprise.name}}
6 </li> 6 </li>
7 - <div style="height: 800px;background-color: #000">shouye</div> 7 + <div style="height: 800px;background-color: #00f">shouye</div>
8 <div style="height: 800px;background-color: #ccc">shouye</div> 8 <div style="height: 800px;background-color: #ccc">shouye</div>
9 </ul> 9 </ul>
10 </template> 10 </template>