Browse Source

修改火狐26治疗方案会显示在下方,展开更多超出(2266,2267)

zhangxc 5 years ago
parent
commit
d46545003b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/css/indexHorizontal.less

+ 3 - 3
src/css/indexHorizontal.less

@@ -25,7 +25,7 @@
 }
 .push {
     margin-top: 10px;
-    width: 53%;
+    width: 52%;
     float: left;
     position: relative;
     padding-right: 2%;
@@ -102,7 +102,6 @@
     position: relative;
 }
 .itemAllBox {
-    padding-right: 40px;
     background: #fff;
     border: 1px solid #3A73E1;
     border-radius: 4px;
@@ -299,7 +298,8 @@
 }
 .itemAll{
     max-height: 230px;
-    overflow-y: auto
+    overflow-y: auto;
+    margin-right: 20px;
 }
 .recommendInfoItem {
     position: relative;