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