summaryList2.wxss 753 字节
@import '/pages/index/summaryList/summaryList.wxss';
.go_index {
  width: 100rpx;
  height: 100rpx;
  border-radius: 50%;
  position: fixed;
  right: 30rpx;
  bottom: 60rpx;
  background: #0286ff;
  font-size: 30rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20rpx;
  box-sizing: border-box;
}
.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;
}