You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.1 KiB

/* package/inspectionRecord/inspectionRecordDetail/inspectionRecordDetail.wxss */
page {
background-color: #F7F7FA;
}
.header-item-container {
width: 100%;
height: 180rpx;
background: rgb(255, 255, 255);
border-radius: 10rpx;
flex-direction: row;
display: flex;
justify-content: start;
align-items: center;
box-shadow: 0rpx 0rpx 16rpx #ccc;
}
.logo {
width: 120rpx;
height: 120rpx;
padding: 30rpx;
}
.userName {
font-size: 36rpx;
font-weight: 600;
}
.list {
color: #6C6C6C;
background: #fff;
padding: 20rpx 30rpx;
box-sizing: border-box;
width: 100%;
margin: 40rpx auto;
border-radius: 10rpx;
box-shadow: 0rpx 0rpx 16rpx #ccc;
}
.item-key {
margin-right: 30rpx;
}
.abnormal-ctx {
padding-left: 20rpx;
}
.content {
width: 100%;
overflow: hidden;
margin-bottom: 20rpx;
font-size: 14px;
}
.title {
float: left;
}
.value {
float: right;
text-align: justify;
word-break: break-word;
}
.pic {
float: left;
position: relative;
margin-right: 8px;
margin-bottom: 8px;
}
.showImg {
width: 160rpx;
height: 160rpx;
}
.page .van-icon-arrow {
color: #9699a6 !important;
}