Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
fd06c3f8a46a0f390cad5c601e4d6875497648bc
1 parent
4cf35b28
cart style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
public/scss/shopping/_cart-products.css
public/scss/shopping/_edit-color-size.css
public/scss/shopping/_cart-products.css
View file @
fd06c3f
...
...
@@ -2,9 +2,6 @@ $hoverColor: #379ed6;
.blk-cart-page
{
.pros-group
{
/*margin-bottom: 30px;
border-top: 1px solid #eee;*/
&:first-child
{
border-top
:
none
;
}
...
...
@@ -22,9 +19,10 @@ $hoverColor: #379ed6;
font-weight
:
normal
!important
;
display
:
inline-block
!important
;
}
&
:hover
{
cursor
:
pointer
;
border
:
1px
dashed
#
e92601
;
border
:
1px
dashed
#
3ca1db
;
}
}
}
...
...
@@ -75,6 +73,7 @@ $hoverColor: #379ed6;
.checked
{
display
:
inline-block
;
}
.not-checked
{
display
:
none
;
}
...
...
@@ -96,7 +95,6 @@ $hoverColor: #379ed6;
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
50px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
!important
;
white-space
:
nowrap
!important
;
...
...
@@ -175,18 +173,21 @@ $hoverColor: #379ed6;
.editable
{
padding
:
5px
0
;
width
:
20
0px
;
width
:
18
0px
;
position
:
relative
;
.iconfont
{
display
:
none
;
}
.sizes-list
{
width
:
195px
;
}
.colors-list
{
width
:
195px
;
}
.size-item
{
height
:
20px
;
border
:
1px
solid
#e8e8e8
;
...
...
@@ -220,22 +221,26 @@ $hoverColor: #379ed6;
}
}
}
.mr20
{
margin-right
:
20px
;
}
.mr10
{
margin-right
:
10px
;
}
.mb10
{
margin-bottom
:
10px
;
}
.mb20
{
margin-bottom
:
20px
;
}
.mb30
{
margin-bottom
:
30px
;
}
}
.invalid-pros
{
...
...
public/scss/shopping/_edit-color-size.css
View file @
fd06c3f
.blk-cart-page
{
.edit-color-size
{
position
:
absolute
;
left
:
1
8
0px
;
left
:
1
9
0px
;
width
:
354px
;
border
:
2px
solid
#bbb
;
top
:
-113px
;
...
...
Please
register
or
login
to post a comment