diff --git a/src/app/foot/foot.component.html b/src/app/foot/foot.component.html index 274faf7..f52b129 100644 --- a/src/app/foot/foot.component.html +++ b/src/app/foot/foot.component.html @@ -5,6 +5,4 @@

邮编:650504

Copyright@ 2002-2018 School of Software

- - - \ No newline at end of file + \ No newline at end of file diff --git a/src/app/foot/foot.component.scss b/src/app/foot/foot.component.scss index bd6213e..e61cbc5 100644 --- a/src/app/foot/foot.component.scss +++ b/src/app/foot/foot.component.scss @@ -1,3 +1,13 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +.flex { + display: flex; + justify-content: center; + align-items: center; +} + +p { + font-size: clamp(0.5rem, 0.5vw, 1.5rem); +} \ No newline at end of file diff --git a/src/app/foot/foot.component.ts b/src/app/foot/foot.component.ts index a8e1bd8..499aa20 100644 --- a/src/app/foot/foot.component.ts +++ b/src/app/foot/foot.component.ts @@ -1,5 +1,5 @@ -import {Component} from "@angular/core"; -import {RouterOutlet} from "@angular/router"; +import { Component } from "@angular/core"; +import { RouterOutlet } from "@angular/router"; @Component({ selector: 'app-foot',