You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
364 B

/* 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;
}