master
parent
55a0e03588
commit
2f521b4b1b
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 679 KiB |
Before Width: | Height: | Size: 90 KiB |
@ -1,19 +1,25 @@
|
|||||||
|
.wzgl_warp {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-color: #020202;
|
||||||
|
}
|
||||||
|
|
||||||
.earthWarp {
|
.earthWarp {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: url('../../../../assets/images/googleEarth/startBG.jpg') no-repeat;
|
background: url('../../../../assets/images/googleEarth/starBG.png') no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 85% 100%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
object-fit: cover;
|
|
||||||
|
|
||||||
.earthCon {
|
.earthCon {
|
||||||
width: 500px;
|
width: 46%;
|
||||||
height: 500px;
|
height: 96%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue