소스 검색

9.10 报告样式修改

bding 2 년 전
부모
커밋
52daa34bed
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      src/views/cygx/index.scss

+ 6 - 3
src/views/cygx/index.scss

@@ -167,7 +167,8 @@
      }
    }
    .report-title {
-     font-size: 34px;
+     font-size: 36px;
+     line-height: 54px;
      font-weight: bold;
      color: #4a4a4a;
      padding: 60px 0 20px;
@@ -200,7 +201,8 @@
        padding-bottom: 40px;
        border-bottom: 2px dashed #999;
        position: relative;
-       line-height: 44px;
+       line-height: 50px;
+       font-size: 32px;
        color: #333;
        &::before {
          content: "";
@@ -245,7 +247,8 @@
    }
    p,
    span {
-     font-size: 28px !important;
+     font-size: 32px !important;
+     line-height: 1.6 !important;;
    @media screen and (min-width:790px) {
      font-size: 14PX !important;
    }