From 55213fd6d8958e922c13e2c50c8423c9e459ede2 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 24 十一月 2021 20:55:42 +0800
Subject: [PATCH] 前台项目基本完成
---
src/assets/css/my_style.css | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/assets/css/my_style.css b/src/assets/css/my_style.css
index 88dfca9..2e72188 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;
}
@@ -19,6 +22,9 @@
}
.marb10{
margin-bottom: 10px !important;
+}
+.marb20{
+ margin-bottom: 20px !important;
}
.padt10{
padding-top:10px !important;
@@ -44,4 +50,12 @@
}
.liStylenone {
list-style: none;
+}
+/* 閾炬帴鍘婚櫎涓嬪垝绾� */
+.anone {
+ text-decoration: none;
+}
+/* 钃濊壊鏍囬 */
+.color {
+ color: rgb(1, 72, 153);
}
\ No newline at end of file
--
Gitblit v1.8.0