|
@@ -1,17 +1,57 @@
|
|
|
-<ion-header [translucent]="true">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title>
|
|
|
- Tab 1
|
|
|
- </ion-title>
|
|
|
- </ion-toolbar>
|
|
|
-</ion-header>
|
|
|
+<div id="banner">
|
|
|
+ <div id="header">
|
|
|
+ <div id="header-left">
|
|
|
+ <ion-icon name="location-outline" size="large" aria-hidden="true"></ion-icon>
|
|
|
+ 位置信息
|
|
|
+ </div>
|
|
|
|
|
|
-<ion-content [fullscreen]="true">
|
|
|
- <ion-header collapse="condense">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title size="large">Tab 1</ion-title>
|
|
|
- </ion-toolbar>
|
|
|
- </ion-header>
|
|
|
+ <div id="header-right">
|
|
|
+ <ion-icon name="notifications-outline" size="large" aria-label="Favorite"></ion-icon>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
- <app-explore-container name="Tab 1 page"></app-explore-container>
|
|
|
-</ion-content>
|
|
|
+ <div style="background:none;">
|
|
|
+ <ion-card>
|
|
|
+ <ion-button fill="clear">
|
|
|
+ <img src="https://s1.imagehub.cc/images/2024/11/30/65240adeb8e5429ad600c181ab66d62e.png"
|
|
|
+ alt="button tab">
|
|
|
+ </ion-button>
|
|
|
+ <p>
|
|
|
+ 测试
|
|
|
+ </p>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
+ <ion-card>
|
|
|
+ <ion-button fill="clear">
|
|
|
+ <img src="https://s1.imagehub.cc/images/2024/11/30/65240adeb8e5429ad600c181ab66d62e.png"
|
|
|
+ alt="button tab">
|
|
|
+ </ion-button>
|
|
|
+ <p>
|
|
|
+ 未设置
|
|
|
+ </p>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
+ <ion-card>
|
|
|
+ <ion-button fill="clear">
|
|
|
+ <img src="https://s1.imagehub.cc/images/2024/11/30/65240adeb8e5429ad600c181ab66d62e.png"
|
|
|
+ alt="button tab">
|
|
|
+ </ion-button>
|
|
|
+ <p>
|
|
|
+ 未设置
|
|
|
+ </p>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
+ <ion-card>
|
|
|
+ <ion-button fill="clear">
|
|
|
+ <img src="https://s1.imagehub.cc/images/2024/11/30/65240adeb8e5429ad600c181ab66d62e.png"
|
|
|
+ alt="button tab">
|
|
|
+ </ion-button>
|
|
|
+ <p>
|
|
|
+ 未设置
|
|
|
+ </p>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<ion-content>
|
|
|
+</ion-content>
|