Commit 9b9b0325 authored by liujiaxin's avatar liujiaxin

111

parent 0b5bd096
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*ngFor="let card of all"> *ngFor="let card of all">
<div class="item" (click)="flipCard($event, card.type, card.word)"> <div class="item" (click)="flipCard($event, card.type, card.word)">
<div class="k-16-9"> <div class="k-16-9">
<img class="back" src="/assets/matching-cards/cardback.png" alt=""> <img class="back" src="assets/matching-cards/cardback.png" alt="">
<div class="k-full-fill" *ngIf="card.type === 'pic'"> <div class="k-full-fill" *ngIf="card.type === 'pic'">
<img class="pic" [src]="card.pic_id"> <img class="pic" [src]="card.pic_id">
</div> </div>
......
...@@ -17,7 +17,7 @@ body { ...@@ -17,7 +17,7 @@ body {
@font-face { @font-face {
font-family: ChalkboardSE-Regular; font-family: ChalkboardSE-Regular;
src: url('/assets/font/ChalkboardSE-Regular.woff') format('WOFF'); src: url('assets/font/ChalkboardSE-Regular.woff') format('WOFF');
} }
.k-16-9 { .k-16-9 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment