hid_msrpuwgj56ccf29 1 年之前
父節點
當前提交
fbd3b90c40

文件差異過大導致無法顯示
+ 0 - 1
app-angular/src/app/app.component.html


+ 0 - 2
app-angular/src/modules/lesson/find/find.component.html

@@ -1,2 +0,0 @@
-<p>find works!</p>
-<h1>hihihi</h1>

+ 23 - 0
app-angular/src/modules/lesson/find/find.component.scss

@@ -0,0 +1,23 @@
+page-about {
+    ion-content {
+    #container {
+    position: relative;
+    .box {
+    padding: 5px;
+    float: left;
+    .box_img {
+    padding: 5px;
+    border: 1px solid #cccccc;
+    box-shadow: 0 0 5px #ccc;
+    border-radius: 5px;
+    img {
+    width: 150px!important;
+    height: auto;
+    }
+    }
+    }
+    }
+    }
+    }
+    
+    

+ 3 - 0
app-angular/src/modules/lesson/find/find.component.ts

@@ -1,10 +1,13 @@
 import { Component } from '@angular/core';
 
+
+
 @Component({
   selector: 'app-find',
   templateUrl: './find.component.html',
   styleUrls: ['./find.component.scss']
 })
 export class FindComponent {
+ 
 
 }

部分文件因文件數量過多而無法顯示