From aef7583ccccd04b6f63a81d8cdf174bdb57d390f Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期六, 06 十一月 2021 16:20:01 +0800 Subject: [PATCH] 科协概况完成 --- src/assets/css/my_style.css | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/assets/css/my_style.css b/src/assets/css/my_style.css index dea72eb..88dfca9 100644 --- a/src/assets/css/my_style.css +++ b/src/assets/css/my_style.css @@ -1,3 +1,7 @@ +ul{ + padding: 0; + margin: 0; +} .ft-20{ font-size: 20px; } @@ -9,6 +13,12 @@ } .mart15{ margin-top: 15px !important; +} +.marr10{ + margin-right: 10px !important; +} +.marb10{ + margin-bottom: 10px !important; } .padt10{ padding-top:10px !important; @@ -27,4 +37,11 @@ } .fr{ float: right; +} + +.liPointer { + cursor: pointer; +} +.liStylenone { + list-style: none; } \ No newline at end of file -- Gitblit v1.8.0