mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
先提交保留一下
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="portal-footer">
|
||||
<div class="portal-footer" :style="`background-image:url(${this.webBaseUrl}/images/bg_foot.png)`">
|
||||
<div class="center">
|
||||
<div class="center-img1" style="margin-left: 100px;"><img :src="`${this.webBaseUrl}/images/foot_center.png`"/> </div>
|
||||
<div class="center-img2"><img :src="`${this.webBaseUrl}/images/foot_code.png`"/> </div>
|
||||
@@ -47,7 +47,7 @@ export default {
|
||||
margin-top: 30px;
|
||||
box-sizing: border-box;
|
||||
height: 300px;
|
||||
background-image: url(/pc/images/bg_foot.png);
|
||||
//background-image: url(/pc/images/bg_foot.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size:cover;
|
||||
|
||||
Reference in New Issue
Block a user