Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王洪广
9 years ago
Commit
65dcf906d2e9e1d7689e77a4d00b2801a2a0183c
1 parent
9af7e0b2
fix detail button
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
web-static/sass/home/_order-detail.css
web-static/sass/home/_order-detail.css
View file @
65dcf90
...
...
@@ -6,6 +6,7 @@
}
.status
{
margin
:
10px
0
;
padding
:
10px
;
background
:
#efefef
;
border-bottom
:
1px
solid
#e6e6e6
;
...
...
@@ -22,7 +23,28 @@
.complete-tip
{
color
:
#999
;
}
.cancel-order
{
float
:
right
;
margin-right
:
20px
;
background
:
#ebebeb
;
border
:
1px
solid
#c1c1c1
;
color
:
#000
;
}
.edit-order
{
float
:
right
;
background
:
#ebebeb
;
border
:
1px
solid
#c1c1c1
;
color
:
#000
;
}
.edit-order-active
{
background
:
#444
;
border
:
1px
solid
#444
;
color
:
#fff
;
}
.go-pay
{
margin-left
:
60px
;
}
}
.detail-info
{
padding
:
10px
;
...
...
Please
register
or
login
to post a comment