From af055e02e8385e261875e5f212773fbbdd3258a9 Mon Sep 17 00:00:00 2001 From: shaojiemike <943648187@qq.com> Date: Mon, 10 Jun 2024 21:14:38 +0800 Subject: [PATCH] style: remove url underline --- static/css/style2Home.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style2Home.css b/static/css/style2Home.css index 6baf725..7a22e2c 100644 --- a/static/css/style2Home.css +++ b/static/css/style2Home.css @@ -3,7 +3,10 @@ /* 文字字体,字号,颜色 */ /* 背景色,长宽,其他 */ - +a{ + text-decoration: none; +} + .home-fisrt-full-page{ position: fixed;