mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 18:23:10 +08:00
GFRS-2591【前端】替换星路历程页面的两个背景图(新的背景图进行了压缩) --提交人:张齐
This commit is contained in:
BIN
src/assets/images/starProcess/background-img-1.jpg
Normal file
BIN
src/assets/images/starProcess/background-img-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 626 KiB |
BIN
src/assets/images/starProcess/background-img-2.jpg
Normal file
BIN
src/assets/images/starProcess/background-img-2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 519 KiB |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user