Commit 5e1586af33944f430d49cd95628d148eae0eb6dc

Authored by 后端研发-苏明海
2 parents 33a7e170 74816b15

Merge branch 'test' into 'qa'

Test

See merge request !207
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;
... ...