Commit 3829dbb5 authored by “yiyousong”'s avatar “yiyousong”

perf:压缩背景图片

parent bb8e14e9
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
overflow: hidden; overflow: hidden;
} }
.actuary { .actuary {
background: url("~@/assets/images/dataActuary/bg.png") center no-repeat; background: url("~@/assets/images/dataActuary/bg2.png") center no-repeat;
background-size: cover; background-size: cover;
.act_cont { .act_cont {
......
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.data-manage { .data-manage {
padding: 72px 60px 0px 60px; padding: 72px 60px 0px 60px;
background: url("@/assets/images/dataManage/bg.png"); background: url("@/assets/images/dataManage/bg_2.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.main { .main {
height: 714px; height: 714px;
......
...@@ -233,7 +233,7 @@ export default { ...@@ -233,7 +233,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.station { .station {
background: url("@/assets/images/siteArrange/bg.png") no-repeat; background: url("@/assets/images/siteArrange/bg_2.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
overflow: hidden; overflow: hidden;
.del-box { .del-box {
......
...@@ -267,7 +267,7 @@ export default { ...@@ -267,7 +267,7 @@ export default {
.platform { .platform {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("~@/assets/images/siteArrange/bg-pintai.jpg") no-repeat center / background: url("@/assets/images/platformSet/bg-pintai.jpg") no-repeat center /
100% 100%; 100% 100%;
.container-bg { .container-bg {
padding-top: @headerH; padding-top: @headerH;
......
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
.playground { .playground {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("~@/assets/images/siteArrange/bg-pintai.jpg") center no-repeat; background: url("@/assets/images/platformSet/bg-pintai.jpg") no-repeat center;
background-size: cover; background-size: cover;
padding-top: @headerH; padding-top: @headerH;
......
...@@ -3265,7 +3265,7 @@ export default { ...@@ -3265,7 +3265,7 @@ export default {
.modal { .modal {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("~@/assets/images/siteArrange/bg-pintai.jpg") center no-repeat; background: url("@/assets/images/platformSet/bg-pintai.jpg") no-repeat center;
background-size: cover; background-size: cover;
padding-top: @headerH; padding-top: @headerH;
......
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 to comment