From 690c28da6db708ae24ec5549acbb9907c7080c60 Mon Sep 17 00:00:00 2001 From: myh Date: Thu, 4 Jan 2024 01:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E4=BF=A1=E6=81=AF=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=A0=8F=E5=93=8D=E5=BA=94=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/foot/foot.component.html | 4 +--- src/app/foot/foot.component.scss | 12 +++++++++++- src/app/foot/foot.component.ts | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) 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',