This commit is contained in:
zy_zr 2025-04-15 19:03:17 +08:00
parent 2703819710
commit 8189e2ca5a
2 changed files with 11 additions and 0 deletions

BIN
src/assets/images/foot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -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%);
} }