|
|
@ -2642,8 +2642,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_new { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #CFF0BE; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2653,8 +2653,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_reviewing { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #ECEE1F; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2664,8 +2664,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_agreed { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background:#82E26E; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2675,8 +2675,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_refused { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #F33140; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2686,8 +2686,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_handling { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #3C9CFF; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2697,8 +2697,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_partial { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #D3FF3C; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2708,8 +2708,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_completed { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #D3FF3C; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2719,8 +2719,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_abort { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #F33140; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
@ -2730,8 +2730,8 @@ button[disabled] { |
|
|
|
*/ |
|
|
|
.request_status_cancelled { |
|
|
|
font-size: 28rpx; |
|
|
|
background: rgba(95, 203, 148, 0.2); |
|
|
|
color: #22AF68; |
|
|
|
background: #F33140; |
|
|
|
color: #000000; |
|
|
|
padding: 10rpx 20rpx 10rpx 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
|