mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
18 lines
248 B
HTML
18 lines
248 B
HTML
|
|
<ion-view nav-title="Content">
|
|
|
|
<ion-content>
|
|
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
|
|
</ion-content>
|
|
|
|
</ion-view>
|
|
<style>
|
|
f { display: block; height: 400px; width: 100%; background-color: #387ef5; margin-bottom: 15px; }
|
|
</style>
|