|
@@ -32,65 +32,53 @@
|
|
|
<dd class="horizontal-links">
|
|
<dd class="horizontal-links">
|
|
|
<p (click)="onTextClick1(this.value0)">全部</p>
|
|
<p (click)="onTextClick1(this.value0)">全部</p>
|
|
|
<p (click)="onTextClick1(this.value3)">油画</p>
|
|
<p (click)="onTextClick1(this.value3)">油画</p>
|
|
|
|
|
+ <p (click)="onTextClick1(this.value5)">水彩画</p>
|
|
|
|
|
+ <p (click)="onTextClick1(this.value6)">抽象画</p>
|
|
|
|
|
+ <p (click)="onTextClick1(this.value7)">素描</p>
|
|
|
<p (click)="onTextClick1(this.value4)">壁画</p>
|
|
<p (click)="onTextClick1(this.value4)">壁画</p>
|
|
|
</dd>
|
|
</dd>
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <!-- (click)="navigateToDetail()" -->
|
|
|
<div class="image-container">
|
|
<div class="image-container">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
- <div *ngFor="let paint of paintList" class="image-wrapper" (click)="navigateToDetail()">
|
|
|
|
|
|
|
+ <div *ngFor="let paint of paintList" class="image-wrapper" >
|
|
|
<img [src]="paint.get('picture')" [alt]="paint.get('name')" />
|
|
<img [src]="paint.get('picture')" [alt]="paint.get('name')" />
|
|
|
<div class="description-box">
|
|
<div class="description-box">
|
|
|
<div class="text1"><p>《{{ paint.get('name') }}》——{{ paint.get('artist') }}</p></div>
|
|
<div class="text1"><p>《{{ paint.get('name') }}》——{{ paint.get('artist') }}</p></div>
|
|
|
|
|
+ <div class="text2"><p>{{ paint.get('history') }}——{{ paint.get('range') }}</p></div>
|
|
|
<div class="text2"><p>{{ paint.get('introduction') }}</p></div>
|
|
<div class="text2"><p>{{ paint.get('introduction') }}</p></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</ion-segment-content>
|
|
</ion-segment-content>
|
|
|
<ion-segment-content id="second">
|
|
<ion-segment-content id="second">
|
|
|
<div class="page2-container">
|
|
<div class="page2-container">
|
|
|
<main>
|
|
<main>
|
|
|
<section class="page2-rankings">
|
|
<section class="page2-rankings">
|
|
|
- <div class="page2-program" style="display: flex; align-items: center; position: relative;">
|
|
|
|
|
- <img src="../../assets/icon/v-picture/teach1.png" alt="戏宇宙 第3季" style="width: 179px; height: 185px; margin-right: 20px;">
|
|
|
|
|
|
|
+ <!-- <div class="page2-program" style="display: flex; align-items: center; position: relative;">
|
|
|
|
|
+ <img src="../../assets/icon/v-picture/teach1.png" alt="戏宇宙 第3季" style="width: 179px; height: 185px; margin-right: 20px;">
|
|
|
<div class="page2-text1">
|
|
<div class="page2-text1">
|
|
|
<p class="page2-text">2024年11月20日 · 七天就能从小白到大佬!少走99%的弯路!存下吧!很难找全的!共计99条视频,包括:萌新必看零基础绘画教程。</p>
|
|
<p class="page2-text">2024年11月20日 · 七天就能从小白到大佬!少走99%的弯路!存下吧!很难找全的!共计99条视频,包括:萌新必看零基础绘画教程。</p>
|
|
|
<p style="font-size: 12px; color: #999;">评分: 9.8分</p>
|
|
<p style="font-size: 12px; color: #999;">评分: 9.8分</p>
|
|
|
<p style="font-size: 12px; color: #999;">类型: 教育</p>
|
|
<p style="font-size: 12px; color: #999;">类型: 教育</p>
|
|
|
- <button class="page2-watch-button" style="position: absolute; bottom: 0; right: 0;">看正片</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="page2-program" style="display: flex; align-items: center; position: relative;">
|
|
|
|
|
- <img src="../../assets/icon/v-picture/teach2.png" alt="戏宇宙 第3季" style="width: 179px; height: 185px; margin-right: 20px;">
|
|
|
|
|
- <div class="page2-text1">
|
|
|
|
|
- <p class="page2-text">释放你的创造力,跟随我们的绘画教学视频,轻松掌握绘画技巧!无论你是初学者还是有经验的画家,我们的绘画课程都能帮助你提升艺术水平!</p>
|
|
|
|
|
- <p style="font-size: 12px; color: #999;">评分: 9.0分</p>
|
|
|
|
|
- <p style="font-size: 12px; color: #999;">类型: 教育</p>
|
|
|
|
|
- <button class="page2-watch-button" style="position: absolute; bottom: 0; right: 0;">看正片</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="page2-program" style="display: flex; align-items: center; position: relative;">
|
|
|
|
|
- <img src="../../assets/icon/v-picture/teach3.png" alt="戏宇宙 第3季" style="width: 179px; height: 185px; margin-right: 20px;">
|
|
|
|
|
- <div class="page2-text1">
|
|
|
|
|
- <p class="page2-text">从基础到进阶,带你一步步探索绘画的魅力,开启你的艺术之旅!让每一笔都充满灵感,加入我们的绘画教学视频,创造属于你的艺术作品!</p>
|
|
|
|
|
- <p style="font-size: 12px; color: #999;">评分: 8.9分</p>
|
|
|
|
|
- <p style="font-size: 12px; color: #999;">类型: 教育</p>
|
|
|
|
|
- <button class="page2-watch-button" style="position: absolute; bottom: 0; right: 0;">看正片</button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="page2-program" style="display: flex; align-items: center; position: relative;">
|
|
|
|
|
- <img src="../../assets/icon/v-picture/teach4.png" alt="戏宇宙 第3季" style="width: 179px; height: 185px; margin-right: 20px;">
|
|
|
|
|
- <div class="page2-text1">
|
|
|
|
|
- <p class="page2-text">掌握绘画技巧,提升艺术修养,订阅我们的绘画教学视频,让创意飞扬!</p>
|
|
|
|
|
- <p style="font-size: 12px; color: #999;">评分: 8.6分</p>
|
|
|
|
|
- <p style="font-size: 12px; color: #999;">类型: 教育</p>
|
|
|
|
|
- <button class="page2-watch-button" style="position: absolute; bottom: 0; right: 0;">看正片</button>
|
|
|
|
|
|
|
+ <button class="page2-watch-button" (click)="gopage()" style="position: absolute; bottom: 0; right: 0;">看正片</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <div *ngFor="let video of videoList" class="page2-program" style="display: flex; align-items: center; position: relative;">
|
|
|
|
|
+ <img [src]="video.get('url')" [alt]="video.get('name')" style="width: 179px; height: 185px; margin-right: 20px;"/>
|
|
|
|
|
+ <div class="page2-text1">
|
|
|
|
|
+ <p class="page2-text">{{video.get('introduce')}}</p>
|
|
|
|
|
+ <p style="font-size: 12px; color: #999;">评分: {{video.get('score')}}分</p>
|
|
|
|
|
+ <p style="font-size: 12px; color: #999;">类型: {{video.get('type')}}{{video.get('name')}}</p>
|
|
|
|
|
+ <button class="page2-watch-button" (click)="gopage(video.get('name'))" style="position: absolute; bottom: 0; right: 0;">看正片</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ </div>
|
|
|
</section>
|
|
</section>
|
|
|
</main>
|
|
</main>
|
|
|
</div>
|
|
</div>
|
|
@@ -98,6 +86,9 @@
|
|
|
</ion-segment-content>
|
|
</ion-segment-content>
|
|
|
|
|
|
|
|
</ion-segment-view>
|
|
</ion-segment-view>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<!-- <ion-card>
|
|
<!-- <ion-card>
|
|
|
<ion-card-header>
|
|
<ion-card-header>
|
|
|
<ion-card-title>油彩画 <ion-button>查看更多</ion-button></ion-card-title>
|
|
<ion-card-title>油彩画 <ion-button>查看更多</ion-button></ion-card-title>
|