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/inspectionRecord.wxss */
page {
background: #F7F7FA;
}
.my-picker {
white-space: nowrap;
width: 100rpx;
}
.contentBox {
padding: 210rpx 30rpx 20rpx;
}
.listBox {
background-color: #fff;
border-radius: 10rpx;
box-shadow: 0rpx 0rpx 10rpx #ddd;
margin: 30rpx auto;
overflow: hidden;
}
.titleBox {
overflow: hidden;
padding-bottom: 20rpx;
padding-top: 40rpx;
}
.title {
float: left;
font-size: 32rpx;
width: 460rpx;
font-weight: bold;
}
.btn {
width: 130rpx;
text-align: center;
font-size: 30rpx;
padding: 20rpx;
background: #1979ff;
color: #fff;
border-radius: 10rpx;
float: left;
margin-left: 30rpx;
margin-top: 20rpx;
}
.page-date {
text-align: center;
padding-top: 6rpx;
margin-right: 20rpx;
background: #fff;
}
.clearDate {
float: left;
line-height: 50rpx;
}
.clearDate image {
width: 20rpx;
height: 20rpx;
}
/* 暂无数据 */
.noData {
width: 254rpx;
height: 298rpx;
display: block;
margin: 280rpx auto 16rpx;
}
.noTxt {
font-size: 30rpx;
color: #999;
font-weight: bold;
text-align: center;
}