GFRS-2591【前端】替换星路历程页面的两个背景图(新的背景图进行了压缩) --提交人:张齐

This commit is contained in:
zhangqi1
2021-09-03 14:11:44 +08:00
committed by liyuetong
parent 774ad01a93
commit 4b6c52af6e
5 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 KiB

View File

@@ -821,7 +821,7 @@ export default {
.first-page-background-img {
width: 100%;
min-height: 100vh;
background: url('../../../assets/images/starProcess/background-img-1.png') no-repeat;
background: url('../../../assets/images/starProcess/background-img-1.jpg') no-repeat;
background-size: 100%;
background-color: #181935;
position: fixed;
@@ -868,7 +868,7 @@ export default {
.second-page-background-img {
width: 100%;
min-height: 100vh;
background: url('../../../assets/images/starProcess/background-img-1.png') no-repeat;
background: url('../../../assets/images/starProcess/background-img-1.jpg') no-repeat;
background-size: 100%;
background-color: #181935;
position: fixed;
@@ -1006,7 +1006,7 @@ export default {
.third-page-background-img {
width: 100%;
min-height: 100vh;
background: url('../../../assets/images/starProcess/background-img-1.png') no-repeat;
background: url('../../../assets/images/starProcess/background-img-1.jpg') no-repeat;
background-size: 100%;
background-color: #181935;
position: fixed;
@@ -1085,7 +1085,7 @@ export default {
.fourth-page-background-img {
width: 100%;
min-height: 100vh;
background: url('../../../assets/images/starProcess/background-img-2.png') no-repeat;
background: url('../../../assets/images/starProcess/background-img-2.jpg') no-repeat;
background-size: 100%;
background-color: #181935;
position: fixed;
@@ -1154,7 +1154,7 @@ export default {
.fifth-page-background-img {
width: 100%;
min-height: 100vh;
background: url('../../../assets/images/starProcess/background-img-1.png') no-repeat;
background: url('../../../assets/images/starProcess/background-img-1.jpg') no-repeat;
background-size: 100%;
background-color: #181935;
position: fixed;
@@ -1245,7 +1245,7 @@ export default {
.sixth-page-background-img {
width: 100%;
min-height: 100vh;
background: url('../../../assets/images/starProcess/background-img-2.png') no-repeat;
background: url('../../../assets/images/starProcess/background-img-2.jpg') no-repeat;
background-size: 100%;
background-color: #181935;
position: fixed;