summaryList2.wxss 440 字节
@import '/pages/index/summaryList/summaryList.wxss';

.content_item_box {
  background: #fff;
  padding: 0 62rpx;
  display: flex;
  flex-wrap: nowrap;
}

.list_title_box {
  /* min-width: 185rpx; */
  width: auto;
}

.scroll_content_box {
  width: 150%;
  display: flex;
  flex-wrap: nowrap;
}

.list_content_box {
  /* min-width: 300rpx; */
  width: auto;
  margin-right: 10rpx;
}

.list_content_box:last-child {
  margin-right: 30rpx;
}