caseList.wxss 1.4 KB
/* pages/caseList/caseList.wxss */
.case_list_wrap {
    width: 100%;
    min-height: 100%;
    background: #F0EFED;
}
.case_list_box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20rpx 30rpx;
}
.case_list {
    background: #fff;
    width: 100%;
    border-radius: 10rpx;
    margin-bottom: 20rpx;
}
.case_top {
    width: 100%;
    height: 166rpx;
    box-sizing: border-box;
    padding: 40rpx 24rpx 0;
}
.case_title {
    font-size: 32rpx;
    color: #000000;
    font-weight: bold;
    margin-bottom: 19rpx;
}
.case_lable_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case_lable_list {
    padding: 6rpx 14rpx;
    border-radius: 6rpx;
    border:1px solid rgba(240,131,12,1);
    color: rgba(240,131,12,1);
    font-size: 20rpx;
    margin-right: 20rpx;
}
.case_list_content {
    width: 100%;
    box-sizing: border-box;
    padding: 30rpx 15rpx 0;
    height: 465rpx;
}
.case_list_content image {
    width: 100%;
    height: 100%;
}
.case_list_content video {
    width: 100%;
    height: 100%;
}
.case_bottom_list {
    height: 206rpx;
    padding: 10rpx 0 50rpx 10rpx;
    display: flex;
    overflow-x: scroll;
    overflow-y:hidden;
    box-sizing: border-box;
}
.case_bottom_banner {
    width: 236rpx;
    height: 156rpx;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_bottom_banner image {
    width: 236rpx;
}