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.
69 lines
943 B
69 lines
943 B
2 years ago
|
/* package/inspectionInput/inspectionInput.wxss */
|
||
|
.popBox {
|
||
|
position: absolute;
|
||
|
left: 50%;
|
||
|
z-index: 1000;
|
||
|
background: #fff;
|
||
|
width: 95%;
|
||
|
margin-left: -356rpx;
|
||
|
padding: 20rpx 0;
|
||
|
}
|
||
|
|
||
|
.item-name {
|
||
|
margin: 20rpx 0 0 30rpx;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
.block {
|
||
|
display: block;
|
||
|
}
|