/* pages/classify/classify.wxss */
image {
    width: 180rpx;
    height: 180rpx;
    border-radius: 20rpx;
}

/* 标题 */
.classify_topic {
    font-size: 80rpx;
    font-weight: 800;
    color: #808080;
    margin: 70rpx;
    text-align: center;
}

.classify_list {
    margin-top: 40rpx;
    margin-left: 10rpx;
    display: flex;
    padding: 30rpx;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

/* 展示分类 */
.text {
    margin-left: 42rpx;
    margin-top: 15rpx;
}