From 4f3b15ca98ca2f0afc300f9ca1498ac410a08d09 Mon Sep 17 00:00:00 2001 From: season Date: Tue, 24 Dec 2019 09:41:03 +0800 Subject: [PATCH] 分类样式修改 --- pages/goods/categoryList/categoryList.wxss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 479bd8e..9d88db5 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -87,7 +87,9 @@ swiper{ 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} +.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; +} /*--国家--*/ .nation_box{ position: absolute;width: 260rpx; height: 160rpx; background-size: 100% 100%; background-repeat: no-repeat; -- libgit2 0.21.4