81 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2026-01-30 09:54:46 +08:00
page {
background-color: #f8f8f8;
}
.show_header {
margin: 30rpx;
background-color: #fff;
border-radius: 15rpx;
padding: 30rpx;
}
.show_header .header_cell {
display: flex;
align-items: center;
color: #666666;
font-size: 28rpx;
padding-top: 15rpx;
}
.show_header .hande_name_info {
display: flex;
align-items: self-start;
}
.show_header .hande_name_info .name {
color: #333333;
font-size: 28rpx;
font-weight: 500;
padding: 0 30rpx 0 20rpx;
flex: 1;
}
.show_header .hande_name_info .name text {
padding-right: 20rpx;
}
.show_header .hande_name_info .table_tab {
display: flex;
align-items: center;
padding: 6rpx 16rpx;
border-radius: 8rpx;
font-size: 24rpx;
}
.show_header .hande_name_info .table_tab image {
width: 18rpx;
height: 24rpx;
margin-right: 5rpx;
}
.show_header .hande_name_info .water {
background-color: #F0F8FF;
color: #0082FA;
}
.show_header .hande_name_info .electricity {
background-color: #FFF8F0;
color: #FFB30F;
}
.attachment_img {
margin: 30rpx;
background-color: #fff;
padding: 30rpx;
border-radius: 15rpx;
}
.attachment_img .title {
font-size: 30rpx;
font-weight: 600;
}
.attachment_img .img_list {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
padding-top: 20rpx;
}
.attachment_img .img_list .attachment_img_item {
margin-right: 20rpx;
}
.attachment_img .img_list .attachment_img_item:last-child {
margin-right: 0;
}
.attachment_img .img_list image {
width: 160rpx;
height: 160rpx;
}
.attachment_img .remark_info {
font-size: 26rpx;
color: #666;
}