|
@@ -1,17 +1,37 @@
|
|
|
-<ion-header [translucent]="true">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title>
|
|
|
- Tab 1
|
|
|
- </ion-title>
|
|
|
- </ion-toolbar>
|
|
|
-</ion-header>
|
|
|
+
|
|
|
|
|
|
<ion-content [fullscreen]="true">
|
|
|
- <ion-header collapse="condense">
|
|
|
+
|
|
|
+ <ion-header>
|
|
|
<ion-toolbar>
|
|
|
- <ion-title size="large">Tab 1</ion-title>
|
|
|
+ <ion-segment value="all">
|
|
|
+ <ion-segment-button value="attention">
|
|
|
+ <ion-label>关注</ion-label>
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="recommend">
|
|
|
+ <ion-label>推荐</ion-label>
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="special">
|
|
|
+ <ion-label>专题</ion-label>
|
|
|
+ </ion-segment-button>
|
|
|
+ </ion-segment>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
|
|
|
- <app-explore-container name="Tab 1 page"></app-explore-container>
|
|
|
+ <ion-card>
|
|
|
+ <img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />
|
|
|
+
|
|
|
+ <ion-card-content>
|
|
|
+ Here's a small text description for the card content. Nothing more, nothing less.
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
+ <ion-card>
|
|
|
+ <img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />
|
|
|
+
|
|
|
+ <ion-card-content>
|
|
|
+ Here's a small text description for the card content. Nothing more, nothing less.
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
</ion-content>
|