index.ttss 735 Bytes

.titleContainer {
  display: flex;
  flex-direction: column;
  height: 100rpx;
}
.graySpace {
  height: 20rpx;
  background-color: rgba(240,240,240,1);
}
.titleView{
  background-color: white;
  display: flex;
  flex-direction: row;
  height: 80rpx;
  align-items:center;
}
.titleLine{
  width: 4rpx;
  height: 30rpx;
  background-color: #444444;
  margin-left: 30rpx;
}
.titleDesc{
  flex: 1;
  text-align: left;
  color: #444444;
  font-family: PingFang SC;
  font-size:30rpx;
  margin-left: 20rpx;
  font-weight: 600;
  /* line-height: 2.75; */
}
.titleMore{
  width: 48rpx;
  height: 38rpx;
  display: flex;
  margin-right: 30rpx;
  align-items: center;
  justify-content: center;
}
.titleMoreIm{
  width: 44rpx;
  height: 8rpx;
}