Commit b39ef463489d2970fd2af21d62928e4938950153

Authored by taiyuan
1 parent fc300ec7

分类列表

pages/goods/categoryList/categoryList.wxml
... ... @@ -122,7 +122,7 @@
122 122  
123 123  
124 124 <!-- 分类项目内容 22 -->
125   - <view class="flex project_height" style="height:100%;box-sizing:border-box;padding-bottom:100rpx;" id="two_type">
  125 + <view class="flex project_height" style="height:100%;box-sizing:border-box;padding-bottom:100rpx;padding-top:120rpx;" id="two_type">
126 126 <!-- 分类项目的类型 -->
127 127 <view class="project_type" style="background-color:#eee;<!-- height:88%; -->overflow-y:auto;position:fixed;left:0;z-index:99;top:120rpx;">
128 128 <view class="project_type-frame" style="margin-bottom:120rpx;">
... ...
pages/goods/categoryList/categoryList.wxss
1 1 /*---nyf 2018-9-7---*/
2 2  
3   -page{height: 100%; background: #fff;padding-top:120rpx;box-sizing: border-box;}
  3 +page{height: 100%; background: #fff;}
4 4 .top_view{ width: 100%;background: #fff;}
5 5  
6 6 .swiper-tab{
... ...