From 70ab41ed7d2f456896035da2f9c4ba3969c5fa21 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 23 三月 2022 17:46:56 +0800
Subject: [PATCH] 上传后台aip服务
---
src/assets/css/my_style.css | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/src/assets/css/my_style.css b/src/assets/css/my_style.css
index 8f31cec..0189088 100644
--- a/src/assets/css/my_style.css
+++ b/src/assets/css/my_style.css
@@ -41,6 +41,9 @@
.flex-between{
justify-content: space-between;
}
+.flex-around{
+ justify-content: space-around;
+}
.fl{
float: left;
}
@@ -65,4 +68,23 @@
/* 鍙樺皬鎵� */
.cursor{
cursor: pointer;
+}
+.hr{
+ margin: 2px 0;
+ height: 1px;
+ border: none;
+ border-top: 1px;
+}
+.name {
+ font-family: STHeiti;
+ font-size: 30px;
+ margin-top: 0px;
+ margin-bottom: 20px;
+ text-align: center;
+}
+.namehr{
+ /* border: 3px solid blue; */
+ height: 2px;
+ background-color: rgb(10, 10, 175);
+ margin-bottom: 20px;
}
\ No newline at end of file
--
Gitblit v1.8.0