2025-04-22 14:39:59 +08:00

75 lines
1.2 KiB
Plaintext

.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: #FF512A;
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: #FF512A;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin-top: 0rpx;
}