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