From 1d43a884953c636ac4fe8449968e492fee26da8e Mon Sep 17 00:00:00 2001 From: pqu3f57g4 <1265394011@qq.com> Date: Sun, 30 Apr 2023 11:11:36 +0800 Subject: [PATCH] ADD file via upload --- .../resources/static/front/css/notice.css | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/main/resources/static/front/css/notice.css diff --git a/src/main/resources/static/front/css/notice.css b/src/main/resources/static/front/css/notice.css new file mode 100644 index 0000000..ba0f0b6 --- /dev/null +++ b/src/main/resources/static/front/css/notice.css @@ -0,0 +1,26 @@ +body { + background-color: #EEEEEE; +} +.layui-card-header{ + padding: 10px; +} +.notice-list-title { + height: 50px; + line-height: 50px; + border-bottom: 1px dotted #E9E9E9; + color: #333; + font-weight: bold; + font-size: 20px; +} +.notice-list-content { + padding-top: 10px; + color: #777; + cursor: pointer; +} +.notice-title-time { + position: absolute; + right: 10px; + bottom: 0; + font-size: 16px; + color: #BBBBBB; +} \ No newline at end of file