update bg-color
This commit is contained in:
parent
776ba572da
commit
0c31996011
Binary file not shown.
Before Width: | Height: | Size: 899 KiB After Width: | Height: | Size: 966 KiB |
@ -5,6 +5,7 @@
|
|||||||
transformOrigin: 'top left',
|
transformOrigin: 'top left',
|
||||||
}" -->
|
}" -->
|
||||||
<div class="home-view" :style="styles">
|
<div class="home-view" :style="styles">
|
||||||
|
<div class="bg-layer"></div>
|
||||||
<LeftSide />
|
<LeftSide />
|
||||||
<section class="center">
|
<section class="center">
|
||||||
<BigHeader />
|
<BigHeader />
|
||||||
@ -80,9 +81,21 @@ export default {
|
|||||||
height: 4320px;
|
height: 4320px;
|
||||||
width: 21120px;
|
width: 21120px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(../assets/bg.png) center/cover no-repeat, #e0e3f6;
|
// background: #C9CCE5;
|
||||||
|
background: url(../assets/bg.png) center/cover no-repeat;
|
||||||
color: white;
|
color: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-layer {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: #c9cce577;
|
||||||
|
// background: url(../assets/bg.png) center/cover no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
|
Loading…
Reference in New Issue
Block a user