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
毕凯
2017-09-20 15:30:57 +0800
Commit
2069d02bdcc1a1b1af3d6d204addb08ce6531519
2 parents
289d55ae
e91615fb
Merge branch 'feature/newHome' into 'release/6.1'
样式修改,底部格式修改 See merge request
!914
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
15 deletions
public/js/common.js
public/scss/home/new-home.page.css
public/scss/layout/_footer.css
public/scss/layout/_header.css
public/scss/product/new-recommend/new-recommend.css
public/js/common.js
View file @
2069d02
...
...
@@ -216,6 +216,7 @@ $.extend({
$op
.
prepend
(
'<span>Hi,</span>'
+
'<a class="user-name" href="/home?tmp='
+
Math
.
random
()
+
'">'
+
user
[
0
]
+
'</a>'
+
'<span class="sep-line">|</span>'
+
'<a href="/passport/signout/index">退出</a>'
);
}
...
...
public/scss/home/new-home.page.css
View file @
2069d02
...
...
@@ -198,7 +198,7 @@
width
:
750px
;
height
:
88px
;
line-height
:
88px
;
padding
:
0
30px
;
padding
:
0
0
0
30px
;
div
{
float
:
left
;
...
...
@@ -213,7 +213,7 @@
}
.body
{
width
:
6
3
0px
;
width
:
6
6
0px
;
border-bottom
:
solid
1px
#e0e0e0
;
.main
{
...
...
@@ -230,6 +230,7 @@
font-size
:
24px
;
width
:
30px
;
text-align
:
right
;
margin-right
:
30px
;
}
}
...
...
@@ -251,7 +252,7 @@
}
.body
{
width
:
69
0px
;
width
:
72
0px
;
border-bottom
:
0
;
.main
{
...
...
@@ -275,7 +276,7 @@
.service-item
{
float
:
left
;
padding
:
20px
7
5px
;
padding
:
20px
6
5px
;
width
:
250px
;
text-align
:
center
;
color
:
#444
;
...
...
public/scss/layout/_footer.css
View file @
2069d02
...
...
@@ -10,7 +10,6 @@
line-height
:
140px
;
.user-name
{
margin-right
:
1.17em
;
margin-left
:
0.35em
;
max-width
:
234px
;
}
...
...
@@ -20,7 +19,8 @@
}
.sep-line
{
margin
:
0
0.35em
;
color
:
#e0e0e0
;
margin
:
0
30px
;
}
}
...
...
@@ -67,11 +67,6 @@
text-decoration
:
none
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
border-right
:
solid
1px
#e0e0e0
;
margin
:
45px
1em
45px
0.3em
;
padding-right
:
30px
;
height
:
30px
;
line-height
:
30px
;
}
.back-to-top
{
...
...
@@ -80,7 +75,8 @@
}
.sep-line
{
margin
:
0
0.3em
;
color
:
#e0e0e0
;
margin
:
0
30px
;
}
}
...
...
public/scss/layout/_header.css
View file @
2069d02
...
...
@@ -185,7 +185,7 @@
.width750
{
.homebuttom
{
height
:
355px
;
top
:
105
px
;
top
:
93
px
;
}
}
...
...
@@ -193,7 +193,7 @@
width
:
280px
;
height
:
355px
;
position
:
absolute
;
top
:
9
0px
;
top
:
8
0px
;
right
:
12px
;
z-index
:
2
;
overflow
:
hidden
;
...
...
public/scss/product/new-recommend/new-recommend.css
View file @
2069d02
...
...
@@ -14,7 +14,10 @@
font-size
:
32px
;
color
:
#444
;
padding-left
:
20px
;
border-left
:
solid
4px
#444
;
border-left
:
solid
5px
#444
;
line-height
:
28px
;
margin-top
:
4px
;
font-weight
:
500
;
}
}
...
...
Please
register
or
login
to post a comment