.newWorkOrder{ padding-bottom: 60rpx; } .form { margin: 0 50rpx; margin-top: 12rpx; } .formItem { display: flex; align-items: center; justify-content: space-between; padding: 30rpx 0; border-bottom: 1rpx solid #E6E6E6; box-sizing: border-box; } .formItem_tit { display: flex; font-weight: 400; font-size: 26rpx; color: #222; } .formItem_tit .icon { color: #2583FF; font-size: 26rpx; } .formItem_con { text-align: right; font-weight: 400; font-size: 26rpx; color: #222222; } .formItem_con view { display: flex; align-items: center; } .formItem_con image { width: 13rpx; height: 26rpx; margin-left: 13rpx; } .formItem2{ display: flex; flex-direction: column; padding: 30rpx 0; } .formItem_con2{ display: flex; width: 100%; margin-top: 20rpx; height: 200rpx; } .formItem_con2 textarea{ width: 100%; height: 100%; } .submit { font-weight: 400; font-size: 36rpx; color: #FFFFFF; width: 650rpx; height: 80rpx; background: #2583FF; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: center; margin-top: 0rpx; } .popup_title { display: flex; margin: 20rpx 30rpx 0; justify-content: space-between; } .popup_label { color: #999; } .color_blue { color: #576b95; }