/* write style here */

.yw-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: PingFangSC-Medium, PingFang SC;
  &-line {
    width: 4px;
    height: 12px;
    background: #1890ff;
    margin-right: 12px;
    vertical-align: baseline;
  }
  &-subtitle {
    color: #999;
    margin-left: 12px;
    vertical-align: baseline;
    font-size: 12px;
    display: inline-block;
    font-weight: 300;
  }
  &-base {
    height: 100%;
  }
  &-l {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight: 500;
    .yw-title-subtitle {
      font-size: 14px;
      font-weight: lighter;
    }
  }
  &-m {
    font-size: 16px;
    color: #000;
    font-weight: 500;
  }
  &-s {
    font-size: 16px;
    color: #000;
    height: 22px;
    font-weight: 500;
    line-height: 22px;
    .yw-title-line {
      height: 16px;
      width: 16px;
      border-radius: 4px;
      margin-right: 8px;
    }
  }
}
