fix
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
</!--ion-header-->
|
||||
|
||||
<ion-content class="home_style">
|
||||
|
||||
<img src="./../../assets/imgs/black_home.png">
|
||||
</ion-content>
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
.home_style{
|
||||
display: flex;
|
||||
background-image: url('./../../assets/imgs/black_home.jpg');
|
||||
background-size: cover;
|
||||
/* display: flex;
|
||||
flex-direction: column;
|
||||
--padding-top: constant(safe-area-inset-top); //for iOS 11.2;
|
||||
--padding-top: env(safe-area-inset-top); //for iOS 11.1
|
||||
--padding-bottom: 40px;
|
||||
--padding-start: 0;
|
||||
--padding-end: 0;
|
||||
--background: #ECECFF;
|
||||
--background-image: url('/assets/imgs/black_home.png');
|
||||
background-size: cover;
|
||||
--padding-end: 0;*/
|
||||
// --background: #ECECFF;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Reference in New Issue
Block a user