99 lines
1.6 KiB
Plaintext
99 lines
1.6 KiB
Plaintext
.upkeep_row {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 20rpx;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.upkeep_row_con {
|
|
text-align: right;
|
|
}
|
|
|
|
.noBor {
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
.upkeep_Con {
|
|
padding: 30rpx 20rpx;
|
|
|
|
}
|
|
|
|
.upkeep_Con_tit {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.submit {
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 650rpx;
|
|
height: 80rpx;
|
|
background: #2583FF;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
margin: 0 auto;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.upkeep_msg {
|
|
height: 180rpx;
|
|
}
|
|
|
|
.upkeep_msg .van-cell {
|
|
height: 100%;
|
|
}
|
|
|
|
.upkeep_msg .van-field__control--textarea {
|
|
height: 100% !important;
|
|
}
|
|
|
|
|
|
|
|
.upkeep_msg .van-field__body--textarea{
|
|
height: 3.6em;
|
|
}
|
|
|
|
.equipment {
|
|
margin: 30rpx 20rpx 0;
|
|
position: relative;
|
|
/* padding-top: 40rpx; */
|
|
overflow: hidden;
|
|
}
|
|
.equip_item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 30rpx;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1rpx solid #999999;
|
|
}
|
|
.equip_pic {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
.equip_desc {
|
|
margin-left: 24rpx;
|
|
}
|
|
.no_bottom {
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.cancel{
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
position: absolute;
|
|
right: 10rpx;
|
|
top: 10rpx;
|
|
}
|
|
|
|
.equipment_title {
|
|
margin-bottom: 30rpx;
|
|
text-align: right;
|
|
} |