/* package/inspectionInput/inspectionInput.wxss */ .divider { width: 100%; height: 0px; border-top: 1px solid #F5F5F5; } .flex-between { display: flex; justify-content: space-between; } .flex-end { display: flex; justify-content: flex-end; } .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: 50px 30rpx; overflow: hidden; font-size: 30rpx; display: flex; justify-content: space-between; } .cancel { width: 38vw; height: 42px; line-height: 42px; text-align: center; background: #fff; border: 1px solid #006BE3; border-radius: 24px; font-weight: 600; font-size: 16px; color: #1684FF; } .submit { width: 38vw; height: 42px; line-height: 42px; text-align: center; background: #1684FF; border: 1px solid #006BE3; border-radius: 24px; font-weight: 600; font-size: 16px; color: #FFFFFF; } .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: 63px; height: 63px; } .block { display: block; } .icon { width: 18px; height: 18px; margin-right: 5px; } .radio-text { font-size: 14px; color: #323233; } .van-radio-group { display: flex; } .textarea { width: 84%; margin: 0 auto; padding: 20rpx; height: 120rpx; border: 1px solid #61616166; }