/* pages/home/components/title.wxss */ .content-title-box { margin-top: 15rpx; display: flex; flex-direction: row; align-items: center; } .content-title-img { width: 8rpx; height: 30rpx; background-color: #00967b; margin-left: 14rpx; border-radius: 5rpx; } .content-title-text { margin-left: 15rpx; font-size: 26rpx; font-weight: bold; }