Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郝肖肖
2016-12-29 16:07:09 +0800
Commit
0dc4e159e622c0cb89809fad6b5387d9b313ef21
2 parents
2dacce40
29f41482
Merge branch 'feature/optimSale' of git.yoho.cn:fe/yohobuywap-node into feature/optimSale
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
24 deletions
package.json
public/scss/channel/_cate.css
public/scss/channel/_icons-enter.css
public/scss/guang/_info-list.css
public/scss/guang/_info.css
public/scss/guang/_tvls.css
public/scss/home/_home.css
package.json
View file @
0dc4e15
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"
5.3.6
"
,
"version"
:
"
90.0.11
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/scss/channel/_cate.css
View file @
0dc4e15
.category-page
{
font-size
:
30px
;
font-size
:
15
PX
;
.search-input
{
position
:
relative
;
...
...
@@ -14,7 +14,7 @@
border
:
none
;
padding-left
:
66px
;
border-radius
:
60px
;
font-size
:
26px
;
font-size
:
13
PX
;
background
:
#fff
;
color
:
#999
;
}
...
...
@@ -63,7 +63,7 @@
width
:
100%
;
height
:
30px
;
line-height
:
30px
;
font-size
:
30px
;
font-size
:
15
PX
;
border-right
:
1px
solid
#e6e6e6
;
}
...
...
public/scss/channel/_icons-enter.css
View file @
0dc4e15
...
...
@@ -25,9 +25,9 @@
display
:
block
;
margin
:
0
auto
;
text-align
:
center
;
width
:
98px
;
height
:
98px
;
line-height
:
98px
;
width
:
96px
;
height
:
96px
;
line-height
:
96px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
...
...
@@ -40,7 +40,7 @@
.linkbar
{
display
:
block
;
line-height
:
44px
;
font-size
:
24px
;
font-size
:
12
PX
;
color
:
#444
;
&:visited,
...
...
public/scss/guang/_info-list.css
View file @
0dc4e15
...
...
@@ -63,8 +63,9 @@
.guang-nav-item
{
float
:
left
;
color
:
#ccc
;
font-size
:
28px
;
padding
:
0
22px
;
font-size
:
14
PX
;
width
:
100px
;
text-align
:
center
;
line-height
:
80px
;
&.focus
{
...
...
public/scss/guang/_info.css
View file @
0dc4e15
...
...
@@ -22,7 +22,7 @@
float
:
left
;
margin-left
:
30px
;
padding
:
30px
0
;
font-size
:
28px
;
font-size
:
14
PX
;
color
:
#000
;
}
}
...
...
@@ -49,7 +49,7 @@
width
:
130px
;
height
:
50px
;
line-height
:
50px
;
font-size
:
28px
;
font-size
:
14
PX
;
color
:
#fff
;
background
:
#000
;
text-align
:
center
;
...
...
@@ -97,7 +97,7 @@
.info-title
{
line-height
:
44px
;
color
:
#000
;
font-size
:
40px
;
font-size
:
20
PX
;
font-weight
:
bold
;
}
...
...
@@ -105,7 +105,7 @@
.info-text
{
margin
:
16px
0
0
0
;
line-height
:
46px
;
font-size
:
28px
;
font-size
:
14
PX
;
color
:
#444
;
}
...
...
public/scss/guang/_tvls.css
View file @
0dc4e15
...
...
@@ -2,12 +2,12 @@
color
:
#b0b0b0
;
line-height
:
38px
;
height
:
38px
;
font-size
:
24px
;
font-size
:
12
PX
;
.iconfont
{
vertical-align
:
9%
;
margin-right
:
4px
;
font-size
:
24px
;
font-size
:
12
PX
;
}
.like-share-container
{
...
...
@@ -27,7 +27,7 @@
color
:
#b0b0b0
;
width
:
60px
;
top
:
-14px
;
font-size
:
34px
;
font-size
:
17
PX
;
text-align
:
center
;
margin-right
:
0
;
outline
:
none
;
...
...
public/scss/home/_home.css
View file @
0dc4e15
...
...
@@ -56,6 +56,7 @@
overflow
:
hidden
;
white-space
:
nowrap
;
max-width
:
260px
;
font-size
:
16
PX
;
}
.vip-icon
{
...
...
@@ -115,7 +116,7 @@
position
:
relative
;
float
:
left
;
color
:
#fff
;
font-size
:
28px
;
font-size
:
12
PX
;
width
:
212px
;
&.highlight
{
...
...
@@ -123,7 +124,7 @@
}
p
{
font-size
:
24px
;
font-size
:
12
PX
;
}
&
:after
{
...
...
@@ -147,7 +148,7 @@
.link-item
{
p
{
font-size
:
32px
;
font-size
:
12
PX
;
line-height
:
88px
;
}
...
...
@@ -208,7 +209,7 @@
}
.iconfont
{
font-size
:
1
6
PX
;
font-size
:
1
4
PX
;
}
}
...
...
@@ -269,13 +270,13 @@
line-height
:
88px
;
.opinion
{
width
:
1.3rem
;
height
:
1.3rem
;
width
:
1.2rem
;
height
:
1.2rem
;
overflow
:
hidden
;
display
:
inline-block
;
background
:
url("/home/index/talk.png")
;
position
:
relative
;
top
:
0.3
6
rem
;
top
:
0.3
4
rem
;
margin-right
:
12px
;
}
...
...
@@ -296,6 +297,14 @@
&
:last-child:after
{
content
:
none
;
}
.iconfont
{
font-size
:
38px
;
}
.iconfont.num
{
font-size
:
14
PX
;
}
}
.icon
{
...
...
Please
register
or
login
to post a comment