caseDetail.wxss 2.4 KB
/* pages/caseDetail/caseDetail.wxss */
/* @import "/wxParse/wxParse.wxss"; */
.case_detail_page {
    /* height: 100%; */
    background: #F0ECEA;
}
.case_detail_top {
    width: 100%;
    /* height: 662rpx; */
    margin-bottom: 17rpx;
}
.case_detail_banner {
    width: 100%;
    height: 520rpx;
}

.case_detail_banner swiper {
    width: 100%;
    height: 466rpx;
}
.case_detail_banner swiper image {
    width: 100%;
    height: 100%;
}
.dots_box {
    width: 100%;
    height:54rpx;
    background:rgba(1,6,17,1);
    position: relative;
}
.dots{
/* width: 156rpx; */
height: 36rpx;
display: flex;
flex-direction: row;
align-items: center;
position: absolute;
left: 320rpx;
top: 50%;
margin-top: -16rpx;
}
/*未选中时的小圆点样式 */
.dot{
width: 16rpx;
height: 16rpx;
border-radius: 50%;
margin-right: 26rpx;
background-color:#CCCCCC;
}
/*选中以后的小圆点样式 */
.active{
width: 16rpx;
height: 16rpx;
border-radius:8rpx;
background-color: #FB7F47;
}

/*  简介  */
.case_info {
    width: 100%;
    /* height:142rpx; */
    background:rgba(240,131,12,1);
    box-sizing: border-box;
    padding: 30rpx;
}
.case_info .case_title {
    font-size: 32rpx;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 19rpx;
}
.lable_list_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lable_list_box .lable_list {
    padding: 6rpx 14rpx;
    border:1rpx solid rgba(255,255,255,1);
    border-radius:6rpx;
    color: #FFFFFF;
    font-size: 20rpx;
    margin-right: 20rpx;
}

/*  详情  */
.case_info_lists {
    margin-top: 17rpx;
    width: 100%;
    background: #FFFFFF;
}
.case_info_lists .case_info_title {
    width: 100%;
    height: 109rpx;
    border-bottom: 1rpx solid #EBEBEB;
    box-sizing: border-box;
    padding: 0 222rpx;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
}
.info_title_list {
    font-size: 30rpx;
    color: #333333;
    position: relative;
    height: 100%;
    line-height: 109rpx; 
}
.info_title_list.now {
    color: rgba(240,131,12,1);
}
.info_title_list.now .line {
    width:40rpx;
    height:6rpx;
    background:rgba(240,131,12,1);
    position: absolute;
    left: 50%;
    margin-left: -20rpx;
    bottom: 0;
}

.info_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30rpx 250rpx;
}
.info_box .info_list {
    width: 100%;
}
.info_list image {
    width: 100%;
}