2025-08-29 09:51:02 +08:00
|
|
|
page {
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
}
|
|
|
|
|
.work_contents {
|
2025-12-15 18:19:04 +08:00
|
|
|
padding: 100rpx 0 0 0;
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
|
|
|
|
.work_contents .work_item {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
margin: 30rpx 30rpx 0 30rpx;
|
|
|
|
|
border-radius: 15rpx;
|
|
|
|
|
padding: 0 30rpx 30rpx 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 25rpx 0;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #3d3d3d;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_header .btn_type {
|
|
|
|
|
border: 1rpx solid #eee;
|
|
|
|
|
padding: 7rpx 19rpx;
|
|
|
|
|
border-radius: 100rpx;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_header .btn_status {
|
|
|
|
|
border-radius: 100rpx;
|
|
|
|
|
padding: 7rpx 19rpx;
|
|
|
|
|
}
|
2025-12-15 18:19:04 +08:00
|
|
|
.work_contents .work_item .work_item_header .work_item_header_left {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_header .work_item_header_left .btn_type {
|
|
|
|
|
margin-right: 30rpx;
|
|
|
|
|
}
|
2025-08-29 09:51:02 +08:00
|
|
|
.work_contents .work_item .work_item_houses {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_houses .item {
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
line-height: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_houses .item:last-child {
|
|
|
|
|
border-left: 1rpx solid #eee;
|
|
|
|
|
padding-left: 15rpx;
|
|
|
|
|
margin-left: 15rpx;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_des {
|
|
|
|
|
color: #444444;
|
|
|
|
|
font-size: 28rpx;
|
2025-10-29 13:53:05 +08:00
|
|
|
padding: 12rpx 0 10rpx 0;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_cell {
|
|
|
|
|
color: #666666;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
padding-top: 15rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_footer {
|
|
|
|
|
border-top: 1rpx solid #eee;
|
|
|
|
|
padding: 25rpx 0 0 0;
|
|
|
|
|
margin-top: 25rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_images {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_images .item {
|
|
|
|
|
width: 140rpx;
|
|
|
|
|
height: 140rpx;
|
|
|
|
|
border-radius: 10rpx;
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
margin-top: 25rpx;
|
|
|
|
|
margin-right: 25rpx;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_images .item:nth-child(4n) {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
.work_contents .work_item .work_item_images .item image {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|