{{monthes.MM}} /{{monthes.MM}}月
你负责美丽就好
更多
热门
.recommend_view{
height:calc( 100vh - 36px);
}
.recommend_wrap{
display:flex;
flex-wrap:wrap;
.recommend_item{
width:50%;
border:5rpx solid #fff;
}
}
.moneths_wrap {
.moneths_title {
display: flex;
justify-content: space-between;
padding: 20rpx;
.monthes_title_info {
color: $color;
font-size: 30rpx;
font-weight: 600;
display: flex;
.monthes_info {
text {
font-size: 34rpx;
}
}
.monthes_text {
font-size: 34rpx;
color: #666;
}
}
.monthes_title_more {
font-size: 24rpx;
color: $color;
}
}
.monthes_content {
display: flex;
flex-wrap: wrap;
.monthes_item{
width: 33.33%;
border:5rpx solid #fff
}
}
}
.hots_wrap {
.hots_title {
padding: 20rpx;
text {
border-left: 5rpx solid $color;
font-size: 24rpx;
font-weight: 600;
}
}
.hots_content {
display: flex;
flex-wrap: wrap;
.hots_item {
width: 33.33%;
border: 5rpx solid #fff;
image {
}
}
}
}