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.
 
 
 
 

31 lines
543 B

/* package/inspectionReport/inspectionReport.wxss */
.time-option {
display: flex;
justify-content: space-evenly;
}
.time-option .van-picker {
width: 45vw;
}
.file-box {
width: 94%;
height: 100rpx;
padding: 0 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgb(240, 239, 239);
}
.file-box .file .logo {
width: 80rpx;
height: 80rpx;
float: left;
margin-right: 20rpx;
}
.file-box .file {
display: flex;
align-items: center;
}