From 40dd36a940f53dc57115483d069dd27d87b8cb1f Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期四, 03 三月 2022 15:22:53 +0800
Subject: [PATCH] 功能完善

---
 src/assets/css/my_style.css |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/src/assets/css/my_style.css b/src/assets/css/my_style.css
index 88dfca9..0189088 100644
--- a/src/assets/css/my_style.css
+++ b/src/assets/css/my_style.css
@@ -2,6 +2,9 @@
   padding: 0;
   margin: 0;
 }
+li{
+  list-style: none;
+}
 .ft-20{
   font-size: 20px;
 }
@@ -17,8 +20,14 @@
 .marr10{
   margin-right: 10px !important;
 }
+.marb5{
+  margin-bottom: 5px !important;
+}
 .marb10{
   margin-bottom: 10px !important;
+}
+.marb20{
+  margin-bottom: 20px !important;
 }
 .padt10{
   padding-top:10px !important;
@@ -32,6 +41,9 @@
 .flex-between{
   justify-content: space-between;
 }
+.flex-around{
+  justify-content: space-around;
+}
 .fl{
   float: left;
 }
@@ -44,4 +56,35 @@
 }
 .liStylenone {
   list-style: none;
+}
+/* 閾炬帴鍘婚櫎涓嬪垝绾� */
+.anone {
+  text-decoration: none;
+}
+/* 钃濊壊鏍囬 */
+.color {
+  color: rgb(1, 72, 153);
+}
+/* 鍙樺皬鎵� */
+.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