topTitle.wxss 419 Bytes
.topTitle_main {
  /* height: 36rpx; */
  width: 100%;
  /* background: red; */
  padding-top: 40rpx;
  display: flex;
  align-items: center;
}

.topTitle_left {
  margin-left: 24rpx;
  width: 8rpx;
  height: 32rpx;
  background: #0057C4;
  margin-right: 24rpx;
  margin-top: 2rpx;
}

.topTitle_right {
  font-family: PingFangSC-Semibold;
  font-size: 36rpx;
  color: #323241;
  letter-spacing: 0;
  font-weight: 600;
}