diff --git a/src/assets/images/foot.png b/src/assets/images/foot.png new file mode 100644 index 0000000..9ef3f2b Binary files /dev/null and b/src/assets/images/foot.png differ diff --git a/src/views/KeyPopulations/index.vue b/src/views/KeyPopulations/index.vue index 56afc70..0ba53c4 100644 --- a/src/views/KeyPopulations/index.vue +++ b/src/views/KeyPopulations/index.vue @@ -18,6 +18,7 @@ </div> </div> </div> + <div class="foot"></div> </div> </template> @@ -29,6 +30,16 @@ import Yjclqktj from './model/yjclqktj.vue' </script> <style lang="scss" scoped> @import "@/assets/css/homeScreen.scss"; +.foot{ + position: absolute; + left: 50%; + bottom: 0; + transform: translate(-50%); + width: 1380px; + height: 107px; + background: url("~@/assets/images/foot.png") no-repeat center center; + background-size: 100% 100%; +} .asideL{ background: linear-gradient( to right, rgba(78, 98, 132,0.8) 0%, #fff 100%); }