Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
OF1706
2017-02-17 18:07:52 +0800
Commit
00832582d9fe0f9f5698f77831a2ef608b3ad2ac
2 parents
77890fed
ca8b31da
Merge branch 'feature/shoppingCart' of
http://git.yoho.cn/fe/yohobuy-node
into feature/shoppingCart
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
public/scss/cart/_order-ensure2016.css
public/scss/common/_dialog.css
public/scss/cart/_order-ensure2016.css
View file @
0083258
...
...
@@ -754,7 +754,6 @@
border
:
1px
solid
$
borderColor
;
border-bottom-color
:
#fff
;
dt
{
line-height
:
36px
;
...
...
@@ -775,6 +774,7 @@
dd
{
display
:
none
;
margin
:
10px
0
;
}
.open
+
dd
{
...
...
@@ -954,7 +954,7 @@
width
:
70%
;
position
:
absolute
;
right
:
0
;
top
:
-
32
px
;
top
:
-
40
px
;
padding-right
:
20px
;
text-align
:
right
;
...
...
@@ -962,6 +962,7 @@
width
:
100%
;
position
:
absolute
;
right
:
20px
;
color
:
$
red
;
background-color
:
#fff
;
}
...
...
public/scss/common/_dialog.css
View file @
0083258
...
...
@@ -7,7 +7,7 @@
min-width
:
350px
;
background
:
#f8f8f8
;
z-index
:
1001
;
border
:
5px
solid
rgba
(
0
,
0
,
0
,
0.38
)
;
border
:
5px
solid
#5b5c5c
;
.close
{
position
:
absolute
;
...
...
Please
register
or
login
to post a comment