Commit efbb48a1 authored by wuxiaoli's avatar wuxiaoli

pzk

parent 928cdc07
...@@ -104,30 +104,30 @@ ...@@ -104,30 +104,30 @@
/* .ol>li:nth-child(even){ /* .ol>li:nth-child(even){
background:#EFF2F7; background:#EFF2F7;
} */ } */
/* 待接单 */ /* 新订单 */
.ol>li.state_2>div{ .ol>li.state_2>div{
color: #f64f15; color: rgba(255, 91, 91, 1);
/* background: rgba(255,101,96,0.2); */ background: rgba(255, 229, 221, 1);
} }
/* 已接单 */ /* 已接单 */
.ol>li.state_3{ .ol>li.state_3{
background: rgba(75,216,132,0.2); background: rgba(255, 233, 205, 1);
} }
/* 已到达 */ /* 已到达 */
.ol>li.state_4{ .ol>li.state_4{
background: rgba(250,157,42,0.2); background: rgba(215, 232, 255, 1);
} }
/* 正在洗车 */ /* 正在洗车 */
.ol>li.state_5{ .ol>li.state_5{
background: rgba(164,211,195,0.2); background: rgba(215, 255, 229, 1);
} }
/* 洗车完成 */ /* 洗车完成 */
.ol>li.state_6{ .ol>li.state_6{
background: rgba(72,146,254,0.2); background: rgba(252, 255, 215, 1);
} }
/* 用户确认完成订单 */ /* 用户确认完成订单 */
.ol>li.state_7{ .ol>li.state_7{
background: rgba(247,179,149,0.2); background: rgba(232, 230, 255, 1);
} }
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
.ol>.list>div { .ol>.list>div {
float: left; float: left;
text-align: center; text-align: center;
color: black; color: rgba(117, 117, 117, 1);
font-family: "微软雅黑"; font-family: "微软雅黑";
font-size: 14px; font-size: 14px;
vertical-align: middle; vertical-align: middle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment