From 79ba63b0b79339d49de02257eb73ef39c772a321 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Sat, 16 May 2020 13:46:09 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA
---
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