From 5519a3fbaf3e32244641fe9c7d6fe35333fb951e Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 06 May 2020 10:48:56 +0800
Subject: [PATCH] 修通知公告详情样式

---
 src/components/page/DocumentDetailPage/index.scss |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/src/components/page/DocumentDetailPage/index.scss b/src/components/page/DocumentDetailPage/index.scss
index 9cbfc5f..eb34c86 100644
--- a/src/components/page/DocumentDetailPage/index.scss
+++ b/src/components/page/DocumentDetailPage/index.scss
@@ -9,7 +9,35 @@
 
 .document-detail-page {
   &-main {
-    & p{
+    &-title {
+      font-family: PingFangSC-Medium;
+      font-size: 18px;
+      color: #343434;
+      line-height: 26px;
+    }
+    &-documentType div {
+      line-height: 25px;
+      position: relative;
+      display: inline-block;
+      font-weight: 400;
+      white-space: nowrap;
+      text-align: center;
+      background-image: none;
+      border: 1px solid transparent;
+      height: 28px;
+      padding: 0 15px;
+      font-size: 14px;
+      border-radius: 4px;
+      color: #559de6;
+      background-color: #fff;
+      border-color: #559de6;
+    }
+    &-detail {
+      font-family: PingFangSC-Medium;
+      font-size: 14px;
+      color: #989898;
+    }
+    & p {
       margin: 1px 0;
     }
     &-label {

--
Gitblit v1.8.0