my-collect.wxss 1.2 KB
/* pages/my/my-collect/my-collect.wxss */
.content_box {
    padding: 10rpx 20rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1rpx solid #eeeeee;
}
.post_box {
    /* margin-top: 100rpx; */
}
.content_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30rpx 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1rpx solid #eeeeee;

}
.content_item .thumb {
    width: 170rpx;
    height: 170rpx;
    margin-right: 26rpx;
}
.lish-right {
    height: 166rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.lish-right .title, .lish-right .time{
    font-size: 24rpx;
    color: #333333;
}
.lish-right .name-box {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 22rpx;
}
.lish-right .name-box .avatar{
    width: 40rpx;
    height: 40rpx;
    margin-right: 16rpx;
    border-radius:50%;
}
.no-data {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200rpx;
    font-size: 28rpx;
    color: #cccccc;
}