Administrator 4 jaren geleden
bovenliggende
commit
0351b6b5c9
1 gewijzigde bestanden met toevoegingen van 5 en 8 verwijderingen
  1. 5 8
      src/main/resources/static/css/base/base.h5.css

+ 5 - 8
src/main/resources/static/css/base/base.h5.css

@@ -84,9 +84,9 @@
 .classifyBox .clsTab .clsTab-main{width: 100%;height: 12vw;display: flex;}
 .classifyBox .clsTab .clsTab-main a{flex:1;height: 12vw;text-align: center;font-size: 3.8vw;}
 .classifyBox .clsCon{width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}
-.classifyBox .clsCon .tabItem{overflow: hidden}
+.classifyBox .clsCon .tabItem{overflow: hidden;height: calc(100%);}
 .classifyBox .clsCon .tabItem .tabItem_lift{width: 26vw;float: left;text-align: center;color: #93979f;}
-.classifyBox .clsCon .tabItem .tabItem_right{float: right;width: 74vw;}
+.classifyBox .clsCon .tabItem .tabItem_right{float: right;width: 74vw;height: calc(100% - 13.7vw);background: #fff;overflow-y: scroll;}
 .classifyBox a{color:#93979F}
 .classifyBox .clsCon .tabItem .tabItem_lift a.on{background: #fff;color: #e15616;}
 .classifyBox .clsTab a{display:block;height:13vw;line-height:13vw;text-align:center;font-size:3.4vw}
@@ -100,12 +100,9 @@
 .classifyBox .tabItem .rgt a{width:20.8vw;height:29.8vw;margin:2.6vw 1.3vw}
 .classifyBox .tabItem .rgt img{display:block;width:20.8vw;height:20.8vw}
 .classifyBox .tabItem .rgt span{display:block;line-height:9vw;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:3.4vw;color:#4A4F58}
-.classifyBox .tabItem .rgt p{
-    text-align: center;
-    color: #4a4f58;
-    margin-top: 2.4vw;
-}
-.classifyBox .clsCon .tabItem .tabItem_right .line{margin-bottom: 2.4vw}
+.classifyBox .tabItem .rgt p{text-align: center;color: #4a4f58;margin-top: 2.4vw;}
+.classifyBox .clsCon .tabItem .tabItem_right .line:last-child{border: none}
+.classifyBox .clsCon .tabItem .tabItem_right .line{border-bottom: 2.4vw solid #f5f5f5;}
 /* 底部 */
 .footTop{width:100%;padding:2vw 0;background:#FFF;}
 .footTop .wrap span{font-size:2.6vw;padding:0 2vw;text-align:center}