From 2c8f2ba4e2587ab87e642c154f678ce454bae157 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 06 九月 2022 15:19:24 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/style.css | 6 ++++-- src/main/webapp/views/testview/testview.html | 10 ++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css index defdcfd..052688b 100644 --- a/src/main/webapp/static/css/style.css +++ b/src/main/webapp/static/css/style.css @@ -1,6 +1,7 @@ *{ margin: 0; /*overflow: hidden;*/ + font-size: 10px; } html,body{ height: 100%; @@ -39,6 +40,7 @@ color:white; line-height: 94px; text-align: center; + font-size: 40px; } #showTime { width: 350px; @@ -75,8 +77,8 @@ cursor: default; } #main-tab th { - height: 50px; - width: 50px; + height: 40px; + width: 25px; background-color: /* #223962 */#3a4a5a; } diff --git a/src/main/webapp/views/testview/testview.html b/src/main/webapp/views/testview/testview.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/src/main/webapp/views/testview/testview.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Title</title> +</head> +<body> + +</body> +</html> \ No newline at end of file -- Gitblit v1.9.1