更新
This commit is contained in:
parent
2703819710
commit
8189e2ca5a
BIN
src/assets/images/foot.png
Normal file
BIN
src/assets/images/foot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
|
@ -18,6 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -29,6 +30,16 @@ import Yjclqktj from './model/yjclqktj.vue'
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import "@/assets/css/homeScreen.scss";
|
@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{
|
.asideL{
|
||||||
background: linear-gradient( to right, rgba(78, 98, 132,0.8) 0%, #fff 100%);
|
background: linear-gradient( to right, rgba(78, 98, 132,0.8) 0%, #fff 100%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user