/* 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; }