|
@@ -1,17 +1,119 @@
|
|
|
<ion-header [translucent]="true">
|
|
|
<ion-toolbar>
|
|
|
- <ion-title>
|
|
|
- Tab 3
|
|
|
- </ion-title>
|
|
|
+ <div style="display: flex;align-items: center;justify-content: space-between;">
|
|
|
+ <div style="margin-left: 10px;">
|
|
|
+ <ion-icon name="menu-outline" style="height: 30px;width: 30px;"></ion-icon>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex;gap: 30px;">
|
|
|
+ <span (click)="red_underline('关注')" data-id="关注">关注</span>
|
|
|
+ <span (click)="red_underline('发现')" data-id="发现">发现</span>
|
|
|
+ <span (click)="red_underline('附近')" data-id="附近">附近</span>
|
|
|
+ </div>
|
|
|
+ <div style="margin-right: 10px;">
|
|
|
+ <ion-icon name="search-outline" style="height: 25px;width: 25px;"></ion-icon>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
|
|
|
<ion-content [fullscreen]="true">
|
|
|
- <ion-header collapse="condense">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title size="large">Tab 3</ion-title>
|
|
|
+ <!-- 首部导航栏部分开始 -->
|
|
|
+ <div>
|
|
|
+ <ion-toolbar style="height: 40px;">
|
|
|
+ <ion-tabs>
|
|
|
+ <ion-tab-bar slot="top">
|
|
|
+ <ion-tab-button tab="home">
|
|
|
+ <ion-label>推荐</ion-label>
|
|
|
+ </ion-tab-button>
|
|
|
+ <ion-tab-button tab="psychology">
|
|
|
+ <ion-label>视频</ion-label>
|
|
|
+ </ion-tab-button>
|
|
|
+ <ion-tab-button tab="course">
|
|
|
+ <ion-label>绘画</ion-label>
|
|
|
+ </ion-tab-button>
|
|
|
+ <ion-tab-button tab="test">
|
|
|
+ <ion-label>穿搭</ion-label>
|
|
|
+ </ion-tab-button>
|
|
|
+ <ion-tab-button tab="ebook">
|
|
|
+ <ion-label>舞蹈</ion-label>
|
|
|
+ </ion-tab-button>
|
|
|
+ </ion-tab-bar>
|
|
|
+ </ion-tabs>
|
|
|
</ion-toolbar>
|
|
|
- </ion-header>
|
|
|
-
|
|
|
- <app-explore-container name="Tab 3 page"></app-explore-container>
|
|
|
+ </div>
|
|
|
+ <!-- 首部导航栏部分结束 -->
|
|
|
+ <!-- 推荐内容部分1开始 -->
|
|
|
+ <div style="display: flex;align-items: center;">
|
|
|
+ <div style="background-color: #fcfafafa;margin-left: 7px;margin-top: 3px;border-radius: 8px;width: 47%">
|
|
|
+ <div style="margin: 5px;">
|
|
|
+ <img src="../../assets/img/xingkong.png" alt="星空-梵高" style="height: 200px;">
|
|
|
+ <span style="font-size: 15px;">梵高-星空高清画作#致敬梵高 #艺术品 #星空</span>
|
|
|
+ <div style="display: flex;align-items: center;justify-content: space-between;margin-right: 10px;">
|
|
|
+ <img src="../../assets/img/book1.png" alt="tou`xi`ang1"
|
|
|
+ style="border-radius: 100%;width: 27px;height: 27px;margin: 5px;">
|
|
|
+ <div style="display: grid;align-items: center;font-size: 12px;">
|
|
|
+ <span>霸王别姬</span>
|
|
|
+ <span>11-27</span>
|
|
|
+ </div>
|
|
|
+ <ion-icon name="heart-outline" style="margin-left: 15px;height: 15px;width: 15px;"></ion-icon>
|
|
|
+ <span>1687</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="background-color: #fcfafafa;margin-left: 7px;margin-top: 3px;border-radius: 8px;width: 47%">
|
|
|
+ <div style="margin: 5px;">
|
|
|
+ <img src="../../assets/img/xiangrikui.png" alt="星空-梵高" style="height: 200px;">
|
|
|
+ <span style="font-size: 15px;">梵高《向日葵》,经典中的经典,笔触很牛!#花</span>
|
|
|
+ <div style="display: flex;align-items: center;justify-content: space-between;margin-right: 10px;">
|
|
|
+ <img src="../../assets/img/book2.png" alt="tou`xi`ang1"
|
|
|
+ style="border-radius: 100%;width: 27px;height: 27px;margin: 5px;">
|
|
|
+ <div style="display: grid;align-items: center;font-size: 12px;">
|
|
|
+ <span>HestLF艺术</span>
|
|
|
+ <span>11-07</span>
|
|
|
+ </div>
|
|
|
+ <ion-icon name="heart-outline" style="margin-left: 15px;height: 15px;width: 15px;"></ion-icon>
|
|
|
+ <span>310</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 推荐内容部分1结束 -->
|
|
|
+ <!-- 推荐内容部分2开始 -->
|
|
|
+ <div style="display: flex;align-items: center;">
|
|
|
+ <div style="background-color: #fcfafafa;margin-left: 7px;margin-top: 3px;border-radius: 8px;width: 47%">
|
|
|
+ <div style="margin: 5px;">
|
|
|
+ <img src="../../assets/img/fangao.png" alt="星空-梵高" style="height: 200px;">
|
|
|
+ <span style="font-size: 15px;">梵高生平自画像之其中🔟副👩🎨#艺术欣赏 #美</span>
|
|
|
+ <div style="display: flex;align-items: center;justify-content: space-between;margin-right: 10px;">
|
|
|
+ <img src="../../assets/img/book3.png" alt="tou`xi`ang1"
|
|
|
+ style="border-radius: 100%;width: 27px;height: 27px;margin: 5px;">
|
|
|
+ <div style="display: grid;align-items: center;font-size: 12px;">
|
|
|
+ <span>小梅同学</span>
|
|
|
+ <span>10-5</span>
|
|
|
+ </div>
|
|
|
+ <ion-icon name="heart-outline" style="margin-left: 15px;height: 15px;width: 15px;"></ion-icon>
|
|
|
+ <span>1.5万</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="background-color: #fcfafafa;margin-left: 7px;margin-top: 3px;border-radius: 8px;width: 47%">
|
|
|
+ <div style="margin: 5px;">
|
|
|
+ <img src="../../assets/img/cunzhuang.png" alt="星空-梵高" style="height: 200px;">
|
|
|
+ <span style="font-size: 15px;">走吧,梵高,去你最爱的阿尔看看,《阿尔小镇》</span>
|
|
|
+ <div style="display: flex;align-items: center;justify-content: space-between;margin-right: 10px;">
|
|
|
+ <img src="../../assets/img/book4.png" alt="tou`xi`ang1"
|
|
|
+ style="border-radius: 100%;width: 27px;height: 27px;margin: 5px;">
|
|
|
+ <div style="display: grid;align-items: center;font-size: 12px;">
|
|
|
+ <span>玛丽的名画</span>
|
|
|
+ <span>11-19</span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <ion-icon name="heart-outline" style="margin-left: 15px;height: 15px;width: 15px;"></ion-icon>
|
|
|
+ <span>180</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 推荐内容部分2结束 -->
|
|
|
</ion-content>
|