tangxijun 5 лет назад
Родитель
Сommit
844a87a342
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      2019专题/1908DOTA2/src/sass/global.scss

+ 5 - 6
2019专题/1908DOTA2/src/sass/global.scss

@@ -488,6 +488,7 @@ body{
         height: 60px;
         line-height: 60px;
         position: relative;
+        width:1136px;
         .rank-team{
           margin: 0 21px 73px;
         }
@@ -1490,17 +1491,17 @@ $vari: 750 / 640;
     }
     .zt-mod-score{
         .score-rank-content{
-            overflow-x: scroll;
             .score-rank-title{
                 color:#fff;
                 opacity: 0.4;
             }
         }
         .score-content{
-            width: 1200px;
+            // width: 1200px;
             display: none;
             height:px2rem(717);
-            overflow-x:auto;
+            overflow: auto;
+            -webkit-overflow-scrolling : touch;
             &::-webkit-scrollbar {
              width: 3px;
             }
@@ -1577,8 +1578,7 @@ $vari: 750 / 640;
                 padding:0 15px;
                 height:px2rem(71);
                 line-height:px2rem(71);
-                // align-items: center;
-                // justify-content: center;
+          
                 li{
                     font-size:px2rem(24);
                     width:auto;
@@ -1615,4 +1615,3 @@ $vari: 750 / 640;
     }
 }
 
-// @import "page/data2.scss";