<scroll-view scroll-x="true" class='imgy' style="white-space: nowrap;">
    <view wx:for='{{15}}' wx:key='index' wx:for-item='buyerItem' style=" display: inline-block;width:104rpx;height:104rpx;border-radius:50%;margin-right: 30rpx;">
      <image class='helpy' src="http://i.pravatar.cc/128"></image>
    </view>
  </scroll-view>
.helpy {
  width: 100rpx;
  height: 100rpx;
  border: 1px dashed #999;
  line-height: 100rpx;
  text-align: center;
  font-size: 60rpx;
  border-radius: 50%;
  color: #999;

}

 

相关文章:

  • 2021-05-22
  • 2021-10-29
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-10
  • 2021-04-27
  • 2022-12-23
  • 2021-11-16
  • 2021-06-21
  • 2022-12-23
  • 2022-02-12
相关资源
相似解决方案