From df41ca2fe86aedcd4c4a16228e2dbb35a7975e93 Mon Sep 17 00:00:00 2001 From: season Date: Tue, 14 Jan 2020 14:25:39 +0800 Subject: [PATCH] 分类行间优化 --- pages/goods/categoryList/categoryList.wxss | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 9d88db5..3eb60ef 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -81,14 +81,22 @@ swiper{ .f_item .pic_view{position: relative; height: 240rpx;} .fl_img{width: 100%; height: 100%;} -.fenlei_text_v{text-align: left; margin-bottom: 15rpx; margin-top: 5rpx} +.fenlei_text_v{text-align: left; margin-bottom: 10rpx; margin-top: 15rpx} .over_view{width: 100%; height: 100%; position: absolute;top: 0; left: 0; background-color: rgba(0,0,0,0.1);} .f_item_over_t{margin: 0 auto; position: absolute; top:80rpx;left: 50%; color: #fff; font-weight: bold; margin-left: -100rpx; z-index: 8; width: 200rpx; text-align: center; font-size: 50rpx } -.f_text{width: 25%; text-align: center; display: inline-block; font-size: 30rpx; margin-bottom: 15rpx;color: #9f9f9f; -overflow: hidden; text-overflow: ellipsis; white-space: nowrap; +.f_text{width: 25%; +text-align: center; +display: inline-block; +font-size: 30rpx; +color: #9f9f9f; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +line-height: 50rpx; + } /*--国家--*/ -- libgit2 0.21.4