Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
ddd_display
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
twj
ddd_display
Commits
efbb48a1
Commit
efbb48a1
authored
Mar 31, 2022
by
wuxiaoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pzk
parent
928cdc07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
display/displayOrder.html
display/displayOrder.html
+9
-9
No files found.
display/displayOrder.html
View file @
efbb48a1
...
...
@@ -104,30 +104,30 @@
/* .ol>li:nth-child(even){
background:#EFF2F7;
} */
/*
待接
单 */
/*
新订
单 */
.ol
>
li
.state_2
>
div
{
color
:
#f64f15
;
/* background: rgba(255,101,96,0.2); */
color
:
rgba
(
255
,
91
,
91
,
1
)
;
background
:
rgba
(
255
,
229
,
221
,
1
);
}
/* 已接单 */
.ol
>
li
.state_3
{
background
:
rgba
(
75
,
216
,
132
,
0.2
);
background
:
rgba
(
255
,
233
,
205
,
1
);
}
/* 已到达 */
.ol
>
li
.state_4
{
background
:
rgba
(
2
50
,
157
,
42
,
0.2
);
background
:
rgba
(
2
15
,
232
,
255
,
1
);
}
/* 正在洗车 */
.ol
>
li
.state_5
{
background
:
rgba
(
164
,
211
,
195
,
0.2
);
background
:
rgba
(
215
,
255
,
229
,
1
);
}
/* 洗车完成 */
.ol
>
li
.state_6
{
background
:
rgba
(
72
,
146
,
254
,
0.2
);
background
:
rgba
(
252
,
255
,
215
,
1
);
}
/* 用户确认完成订单 */
.ol
>
li
.state_7
{
background
:
rgba
(
2
47
,
179
,
149
,
0.2
);
background
:
rgba
(
2
32
,
230
,
255
,
1
);
}
...
...
@@ -136,7 +136,7 @@
.ol
>
.list
>
div
{
float
:
left
;
text-align
:
center
;
color
:
black
;
color
:
rgba
(
117
,
117
,
117
,
1
)
;
font-family
:
"微软雅黑"
;
font-size
:
14px
;
vertical-align
:
middle
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment