|
@@ -1,17 +1,121 @@
|
|
|
-<ion-header [translucent]="true">
|
|
|
+<ion-header>
|
|
|
<ion-toolbar>
|
|
|
- <ion-title>
|
|
|
- Tab 1
|
|
|
- </ion-title>
|
|
|
+ <ion-title>助农产品销售商城</ion-title>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
|
|
|
-<ion-content [fullscreen]="true">
|
|
|
- <ion-header collapse="condense">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title size="large">Tab 1</ion-title>
|
|
|
- </ion-toolbar>
|
|
|
- </ion-header>
|
|
|
+<ion-content>
|
|
|
+ <ion-grid>
|
|
|
+ <!-- 顶部用户信息 -->
|
|
|
+ <ion-row>
|
|
|
+ <ion-col size="3">
|
|
|
+ <ion-avatar>
|
|
|
+ <img src="assets/avatar.png" alt="用户头像">
|
|
|
+ </ion-avatar>
|
|
|
+ </ion-col>
|
|
|
+ <ion-col size="6">
|
|
|
+ <ion-text>
|
|
|
+ <h2>登录</h2>
|
|
|
+ </ion-text>
|
|
|
+ </ion-col>
|
|
|
+ <ion-col size="3" class="text-right">
|
|
|
+ <ion-button fill="clear" size="small">
|
|
|
+ <ion-icon name="gift-outline"></ion-icon>
|
|
|
+ 买货
|
|
|
+ <ion-icon name="chevron-forward-outline"></ion-icon>
|
|
|
+ </ion-button>
|
|
|
+ </ion-col>
|
|
|
+ </ion-row>
|
|
|
|
|
|
- <app-explore-container name="Tab 1 page"></app-explore-container>
|
|
|
+ <!-- 活动横幅 -->
|
|
|
+ <ion-card class="activity-banner">
|
|
|
+ <ion-card-header>
|
|
|
+ <ion-card-title>领取卖货福利红包,开启卖货之旅</ion-card-title>
|
|
|
+ </ion-card-header>
|
|
|
+ <ion-card-content>
|
|
|
+ <ion-grid>
|
|
|
+ <ion-row>
|
|
|
+ <ion-col size="8">
|
|
|
+ <ion-avatar-group>
|
|
|
+ <ion-avatar>
|
|
|
+ <img src="assets/avatar1.png" alt="用户头像1">
|
|
|
+ </ion-avatar>
|
|
|
+ <ion-avatar>
|
|
|
+ <img src="assets/avatar2.png" alt="用户头像2">
|
|
|
+ </ion-avatar>
|
|
|
+ <ion-avatar>
|
|
|
+ <img src="assets/avatar3.png" alt="用户头像3">
|
|
|
+ </ion-avatar>
|
|
|
+ </ion-avatar-group>
|
|
|
+ <p>20名采购商正在等你联系</p>
|
|
|
+ </ion-col>
|
|
|
+ <ion-col size="4" class="text-right">
|
|
|
+ <ion-button color="primary">免费发布</ion-button>
|
|
|
+ </ion-col>
|
|
|
+ </ion-row>
|
|
|
+ </ion-grid>
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
+
|
|
|
+ <!-- 推荐客户区域 -->
|
|
|
+ <ion-row>
|
|
|
+ <ion-col>
|
|
|
+ <ion-text>
|
|
|
+ <h3>推荐客户</h3>
|
|
|
+ <p class="small-text">每天早8点/晚6点更新</p>
|
|
|
+ </ion-text>
|
|
|
+ </ion-col>
|
|
|
+ </ion-row>
|
|
|
+ <ion-row>
|
|
|
+ <ion-col>
|
|
|
+ <ion-slides pager="true">
|
|
|
+ <ion-slide>
|
|
|
+ <ion-card>
|
|
|
+ <ion-card-header>
|
|
|
+ <ion-badge color="secondary">对家采购商</ion-badge>
|
|
|
+ <ion-card-title>新商机</ion-card-title>
|
|
|
+ </ion-card-header>
|
|
|
+ <ion-card-content>
|
|
|
+ <p>在线询价</p>
|
|
|
+ <p class="small-text">采购西瓜</p>
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
+ </ion-slide>
|
|
|
+ <!-- 其他卡片 -->
|
|
|
+ </ion-slides>
|
|
|
+ </ion-col>
|
|
|
+ </ion-row>
|
|
|
+
|
|
|
+ <!-- 金刚区 -->
|
|
|
+ <ion-row>
|
|
|
+ <ion-col>
|
|
|
+ <ion-grid>
|
|
|
+ <ion-row>
|
|
|
+ <ion-col *ngFor="let item of kingKongItems">
|
|
|
+ <ion-button fill="clear">
|
|
|
+ <ion-badge color="danger" slot="end">1</ion-badge>
|
|
|
+ <ion-icon [name]="item.icon" size="large"></ion-icon>
|
|
|
+ <p>{{ item.name }}</p>
|
|
|
+ </ion-button>
|
|
|
+ </ion-col>
|
|
|
+ </ion-row>
|
|
|
+ </ion-grid>
|
|
|
+ </ion-col>
|
|
|
+ </ion-row>
|
|
|
+
|
|
|
+ <!-- 轮播图区域 -->
|
|
|
+ <ion-slides pager="true">
|
|
|
+ <ion-slide>
|
|
|
+ <img src="assets/promo1.png" alt="促销海报1">
|
|
|
+ </ion-slide>
|
|
|
+ <!-- 其他海报 -->
|
|
|
+ </ion-slides>
|
|
|
+
|
|
|
+ <!-- 浮动发布按钮 -->
|
|
|
+ <ion-fab vertical="bottom" horizontal="end" slot="fixed">
|
|
|
+ <ion-fab-button>
|
|
|
+ <ion-icon name="add"></ion-icon>
|
|
|
+ </ion-fab-button>
|
|
|
+ </ion-fab>
|
|
|
+ </ion-grid>
|
|
|
</ion-content>
|