From 1714ea49fbbeb8bcb9f9f896ffb873362e8cdca8 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期四, 18 十一月 2021 10:47:59 +0800
Subject: [PATCH] 动态获取
---
src/assets/css/my_style.css | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/assets/css/my_style.css b/src/assets/css/my_style.css
index dea72eb..0f30fdf 100644
--- a/src/assets/css/my_style.css
+++ b/src/assets/css/my_style.css
@@ -1,3 +1,10 @@
+ul{
+ padding: 0;
+ margin: 0;
+}
+li{
+ list-style: none;
+}
.ft-20{
font-size: 20px;
}
@@ -9,6 +16,12 @@
}
.mart15{
margin-top: 15px !important;
+}
+.marr10{
+ margin-right: 10px !important;
+}
+.marb10{
+ margin-bottom: 10px !important;
}
.padt10{
padding-top:10px !important;
@@ -27,4 +40,19 @@
}
.fr{
float: right;
+}
+
+.liPointer {
+ cursor: pointer;
+}
+.liStylenone {
+ list-style: none;
+}
+/* 閾炬帴鍘婚櫎涓嬪垝绾� */
+.anone {
+ text-decoration: none;
+}
+/* 钃濊壊鏍囬 */
+.color {
+ color: #0f99e9;
}
\ No newline at end of file
--
Gitblit v1.8.0