/* pagesPublic/pages/work-order-detail/work-order-detail.wxss */ page { background: #F5F5F5; } .navigation { margin-top: 20rpx; height: 136rpx; width: 100%; color: #FFFFFF; text-align: center; line-height: 136rpx; font-size: 36rpx; border-bottom: 2rpx solid #FFFFFF4D; } .nav-back { width: 18rpx; height: 33rpx; transform: scaleX(-1); position: absolute; left: 35rpx; top: 71rpx; } .bgimage { position: absolute; left: 0; top: 0; display: block; width: 100%; z-index: -999; } .detail { margin-top: 19rpx; margin-left: 35rpx; margin-right: 35rpx; } .item-row { margin-top: 20rpx; color: #FFFFFF; font-size: 28rpx; display: inline-flex; flex-direction: row; align-items: center; width: 100%; } .item-label { width: 210rpx; text-align: right; color: #FFFFFF; opacity: 0.7; } .item-value { margin-left: 20rpx; font-size: 28rpx; } .item-image-box image { height: 98rpx; width: 98rpx; margin-left: 10rpx; } .progressBox { background: #FFFFFF; border-radius: 10rpx; margin-left: 35rpx; margin-right: 27rpx; height: 700rpx; /* margin-top: -10rpx; */ } .progress-head { display: inline-flex; flex-direction: row; align-items: center; justify-content: center; padding-top: 46rpx; } .head-image { width: 24rpx; height: 28rpx; margin-left: 26rpx; } .head-title { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #F59F0E; margin-left: 20rpx; } .progress-detail { margin-top: 52rpx; margin-left: 30rpx; margin-right: 25rpx; display: flex; flex-direction: column; justify-content: flex-start; } .detail-row { display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .detail-left { display: flex; flex-direction: row; align-items: center; } .detail-right { display: flex; flex-direction: row; align-items: center; } .circle { width: 21rpx; height: 21rpx; background: #FFFFFF; border: 1rpx solid #999999; border-radius: 50%; } .circle.checked { border: 1rpx solid #508FF4; } .circle.checked .inner-circle { border: 1rpx solid #508FF4; width: 9rpx; height: 9rpx; background: #508FF4; border-radius: 50%; position: relative; top: 5rpx; left: 5rpx; } .vertical-line { width: 1rpx; height: 80rpx; background: #999999; position: relative; left: -14rpx; top: 50rpx; } .vertical-line.checked { background: #508FF4; } .step-name { font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 100rpx; width: 160rpx; margin-left: 19rpx; } .step-name.checked { color: #333333; font-weight: 500; } .icon-complete { width: 23rpx; height: 23rpx; } .status-text { font-size: 26rpx; color: #999999; text-align: right; width: 105rpx; margin-left: 9rpx; } .status-text.checked { color: #3A9C68; font-weight: 500; } .head-image2 { width: 28rpx; height: 33rpx; margin-left: 20rpx; } .head-title2 { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #4189FF; margin-left: 16rpx; } .report-row { margin-top: 65rpx; margin-left: 15rpx; display: inline-flex; flex-direction: row; align-items: center; font-size: 28rpx; } .report-label { width: 200rpx; text-align: right; color: #333333; } radio-group label:aria-checked { color: #508FF4; } radio-group radio:aria-checked { color: #508FF4; } radio-group label { color: #999999; } radio-group label:nth-child(2) { margin-left: 100rpx; } .report-photo { width: 44rpx; height: 40rpx; background: #E9E9E9 113rpx 113rpx; padding: 36rpx 35rpx; } .report-input { width: 427rpx; border-bottom: solid 1rpx #999999; } .report-submit { position: absolute; left: 0; bottom: 0; width: 100%; height: 96rpx; background: #508FF4; color: #FFFFFF; font-size: 28rpx; line-height: 96rpx; border-radius: 0; }