mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
Stuff
This commit is contained in:
@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
<ion-toolbar id="p2toolbar">
|
<ion-toolbar id="p2toolbar">
|
||||||
<div class="toolbar-inner" [control-group]="filterForm">
|
<div class="toolbar-inner" [control-group]="filterForm">
|
||||||
|
<ion-title>feed</ion-title>
|
||||||
|
<!--
|
||||||
<ion-segment control="filterControl">
|
<ion-segment control="filterControl">
|
||||||
<ion-segment-button value="new" ion-button>
|
<ion-segment-button value="new" ion-button>
|
||||||
New
|
New
|
||||||
@ -34,6 +36,7 @@
|
|||||||
Best
|
Best
|
||||||
</ion-segment-button>
|
</ion-segment-button>
|
||||||
</ion-segment>
|
</ion-segment>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|
||||||
@ -59,6 +62,35 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-content">
|
||||||
|
I see humanity now as one vast plant, needing for its highest fulfillment only love, the natural blessings of the great outdoors, and intelligent crossing and selection.
|
||||||
|
</div>
|
||||||
|
<img src="http://ionic-io-assets.s3.amazonaws.com/images/p2.png">
|
||||||
|
<div class="card-footer">
|
||||||
|
Posted 7 days ago
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-content">
|
||||||
|
You must not lose faith in humanity. Humanity is an ocean; if a few drops of the ocean are dirty, the ocean does not become dirty.
|
||||||
|
</div>
|
||||||
|
<img src="http://ionic-io-assets.s3.amazonaws.com/images/p3.png">
|
||||||
|
<div class="card-footer">
|
||||||
|
Posted 7 days ago
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-content">
|
||||||
|
Keep close to Nature's heart... and break clear away, once in awhile, and climb a mountain or spend a week in the woods. Wash your spirit clean.
|
||||||
|
</div>
|
||||||
|
<img src="http://ionic-io-assets.s3.amazonaws.com/images/p4.png">
|
||||||
|
<div class="card-footer">
|
||||||
|
Posted 8 days ago
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
||||||
</ion-view>
|
</ion-view>
|
||||||
@ -71,6 +103,10 @@
|
|||||||
ion-view {
|
ion-view {
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
}
|
}
|
||||||
|
.platform-ios ion-toolbar {
|
||||||
|
height: 64px !important;
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
ion-content {
|
ion-content {
|
||||||
background-color: #F5F5F5 !important;
|
background-color: #F5F5F5 !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user