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
7f8f8ce671f05b3be9d51c79db4884c37ebb7204
1 parent
f46f7962
fix deleteOrder style bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
74 additions
and
0 deletions
web-static/sass/home/_order-block.css
web-static/sass/home/_order-block.css
100644 → 100755
View file @
7f8f8ce
...
...
@@ -32,6 +32,16 @@
background
:
#efefef
;
padding
:
0
5px
;
border-bottom
:
1px
solid
#e6e6e6
;
.order-time{
margin-left
:
25px
;
}
.order-delete
{
margin-right
:
15px
;
color
:
#999
;
&:hover{
text-decoration
:
underline
;
}
}
}
.order
{
...
...
@@ -162,6 +172,14 @@
line-height
:
18px
;
color
:
#999
;
}
.return-order
{
display
:
inline-block
;
padding
:
3px
10px
;
background
:
#FF7C48
;
border-radius
:
9px
;
color
:
#fff
;
text-align
:
center
;
}
.op-item
{
display
:
block
;
...
...
@@ -204,6 +222,7 @@
background
:
#fff
;
right
:
185px
;
margin-top
:
-40px
;
z-index
:
1000
;
li
{
line-height
:
18px
;
...
...
@@ -344,4 +363,59 @@
width
:
66px
;
}
}
}
/* 删除订单对话框 */
.delete-dialog
{
padding
:
0
0
20px
0
;
border
:
1px
solid
#000
;
background
:
#fff
;
.header{
padding
:
0
10px
;
height
:
32px
;
background
:
#444
;
line-height
:
32px
;
color
:
#fff
;
text-align
:
left
;
}
.close
{
color
:
#fff
;
.iconfont{
font-size
:
20px
;
font-weight
:
700
;
}
}
.order-delete-confirm
{
width
:
400px
;
line-height
:
1.5
;
}
.body
{
padding
:
20px
;
margin-top
:
30px
;
}
.confirm-tip
{
font-size
:
18px
;
word-wrap
:
break-word
;
i{
display
:
inline-block
;
width
:
30px
;
height
:
30px
;
margin-right
:
12px
;
background
:
resolve
(/
home
/
doubt
.
png
)
no-repeat
;
vertical-align
:
middle
;
}
}
.delete-tip
{
padding-left
:
20px
;
margin
:
15px
0
;
font-size
:
13px
;
word-wrap
:
break-word
;
}
.delete-sure
{
background
:
#efefef
;
}
.delete-no
{
margin-left
:
60px
;
border-color
:
#cdcdcd
;
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment