|
@@ -8,74 +8,89 @@
|
|
|
</ion-header>
|
|
|
|
|
|
<ion-content>
|
|
|
- <ion-grid>
|
|
|
|
|
|
- <ion-row>
|
|
|
- <ion-col size="12">
|
|
|
- <!-- 搜索框 -->
|
|
|
- <ion-searchbar placeholder="输入关键字搜索"></ion-searchbar>
|
|
|
- </ion-col>
|
|
|
- </ion-row>
|
|
|
+ <!-- 顶部搜索栏 -->
|
|
|
+ <ion-searchbar></ion-searchbar>
|
|
|
|
|
|
- <!-- 导航栏 -->
|
|
|
- <ion-toolbar>
|
|
|
- <ion-segment value="explore">
|
|
|
- <ion-segment-button value="explore">
|
|
|
- 发现
|
|
|
- </ion-segment-button>
|
|
|
- <ion-segment-button value="video">
|
|
|
- 视频
|
|
|
- </ion-segment-button>
|
|
|
- <ion-segment-button value="search">
|
|
|
- 搜索
|
|
|
- </ion-segment-button>
|
|
|
- </ion-segment>
|
|
|
- </ion-toolbar>
|
|
|
-
|
|
|
- <!-- 功能栏 -->
|
|
|
- <ion-row>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 轮播图 -->
|
|
|
- </ion-col>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 案例设计 -->
|
|
|
- </ion-col>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 一键寻宝 -->
|
|
|
- </ion-col>
|
|
|
- </ion-row>
|
|
|
+ <!-- 导航栏 -->
|
|
|
+ <ion-toolbar>
|
|
|
+ <ion-segment value="explore">
|
|
|
+ <ion-segment-button value="explore">
|
|
|
+ 发现
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="video">
|
|
|
+ 视频
|
|
|
+ </ion-segment-button>
|
|
|
+ </ion-segment>
|
|
|
+ </ion-toolbar>
|
|
|
|
|
|
- <ion-row>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 装修百科 -->
|
|
|
- </ion-col>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 买好货 -->
|
|
|
- </ion-col>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 关注 -->
|
|
|
- </ion-col>
|
|
|
- </ion-row>
|
|
|
-
|
|
|
- <ion-row>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 推荐 -->
|
|
|
- </ion-col>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 家居 -->
|
|
|
- </ion-col>
|
|
|
- <ion-col size="4">
|
|
|
- <!-- 设计师 -->
|
|
|
- </ion-col>
|
|
|
- </ion-row>
|
|
|
-
|
|
|
- <ion-row>
|
|
|
- <ion-col size="12">
|
|
|
- <!-- 附近 -->
|
|
|
- </ion-col>
|
|
|
- </ion-row>
|
|
|
+ <!-- 功能模块 -->
|
|
|
+ <ion-segment scrollable>
|
|
|
+ <ion-segment-button value="example">
|
|
|
+ <ion-icon name="albums"></ion-icon>
|
|
|
+ 案例设计
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="design">
|
|
|
+ <ion-icon name="brush"></ion-icon>
|
|
|
+ 免费设计
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="construct"></ion-icon>
|
|
|
+ 装修施工
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="bed"></ion-icon>
|
|
|
+ 软装搭配
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="medkit"></ion-icon>
|
|
|
+ 户型诊断
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="bonfire"></ion-icon>
|
|
|
+ 全屋定制
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="library"></ion-icon>
|
|
|
+ 干货百科
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="heart-circle"></ion-icon>
|
|
|
+ 风格测试
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="home"></ion-icon>
|
|
|
+ 设计我家
|
|
|
+ </ion-segment-button>
|
|
|
+ <ion-segment-button value="designer">
|
|
|
+ <ion-icon name="calculator"></ion-icon>
|
|
|
+ 智能预算
|
|
|
+ </ion-segment-button>
|
|
|
+ </ion-segment>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- </ion-grid>
|
|
|
+ <!-- 装修锦囊块 -->
|
|
|
+ <ion-card>
|
|
|
+ <ion-card-header>
|
|
|
+ 装修锦囊
|
|
|
+ </ion-card-header>
|
|
|
+ <ion-card-content>
|
|
|
+ <!-- 装修锦囊卡片 -->
|
|
|
+ <ion-card>
|
|
|
+ <ion-card-header>
|
|
|
+ <ion-icon name="logo"></ion-icon>
|
|
|
+ <ion-label>空间设计</ion-label>
|
|
|
+ </ion-card-header>
|
|
|
+ <ion-card-content>
|
|
|
+ <!-- 客厅怎么装card -->
|
|
|
+ <ion-card>
|
|
|
+ <ion-img src="assets/images/living_room.jpg"></ion-img>
|
|
|
+ <ion-card-header>
|
|
|
+ 客厅怎么装
|
|
|
+ </ion-card-header>
|
|
|
+ </ion-card>
|
|
|
+ <!-- 其他装修卡片类似添加 -->
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
</ion-content>
|