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.

85 lines
1.2 KiB

/* package/startInspection/startInspection.wxss */
.box {
width: 696rpx;
margin: 0 auto;
padding: 30rpx 0;
}
.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;
}