Commit 501636b8 by 孙美琪

首页相关修改

parent 12f5e454
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</div> </div>
<div class="right"> <div class="right">
<div class="title">{{ item.title }}</div> <div class="title">{{ item.title }}</div>
<div class="content" v-html="item.description"> <div class="content" v-html="item.remark">
</div> </div>
</div> </div>
</div> </div>
...@@ -254,11 +254,11 @@ function handleCarousel(url) { ...@@ -254,11 +254,11 @@ function handleCarousel(url) {
<style scoped lang="scss"> <style scoped lang="scss">
.new-model { .new-model {
background-image: url("@/assets/images/indexImg/bg-1.png"); //background-image: url("@/assets/images/indexImg/bg-1.png");
background-size: cover; /* 背景图片覆盖整个元素区域 */ //background-size: 100% 100%; /* 背景图片覆盖整个元素区域 */
background-position: center; /* 背景图片居中 */ //background-position: 100% 100%; /* 背景图片居中 */
background-repeat: no-repeat; /* 背景图片不重复 */ //background-repeat: repeat-x; /* 背景图片不重复 */
//background-color: rgba(153, 155, 163); background-color: #b6b8bf;
padding-bottom: 90px; padding-bottom: 90px;
margin-bottom: 0; margin-bottom: 0;
} }
...@@ -417,13 +417,13 @@ function handleCarousel(url) { ...@@ -417,13 +417,13 @@ function handleCarousel(url) {
.block { .block {
//width: 1280px; //width: 1280px;
background-image: url("@/assets/images/indexImg/bg-1.png"); //background-image: url("@/assets/images/indexImg/bg-1.png");
//width: calc(100% - 214px); //background-size: 100% 100%;
background-size: cover; /* 背景图片覆盖整个元素区域 */ //background-repeat: repeat-y;
background-position: center; /* 背景图片居中 */ background: #b6b8bf;
background-repeat: no-repeat; /* 背景图片不重复 */
margin: 0 auto; margin: 0 auto;
z-index: 4 !important; z-index: 4 !important;
padding-bottom: 60px;
} }
.block-title { .block-title {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment