From ac4341ea6b66ae02427d39d35f41d42d78b2eb2e Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 14 二月 2025 10:08:32 +0800
Subject: [PATCH] #
---
zy-asrs-openapi/src/main/webapp/static/css/common.css | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-openapi/src/main/webapp/static/css/common.css b/zy-asrs-openapi/src/main/webapp/static/css/common.css
index 57ea2cb..5d5bf34 100644
--- a/zy-asrs-openapi/src/main/webapp/static/css/common.css
+++ b/zy-asrs-openapi/src/main/webapp/static/css/common.css
@@ -93,3 +93,26 @@
.slider > .el-divider {
margin: 5px 0;
}
+
+.content-header {
+ background: #409EFF;
+ color: #fff;
+ display: flex;
+ align-items: center;
+}
+
+.content-header > .header-logo {
+ width: 150px;
+ height: auto;
+}
+
+.content-body {
+ margin-top: 20px;
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+}
+
+.content-body .content-desc {
+ text-align: center;
+}
\ No newline at end of file
--
Gitblit v1.9.1