Commit 7fcd5881fdda8f5c9bafa7f251c4580c38a3999c
Merge branch 'qa' into 'master'
Qa See merge request !208
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; | ... | ... |