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
郝肖肖
9 years ago
Commit
948edddbcdc5a910ab90c0cc2fa77f48cbefbf11
1 parent
f83e681c
商品图片间距11px
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
public/scss/passport/_login.css
public/scss/product/_list.css
public/scss/passport/_login.css
View file @
948eddd
...
...
@@ -17,7 +17,6 @@
color
:
$
blue
;
font-weight
:
bold
;
}
}
.country-code
{
...
...
@@ -36,7 +35,7 @@
@mixin
input;
&.phone-num
{
width
:
1
5
0px
;
width
:
1
7
0px
;
display
:
block
;
float
:
left
;
border
:
none
!important
;
...
...
@@ -46,7 +45,6 @@
&
.captcha
{
width
:
$
captcha
;
float
:
left
;
}
}
...
...
@@ -93,7 +91,6 @@
.small
{
@mixin
small;
}
}
.other-opts
{
...
...
@@ -104,6 +101,7 @@
.third-party-login
{
margin
:
0
30px
;
span
{
float
:
left
;
width
:
calc
((
$
item-width
-
60px
)
/
4
);
...
...
public/scss/product/_list.css
View file @
948eddd
...
...
@@ -397,11 +397,15 @@
display
:
inline-block
;
vertical-align
:
top
;
width
:
60px
;
margin-right
:
10px
;
margin-right
:
11px
;
}
.goods-img-col
:last-child
{
margin-right
:
0
;
}
img
{
margin
:
8px
0
;
margin
-top
:
11px
;
cursor
:
pointer
;
}
}
...
...
Please
register
or
login
to post a comment