group-recommend.wxss
529 Bytes
/* pages/zeroSell/components/group-recommend.wxss */
.group-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-left: 20rpx;
margin-right: 20rpx;
}
.space-line {
background-color: #444444;
width: 8rpx;
height: 30rpx;
margin-right: 10rpx;
}
.title-view {
margin-left: 32rpx;
margin-top: 20rpx;
font-size: 32rpx;
color: #444444;
letter-spacing: -0.14px;
display: flex;
flex-direction: row;
align-items: center;
font-family: PingFangSC-Medium;
}