.pet-switch{ display:block;white-space:nowrap;width:100%; } .pet-switch .pet-chip{margin-right:20rpx} .pet-switch .pet-chip:last-child{margin-right:0} /* flex 子项默认 min-width:auto,图片的固有尺寸(320×240)会把 chip 撑大, 真机比模拟器更明显。flex:none 锁死成 app.wxss 里定的 52rpx 见方 */ .mini-avatar{overflow:hidden;flex:none} .mini-avatar-img{width:52rpx;height:52rpx;display:block}