forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-06 5519a3fbaf3e32244641fe9c7d6fe35333fb951e
src/components/page/DocumentDetailPage/index.scss
@@ -9,6 +9,34 @@
.document-detail-page {
  &-main {
    &-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;
    }