tab1.page.html 330 B

1234567891011121314151617
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. 使用说明
  5. </ion-title>
  6. </ion-toolbar>
  7. </ion-header>
  8. <ion-content [fullscreen]="true">
  9. <ion-header collapse="condense">
  10. <ion-toolbar>
  11. <ion-title size="large">使用说明</ion-title>
  12. </ion-toolbar>
  13. </ion-header>
  14. </ion-content>