Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
www.fudou6.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liaili
www.fudou6.com
Commits
38c1ab87
Commit
38c1ab87
authored
Jul 30, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2-2
parent
7bb4ba31
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
66 additions
and
14 deletions
+66
-14
mobile-content_03.jpg
public/images/index/mobile-content_03.jpg
+0
-0
mobile_01.png
public/images/index/mobile_01.png
+0
-0
index.css
public/stylesheets/index.css
+35
-4
index.less
public/stylesheets/index.less
+24
-4
index.js
routes/index.js
+5
-5
index.hbs
views/index.hbs
+2
-1
No files found.
public/images/mobile-content_03.jpg
→
public/images/
index/
mobile-content_03.jpg
View file @
38c1ab87
File moved
public/images/mobile_01.png
→
public/images/
index/
mobile_01.png
View file @
38c1ab87
File moved
public/stylesheets/index.css
View file @
38c1ab87
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
top
:
140px
;
top
:
140px
;
margin-left
:
-
467
px
;
margin-left
:
-
575
px
;
height
:
68px
;
height
:
68px
;
width
:
268px
;
width
:
268px
;
line-height
:
68px
;
line-height
:
68px
;
...
@@ -75,9 +75,19 @@
...
@@ -75,9 +75,19 @@
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
top
:
-140px
;
top
:
-140px
;
margin-left
:
60px
;
margin-left
:
133.33333333px
;
width
:
405px
;
width
:
467px
;
height
:
515px
;
height
:
558px
;
background
:
url(http://res.fudou6.com/c/4/20160730/tq9bW9iaWxlXzAx_467x558.png)
no-repeat
;
}
.download
.app-screen
:after
{
content
:
''
;
background
:
url(http://res.fudou6.com/c/4/20160730/nw3bW9iaWxlLWNvbnRlbnRfMDM=_375x384.jpg)
no-repeat
51px
62px
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
}
.download
hr
{
.download
hr
{
width
:
95%
;
width
:
95%
;
...
@@ -348,6 +358,13 @@
...
@@ -348,6 +358,13 @@
body
.download
{
body
.download
{
width
:
990px
;
width
:
990px
;
}
}
body
.download
.android
,
body
.download
.iphone
{
margin-left
:
-445.5px
;
}
body
.download
.app-screen
{
margin-left
:
-6px
;
}
body
.character
ul
{
body
.character
ul
{
width
:
990px
;
width
:
990px
;
}
}
...
@@ -391,6 +408,13 @@
...
@@ -391,6 +408,13 @@
body
.download
{
body
.download
{
width
:
1150px
;
width
:
1150px
;
}
}
body
.download
.android
,
body
.download
.iphone
{
margin-left
:
-517.5px
;
}
body
.download
.app-screen
{
margin-left
:
90px
;
}
body
.character
ul
{
body
.character
ul
{
width
:
1150px
;
width
:
1150px
;
}
}
...
@@ -434,6 +458,13 @@
...
@@ -434,6 +458,13 @@
body
.download
{
body
.download
{
width
:
1360px
;
width
:
1360px
;
}
}
body
.download
.android
,
body
.download
.iphone
{
margin-left
:
-612px
;
}
body
.download
.app-screen
{
margin-left
:
216px
;
}
body
.character
ul
{
body
.character
ul
{
width
:
1360px
;
width
:
1360px
;
}
}
...
...
public/stylesheets/index.less
View file @
38c1ab87
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
position: absolute;
position: absolute;
left: 50%;
left: 50%;
top: 140px;
top: 140px;
margin-left: -467px;
margin-left: -@container-width / 2;
//margin-left: -467px;
height: 68px;
height: 68px;
width: 268px;
width: 268px;
line-height: 68px;
line-height: 68px;
...
@@ -76,9 +77,21 @@
...
@@ -76,9 +77,21 @@
position: absolute;
position: absolute;
left: 50%;
left: 50%;
top: -140px;
top: -140px;
margin-left: 60px;
margin-left: (@container-width - 990) / 1.2;
width: 405px;
//margin-left: 60px;
height: 515px;
width: 467px; // 405px;
height: 558px; // 515px;
background: url(http://res.fudou6.com/c/4/20160730/tq9bW9iaWxlXzAx_467x558.png) no-repeat;
&:after {
content: '';
background: url(http://res.fudou6.com/c/4/20160730/nw3bW9iaWxlLWNvbnRlbnRfMDM=_375x384.jpg) no-repeat 51px 62px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
}
hr {
hr {
width: 95%;
width: 95%;
...
@@ -375,6 +388,13 @@
...
@@ -375,6 +388,13 @@
}
}
.download {
.download {
width: @container-width;
width: @container-width;
.android,
.iphone {
margin-left: @container-width / 20 - @container-width/2;
}
.app-screen {
margin-left: (@container-width - 1000) * 1.2 / 2;
}
}
}
.character {
.character {
ul {
ul {
...
...
routes/index.js
View file @
38c1ab87
...
@@ -40,35 +40,35 @@ router.get('/', function(req, res) {
...
@@ -40,35 +40,35 @@ router.get('/', function(req, res) {
products
:[
products
:[
{
{
title
:
'中电投先融-西安灞桥'
,
title
:
'中电投先融-西安灞桥'
,
img
:
'
/images/index/528ad57
.jpg'
,
img
:
'
http://res.fudou6.com/c/4/20160730/c4sNTI4YWQ1Nw==_1000x600
.jpg'
,
raiseTime
:
'28'
,
raiseTime
:
'28'
,
raiseFunds
:
'4'
,
raiseFunds
:
'4'
,
maxProfits
:
'8.0%-8.5%'
,
maxProfits
:
'8.0%-8.5%'
,
link
:
''
link
:
''
},{
},{
title
:
'中电投先融-天津市级政信'
,
title
:
'中电投先融-天津市级政信'
,
img
:
'
/images/index/041c0cc
.jpg'
,
img
:
'
http://res.fudou6.com/c/4/20160730/m3gMDQxYzBjYw==_1000x600
.jpg'
,
raiseTime
:
'28'
,
raiseTime
:
'28'
,
raiseFunds
:
'5'
,
raiseFunds
:
'5'
,
maxProfits
:
'8.3%'
,
maxProfits
:
'8.3%'
,
link
:
''
link
:
''
},{
},{
title
:
'中电投先融-锐金1-2号'
,
title
:
'中电投先融-锐金1-2号'
,
img
:
'
/images/index/fcfbb08
.jpg'
,
img
:
'
http://res.fudou6.com/c/4/20160730/eedZmNmYmIwOA==_600x375
.jpg'
,
raiseTime
:
'21'
,
raiseTime
:
'21'
,
raiseFunds
:
'2'
,
raiseFunds
:
'2'
,
maxProfits
:
'8.5%-8.7%'
,
maxProfits
:
'8.5%-8.7%'
,
link
:
''
link
:
''
},{
},{
title
:
'金元南通新沿海1号'
,
title
:
'金元南通新沿海1号'
,
img
:
'
/images/index/5ce7cf8
.jpg'
,
img
:
'
http://res.fudou6.com/c/4/20160730/y3sNWNlN2NmOA==_1000x600
.jpg'
,
raiseTime
:
'20'
,
raiseTime
:
'20'
,
raiseFunds
:
'2'
,
raiseFunds
:
'2'
,
maxProfits
:
'8.2%-8.5%'
,
maxProfits
:
'8.2%-8.5%'
,
link
:
''
link
:
''
},{
},{
title
:
'国信证券<br/>巴中市高明新区壁州大道'
,
title
:
'国信证券<br/>巴中市高明新区壁州大道'
,
img
:
'
/images/index/38be78d
.jpg'
,
img
:
'
http://res.fudou6.com/c/4/20160730/pdeMzhiZTc4ZA==_1000x600
.jpg'
,
raiseTime
:
'52'
,
raiseTime
:
'52'
,
raiseFunds
:
'1'
,
raiseFunds
:
'1'
,
maxProfits
:
'10.2%-10.6%'
,
maxProfits
:
'10.2%-10.6%'
,
...
...
views/index.hbs
View file @
38c1ab87
...
@@ -22,7 +22,8 @@
...
@@ -22,7 +22,8 @@
<img
src=
"https://res.fudou6.com/c/4/20160730/e9e5a+M6LGG5LyY5oqV5LiL6L295LqM57u056CB_280x280.png"
width=
"124"
alt=
""
>
<img
src=
"https://res.fudou6.com/c/4/20160730/e9e5a+M6LGG5LyY5oqV5LiL6L295LqM57u056CB_280x280.png"
width=
"124"
alt=
""
>
<span>
扫描下载富豆APP
</span>
<span>
扫描下载富豆APP
</span>
</a>
</a>
<img
class=
"app-screen"
src=
"/images/index/iphone.png"
alt=
"app screen"
>
<div
class=
"app-screen"
></div>
<!--<img class="app-screen" src="/images/index/iphone.png" alt="app screen">-->
<hr
class=
"line-separate"
/>
<hr
class=
"line-separate"
/>
</div>
</div>
<div
class=
"character"
>
<div
class=
"character"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment