godeclare.wxss 557 Bytes
.text_gray_30 {
  font-size: 30rpx;
  color: #6C7596 ;
  font-weight: bold;
}

.text_black_30 {
  font-size: 30rpx;
  color: #000;
  line-height: 90rpx;
}

.arrow_img_wrap {
  width: 40rpx;
  height: 40rpx;
  align-items: center;
  float: right;
  margin-top:24rpx;
}

.multi-selection{
  position: relative;
  height: 80rpx;
  align-items: center
}

.multi-img{
  width: 40rpx;
  height: 40rpx;
}

.single-img{
  width: 30rpx;
  height: 30rpx;
}

.select_blue_28{
  font-size: 28rpx;
color: #1890FF;
}

.select_666_28{
  font-size: 28rpx;
color: #666666;
}