Przeglądaj źródła

9月魔域开学季专题样式修改

PC-20180523CIYM\Administrator 5 lat temu
rodzic
commit
cc4f907691
1 zmienionych plików z 10 dodań i 7 usunięć
  1. 10 7
      2019专题/1909魔域专题/src/sass/global.scss

+ 10 - 7
2019专题/1909魔域专题/src/sass/global.scss

@@ -171,8 +171,10 @@ body {
                     .section-content {
                         height: 520px;
                         background: #fff;
-                        overflow-x: hidden;
-                        overflow-y: auto;
+                        overflow: hidden;
+                        iframe {
+                            height: 100%;
+                        }
                     }
                 }
                 &.download {
@@ -283,7 +285,7 @@ body {
                                                 margin: 0 15px 0 0;
                                                 line-height: 62px;
                                                 text-align: center;
-                                                background: #fff;
+                                                // background: #fff;
                                                 &:first-child {
                                                     margin-left: 0;
                                                 }
@@ -480,13 +482,14 @@ body {
                 color: #9a9fa3;
                 text-align: justify;
                 .tit {
-                    font-size: 16px;
+                    font-size: 18px;
                     font-weight: bold;
-                    line-height: 26px;
+                    line-height: 28px;
+                    margin-bottom: 4px;
                 }
                 .con {
-                    font-size: 14px;
-                    line-height: 24px;
+                    font-size: 16px;
+                    line-height: 26px;
                 }
             }
             .lists {