|
@@ -25,7 +25,7 @@
|
|
|
</ion-segment>
|
|
</ion-segment>
|
|
|
|
|
|
|
|
<div *ngIf="changeTab === 'default'" style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; text-align: center; padding: 20px;">
|
|
<div *ngIf="changeTab === 'default'" style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; text-align: center; padding: 20px;">
|
|
|
- <img src="../../assets/images/1.jpg" alt="" style="max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
|
|
|
|
|
|
|
+ <img src="assets/images/1.jpg" alt="" style="max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
|
|
|
<h2 style="margin-top: 20px;">欢迎来到虚拟试衣</h2>
|
|
<h2 style="margin-top: 20px;">欢迎来到虚拟试衣</h2>
|
|
|
<ion-button color="primary" shape="round" style="margin-top: 20px;" (click)="startDressing()">开始换装</ion-button>
|
|
<ion-button color="primary" shape="round" style="margin-top: 20px;" (click)="startDressing()">开始换装</ion-button>
|
|
|
</div>
|
|
</div>
|