Commit df41ca2fe86aedcd4c4a16228e2dbb35a7975e93

Authored by season
1 parent f8982991

分类行间优化

pages/goods/categoryList/categoryList.wxss
... ... @@ -81,14 +81,22 @@ swiper{
81 81 .f_item .pic_view{position: relative; height: 240rpx;}
82 82  
83 83 .fl_img{width: 100%; height: 100%;}
84   -.fenlei_text_v{text-align: left; margin-bottom: 15rpx; margin-top: 5rpx}
  84 +.fenlei_text_v{text-align: left; margin-bottom: 10rpx; margin-top: 15rpx}
85 85 .over_view{width: 100%; height: 100%; position: absolute;top: 0; left: 0; background-color: rgba(0,0,0,0.1);}
86 86 .f_item_over_t{margin: 0 auto; position: absolute; top:80rpx;left: 50%; color: #fff; font-weight: bold;
87 87  
88 88  
89 89 margin-left: -100rpx; z-index: 8; width: 200rpx; text-align: center; font-size: 50rpx }
90   -.f_text{width: 25%; text-align: center; display: inline-block; font-size: 30rpx; margin-bottom: 15rpx;color: #9f9f9f;
91   -overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  90 +.f_text{width: 25%;
  91 +text-align: center;
  92 +display: inline-block;
  93 +font-size: 30rpx;
  94 +color: #9f9f9f;
  95 +overflow: hidden;
  96 +text-overflow: ellipsis;
  97 +white-space: nowrap;
  98 +line-height: 50rpx;
  99 +
92 100 }
93 101  
94 102 /*--国家--*/
... ...