Commit 501636b8 by 孙美琪

首页相关修改

parent 12f5e454
......@@ -84,7 +84,7 @@
</div>
<div class="right">
<div class="title">{{ item.title }}</div>
<div class="content" v-html="item.description">
<div class="content" v-html="item.remark">
</div>
</div>
</div>
......@@ -254,11 +254,11 @@ function handleCarousel(url) {
<style scoped lang="scss">
.new-model {
background-image: url("@/assets/images/indexImg/bg-1.png");
background-size: cover; /* 背景图片覆盖整个元素区域 */
background-position: center; /* 背景图片居中 */
background-repeat: no-repeat; /* 背景图片不重复 */
//background-color: rgba(153, 155, 163);
//background-image: url("@/assets/images/indexImg/bg-1.png");
//background-size: 100% 100%; /* 背景图片覆盖整个元素区域 */
//background-position: 100% 100%; /* 背景图片居中 */
//background-repeat: repeat-x; /* 背景图片不重复 */
background-color: #b6b8bf;
padding-bottom: 90px;
margin-bottom: 0;
}
......@@ -417,13 +417,13 @@ function handleCarousel(url) {
.block {
//width: 1280px;
background-image: url("@/assets/images/indexImg/bg-1.png");
//width: calc(100% - 214px);
background-size: cover; /* 背景图片覆盖整个元素区域 */
background-position: center; /* 背景图片居中 */
background-repeat: no-repeat; /* 背景图片不重复 */
//background-image: url("@/assets/images/indexImg/bg-1.png");
//background-size: 100% 100%;
//background-repeat: repeat-y;
background: #b6b8bf;
margin: 0 auto;
z-index: 4 !important;
padding-bottom: 60px;
}
.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