Commit 4f3b15ca98ca2f0afc300f9ca1498ac410a08d09
1 parent
d4f24df0
分类样式修改
Showing
1 changed file
with
3 additions
and
1 deletions
pages/goods/categoryList/categoryList.wxss
... | ... | @@ -87,7 +87,9 @@ swiper{ |
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} | |
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; | |
92 | +} | |
91 | 93 | |
92 | 94 | /*--国家--*/ |
93 | 95 | .nation_box{ position: absolute;width: 260rpx; height: 160rpx; background-size: 100% 100%; background-repeat: no-repeat; | ... | ... |