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.
|
|
|
/* package/startInspection/startInspection.wxss */
|
|
|
|
.box {
|
|
|
|
width: 696rpx;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 30rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.picker {
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titleFirst {
|
|
|
|
font-size: 32rpx;
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.txt {
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
color: #333;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line {
|
|
|
|
width: 100%;
|
|
|
|
height: 2rpx;
|
|
|
|
background: #ccc;
|
|
|
|
margin-bottom: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.startBtn {
|
|
|
|
float: right;
|
|
|
|
padding: 10rpx 20rpx;
|
|
|
|
background: #1979ff;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
font-size: 26rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 10;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popBox {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 1000;
|
|
|
|
background: #fff;
|
|
|
|
width: 95%;
|
|
|
|
margin-left: -356rpx;
|
|
|
|
margin-top: -500rpx;
|
|
|
|
padding: 20rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btnBox {
|
|
|
|
padding: 30rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cancel {
|
|
|
|
width: 180rpx;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
background: #fff;
|
|
|
|
border: 2rpx solid #1979ff;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
padding: 12rpx 0;
|
|
|
|
color: #1979ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
width: 180rpx;
|
|
|
|
float: right;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
padding: 12rpx 0;
|
|
|
|
background: #1979ff;
|
|
|
|
color: #fff;
|
|
|
|
border: 2rpx solid #1979ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pic {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showImg {
|
|
|
|
width: 160rpx;
|
|
|
|
height: 160rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-btn {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload {
|
|
|
|
width: 160rpx;
|
|
|
|
height: 160rpx;
|
|
|
|
}
|