.project_detail_html {
padding: 20rpx;
background-color: #fff;
padding-top: 30rpx;
}
/* 项目回报列表 */
.project_list {
width: 100%;
background-color: #ffffff;
border-radius: 10rpx;
box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.2);
padding: 30rpx 20rpx 20rpx 20rpx;
margin-bottom: 30rpx;
box-sizing: border-box;
}
.project_list .title {
font-size: 34rpx;
font-weight: bold;
color: #333;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.project_list .fast {
font-size: 26rpx;
color: #999;
border: solid 1rpx #999;
display: inline-block;
padding: 2rpx 12rpx;
border-radius: 6rpx;
margin-top: 13rpx;
}
.project_list .des {
font-size: 28rpx;
color: #333;
}
.project_list .imglist {
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
box-sizing: border-box;
flex-wrap: wrap;
}
.project_list .imglist image {
width: 150rpx;
height: 150rpx;
margin-top: 10rpx;
margin-right: 10rpx;
}
.project_list .seeAll {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding-top: 20rpx;
font-size: 26rpx;
color: #999;
}
.project_list .seeAll span {
background-color: #378fff;
color: #fff;
padding: 10rpx 30rpx;
font-size: 24rpx;
border-radius: 10rpx;
}
.scroll {
box-sizing: border-box;
}
.project_item{
display: flex;
flex-direction: row;
justify-content: start;
align-items: flex-start;
box-sizing: border-box;
padding: 20rpx 0;
border-bottom: solid 2rpx #f9f9f9;
}
.item_title{
color: #999;
font-weight: normal;
font-size: 28rpx;
margin-right: 20rpx;
}
.item_content{
flex: 1;
}
/* 没有列表 */
.no_list{
color: #999;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding-top: 100rpx;
font-size: 26rpx;
}
.no_list image{
width: 200rpx;
margin-bottom: 20rpx;
}