From d420a0a256b935a9671dd1dcddce56ca5f94bc2f Mon Sep 17 00:00:00 2001 From: chenshihai Date: Wed, 23 Nov 2022 17:11:54 +0800 Subject: [PATCH 1/4] home page --- templates/base/head_navbar.tmpl | 4 ++-- templates/custom/home/home_top.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 608e7ece6..32ff7a738 100755 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -220,7 +220,7 @@
- +
@@ -266,7 +266,7 @@ {{end}}
- +
@@ -266,7 +266,7 @@ {{end}}
{{template "base/footer" .}} diff --git a/templates/notice.tmpl b/templates/notice.tmpl index 12b779742..58fe0cb93 100644 --- a/templates/notice.tmpl +++ b/templates/notice.tmpl @@ -24,7 +24,7 @@ color: rgb(16, 16, 16); } .notice-title a:hover { - color: #fb6357; + opacity: 0.8; } .notice-time { width: 150px; diff --git a/web_src/less/openi.less b/web_src/less/openi.less index ee90c0232..5ce8dcbab 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -94,7 +94,7 @@ footer { } @media only screen and (min-width: 1600px) { .ui.ui.ui.container:not(.fluid) { - width: 1200px; + width: 1440px; } }