/* package/startInspection/startInspection.wxss */ .page { width: 100%; margin: 0 auto; padding: 30rpx 0; background-color: #F7F7FA; } .flex-end { display: flex; justify-content: flex-end; } .plan-list { margin-bottom: 30rpx; } .titleFirst { font-size: 32rpx; margin-bottom: 30rpx; margin-left: 30rpx; } .titleTwo { font-size: 32rpx; margin: 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 { width: 52px; height: 18px; padding: 10rpx 20rpx; background: #1684FF; border-radius: 16px; color: #fff; font-size: 26rpx; margin: 10px 12px 10px; } .btn-box { background: #fff; width: 100%; margin-bottom: 16px; } .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; } .entering { padding: 30rpx; }