.container { display: flex; flex-direction: row; align-items: center; margin: 25rpx 0 30rpx; } .title-tag { width: 8rpx; height: 30rpx; background: linear-gradient(0deg, #FF4330 0%, #FF7B60 100%); border-radius: 5rpx; } .title { margin-left: 19rpx; font-size: 30rpx; font-weight: bold; color: #363636; line-height: 30rpx; }