@import '../../components/index.css';

.tag-title-item {
}

.tag-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 20rpx;
  margin-top: 10rpx;
  align-items: center;
}

.tag-row-title {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 200rpx;
  align-items: center;
  font-size: 12rpx;
  font-weight: 300;
  line-height: 2;
}
