Commit cd11e8ef by 孙美琪

修改主页背景图片

parent 696201b1
...@@ -124,6 +124,9 @@ aside { ...@@ -124,6 +124,9 @@ aside {
//main-container全局样式 //main-container全局样式
.app-container { .app-container {
padding: 20px; padding: 20px;
flex-grow: 1;
flex-shrink: 1;
position: relative;
} }
.components-container { .components-container {
......
...@@ -290,10 +290,10 @@ function openAssembly(data) { ...@@ -290,10 +290,10 @@ function openAssembly(data) {
<style scoped lang="scss"> <style scoped lang="scss">
.new-model { .new-model {
background: url("@/assets/images/indexImg/bg-1.png") no-repeat; background: url("@/assets/images/indexImg/bg-1.png") no-repeat center center / 100%;
//background-color: rgba(153, 155, 163); //background-color: rgba(153, 155, 163);
padding-bottom: 100px; padding-bottom: 150px;
margin-bottom: -2px; margin-bottom: -3px;
} }
.view-more-text { .view-more-text {
...@@ -415,15 +415,15 @@ function openAssembly(data) { ...@@ -415,15 +415,15 @@ function openAssembly(data) {
} }
.resource-col:first-of-type .resource-box { .resource-col:first-of-type .resource-box {
background: url("@/assets/images/indexImg/resource1.png"); background: url("@/assets/images/indexImg/resource1.png") no-repeat center center / 100%;
} }
.resource-col:nth-of-type(2) .resource-box { .resource-col:nth-of-type(2) .resource-box {
background: url("@/assets/images/indexImg/resource2.png"); background: url("@/assets/images/indexImg/resource2.png") no-repeat center center / 100%;
} }
.resource-col:nth-of-type(3) .resource-box { .resource-col:nth-of-type(3) .resource-box {
background: url("@/assets/images/indexImg/resource3.png"); background: url("@/assets/images/indexImg/resource3.png") no-repeat center center / 100%;
} }
.app-container { .app-container {
...@@ -448,7 +448,7 @@ function openAssembly(data) { ...@@ -448,7 +448,7 @@ function openAssembly(data) {
.block { .block {
//width: 1280px; //width: 1280px;
background: url("@/assets/images/indexImg/bg-1.png") no-repeat; background: url("@/assets/images/indexImg/bg-1.png") no-repeat center center / 100%;
//width: calc(100% - 214px); //width: calc(100% - 214px);
margin: 0 auto; margin: 0 auto;
z-index: 4 !important; z-index: 4 !important;
......
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