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
2935167a
Commit
2935167a
authored
Aug 01, 2016
by
superman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b947053b
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
400 additions
and
262 deletions
+400
-262
about.css
public/stylesheets/about.css
+175
-125
about.less
public/stylesheets/about.less
+102
-49
index.css
public/stylesheets/index.css
+13
-7
index.less
public/stylesheets/index.less
+47
-40
project.css
public/stylesheets/project.css
+6
-3
project.less
public/stylesheets/project.less
+2
-1
style.css
public/stylesheets/style.css
+1
-1
style.less
public/stylesheets/style.less
+1
-1
index.js
routes/index.js
+4
-4
about.hbs
views/about.hbs
+47
-29
layout.hbs
views/layout.hbs
+2
-2
No files found.
public/stylesheets/about.css
View file @
2935167a
/* .about-us-banner start */
.about-us-banner
{
width
:
100%
;
height
:
667px
;
background
:
url("../images/index/banner.jpg")
no-repeat
center
center
;
background-size
:
cover
;
...
...
@@ -8,7 +7,6 @@
text-align
:
center
;
}
.about-us-banner
.banner-box
{
width
:
1100px
;
margin
:
200px
auto
0
;
color
:
#fff
;
}
...
...
@@ -29,7 +27,6 @@
/* .about-us-banner end */
/* .about-us-banner-bottom start */
.about-us-banner-bottom
{
width
:
100%
;
height
:
824px
;
background
:
url("../images/about_us/bg_2.jpg")
no-repeat
center
center
;
background-size
:
cover
;
...
...
@@ -43,171 +40,194 @@
.about-us-banner-bottom
hr
{
display
:
block
;
width
:
73px
;
border
:
3px
solid
#0074c3
;
border-bottom-color
:
transparent
;
border-left-color
:
transparent
;
border-right-color
:
transparent
;
border
:
3px
solid
transparent
;
border-top-color
:
#0074c3
;
margin
:
0
auto
;
}
.about-us-banner-bottom
p
{
width
:
990px
;
margin
:
550px
auto
0
;
font-size
:
22px
;
width
:
992px
;
margin
:
552px
auto
0
;
line-height
:
42px
;
}
/* .about-us-banner-bottom end */
/* .company-introduction start */
.company-introduction
{
height
:
1300px
;
width
:
100%
;
background
:
#f6f6f6
;
/*div {
a {
display: inline-block;
width: 280px;
height: 270px;
text-align: center;
margin-right: 17px;
border-right: 1px solid #c3c3c3;
position: relative;
}
a:nth-child(1) {
background: url("../images/about_us/zhongjiang.jpg") no-repeat;
border-bottom: 1px solid #c3c3c3;
}
a:nth-child(1)::before {
content: '';
display: inline-block;
width: 17px;
height: 20px;
position: absolute;
left: 0;
bottom: -10px;
background: #f6f6f6;
}
a:nth-child(1)::after {
content: '';
display: inline-block;
width: 34px;
height: 20px;
position: absolute;
right: -17px;
bottom: -10px;
background: #f6f6f6;
}
a:nth-child(2) {
background: url("../images/about_us/zhongrong.jpg") no-repeat;
border-bottom: 1px solid #c3c3c3;
}
a:nth-child(2)::after {
content: '';
display: inline-block;
width: 34px;
height: 20px;
position: absolute;
right: -17px;
bottom: -10px;
background: #f6f6f6;
}
a:nth-child(3) {
background: url("../images/about_us/guomin.jpg") no-repeat;
border-bottom: 1px solid #c3c3c3;
}
a:nth-child(3)::after {
content: '';
display: inline-block;
width: 34px;
height: 20px;
position: absolute;
right: -17px;
bottom: -10px;
background: #f6f6f6;
}
a:nth-child(4) {
background: url("../images/about_us/guangda.jpg") no-repeat;
margin-right: 0;
border-right: none;
border-bottom: 1px solid #c3c3c3;
}
a:nth-child(4)::after {
content: '';
display: inline-block;
width: 17px;
height: 20px;
position: absolute;
right: 0px;
bottom: -10px;
background: #f6f6f6;
}
a:nth-child(5) {
background: url("../images/about_us/zhongxing.jpg") no-repeat;
}
a:nth-child(6) {
background: url("../images/about_us/fangzheng.jpg") no-repeat;
}
a:nth-child(7) {
background: url("../images/about_us/huaxing.jpg") no-repeat;
}
a:nth-child(8) {
background: url("../images/about_us/zhongtai.jpg") no-repeat;
margin: 0;
border-right: none;
}
}*/
}
.company-introduction
>
div
{
width
:
1150px
;
margin
:
0
auto
;
padding-bottom
:
80px
;
}
.company-introduction
h2
{
width
:
1200px
;
height
:
74px
;
line-height
:
74px
;
font-size
:
46px
;
position
:
relative
;
height
:
50px
;
line-height
:
50px
;
font-size
:
36px
;
padding-left
:
20px
;
margin
:
40px
auto
;
border-left
:
3px
solid
#0074c3
;
}
.company-introduction
h2
b
{
display
:
inline-block
;
height
:
74px
;
width
:
3px
;
background
:
#0074c3
;
position
:
absolute
;
left
:
0
;
top
:
0
;
}
.company-introduction
ul
{
width
:
1200px
;
.company-introduction
.gudong-list
{
margin
:
0
auto
;
}
.company-introduction
ul
li
{
text-align
:
center
;
.company-introduction
.gudong-list
li
{
float
:
left
;
width
:
300px
;
width
:
33.33%
;
text-align
:
center
;
}
.company-introduction
.gudong-list
li
>
div
{
padding
:
0
50px
60px
;
border-right
:
1px
solid
#c3c3c3
;
}
.company-introduction
ul
li
h4
{
font-size
:
5
4px
;
.company-introduction
.gudong-list
li
h4
{
font-size
:
2
4px
;
color
:
#000
;
line-height
:
75px
;
}
.company-introduction
ul
li
h6
{
.company-introduction
.gudong-list
li
h6
{
font-size
:
18px
;
color
:
#666666
;
margin
:
10px
0
20px
;
}
.company-introduction
ul
li
p
{
.company-introduction
.gudong-list
li
p
{
line-height
:
27px
;
font-size
:
15px
;
color
:
#000
;
text-align
:
left
;
}
.company-introduction
ul
li
:nth-child
(
1
)
{
width
:
299px
;
border-right
:
1px
solid
#c3c3c3
;
.company-introduction
.gudong-list
li
:last-child
>
div
{
border-right
:
0
;
}
.company-introduction
ul
li
:nth-child
(
2
)
{
width
:
299px
;
border-right
:
1px
solid
#c3c3c3
;
}
.company-introduction
div
{
width
:
1200px
;
margin
:
0
auto
;
}
.company-introduction
div
a
{
display
:
inline-block
;
width
:
280px
;
height
:
270px
;
text-align
:
center
;
margin-right
:
17px
;
border-right
:
1px
solid
#c3c3c3
;
.company-introduction
.friend-list
a
{
float
:
left
;
position
:
relative
;
width
:
25%
;
height
:
287.5px
;
border-top
:
1px
solid
#c3c3c3
;
background-repeat
:
no-repeat
;
background-position
:
center
center
;
}
.company-introduction
div
a
:nth-child
(
1
)
{
background
:
url("../images/about_us/zhongjiang.jpg")
no-repeat
;
border-bottom
:
1px
solid
#c3c3c3
;
}
.company-introduction
div
a
:nth-child
(
1
)
::before
{
content
:
''
;
display
:
inline-block
;
width
:
17px
;
height
:
20px
;
position
:
absolute
;
left
:
0
;
bottom
:
-10px
;
background
:
#f6f6f6
;
}
.company-introduction
div
a
:nth-child
(
1
)
::after
{
content
:
''
;
display
:
inline-block
;
width
:
34px
;
height
:
20px
;
position
:
absolute
;
right
:
-17px
;
bottom
:
-10px
;
background
:
#f6f6f6
;
}
.company-introduction
div
a
:nth-child
(
2
)
{
background
:
url("../images/about_us/zhongrong.jpg")
no-repeat
;
border-bottom
:
1px
solid
#c3c3c3
;
}
.company-introduction
div
a
:nth-child
(
2
)
::after
{
content
:
''
;
display
:
inline-block
;
width
:
34px
;
height
:
20px
;
position
:
absolute
;
right
:
-17px
;
bottom
:
-10px
;
background
:
#f6f6f6
;
}
.company-introduction
div
a
:nth-child
(
3
)
{
background
:
url("../images/about_us/guomin.jpg")
no-repeat
;
border-bottom
:
1px
solid
#c3c3c3
;
}
.company-introduction
div
a
:nth-child
(
3
)
::after
{
.company-introduction
.friend-list
a
:before
{
content
:
''
;
display
:
inline-block
;
width
:
34px
;
height
:
20px
;
position
:
absolute
;
right
:
-17px
;
bottom
:
-10px
;
background
:
#f6f6f6
;
}
.company-introduction
div
a
:nth-child
(
4
)
{
background
:
url("../images/about_us/guangda.jpg")
no-repeat
;
margin-right
:
0
;
border-right
:
none
;
border-bottom
:
1px
solid
#c3c3c3
;
width
:
0
;
height
:
100%
;
border-left
:
1px
solid
#c3c3c3
;
}
.company-introduction
div
a
:nth-child
(
4
)
:
:after
{
.company-introduction
.friend-list
a
:after
{
content
:
''
;
display
:
inline-block
;
width
:
17px
;
height
:
20px
;
position
:
absolute
;
right
:
0px
;
bottom
:
-1
0px
;
width
:
4
0px
;
height
:
4
0px
;
background
:
#f6f6f6
;
bottom
:
-20px
;
right
:
-20px
;
z-index
:
1
;
}
.company-introduction
div
a
:nth-child
(
5
)
{
b
ackground
:
url("../images/about_us/zhongxing.jpg")
no-repeat
;
.company-introduction
.friend-list
a
:nth-child
(
4n
+
1
)
:before
{
b
order-left
:
0
;
}
.company-introduction
div
a
:nth-child
(
6
)
{
background
:
url("../images/about_us/fangzheng.jpg")
no-repeat
;
}
.company-introduction
div
a
:nth-child
(
7
)
{
background
:
url("../images/about_us/huaxing.jpg")
no-repeat
;
}
.company-introduction
div
a
:nth-child
(
8
)
{
background
:
url("../images/about_us/zhongtai.jpg")
no-repeat
;
margin
:
0
;
border-right
:
none
;
.company-introduction
.friend-list
a
:nth-child
(
1
),
.company-introduction
.friend-list
a
:nth-child
(
2
),
.company-introduction
.friend-list
a
:nth-child
(
3
),
.company-introduction
.friend-list
a
:nth-child
(
4
)
{
border-top
:
0
;
}
/* .company-introduction end */
/* .address-map */
...
...
@@ -268,3 +288,33 @@
margin-top
:
20px
;
}
/* .address-map */
@media
screen
and
(
min-width
:
769px
)
{
body
.company-introduction
>
div
,
body
.about-us-banner
.banner-box
{
width
:
990px
;
}
body
.company-introduction
.friend-list
a
{
width
:
247.5px
;
height
:
247.5px
;
}
}
@media
screen
and
(
min-width
:
1281px
)
{
body
.company-introduction
>
div
,
body
.about-us-banner
.banner-box
{
width
:
1150px
;
}
body
.company-introduction
.friend-list
a
{
width
:
287.5px
;
height
:
287.5px
;
}
}
@media
screen
and
(
min-width
:
1441px
)
{
body
.company-introduction
>
div
,
body
.about-us-banner
.banner-box
{
width
:
1360px
;
}
body
.company-introduction
.friend-list
a
{
width
:
340px
;
height
:
340px
;
}
}
public/stylesheets/about.less
View file @
2935167a
...
...
@@ -3,14 +3,12 @@
/* .about-us-banner start */
.about-us-banner {
width: 100%;
height: 667px;
background: url("../images/index/banner.jpg") no-repeat center center;
background-size: cover;
color: #fff;
text-align: center;
.banner-box {
width: 1100px;
margin: 200px auto 0;
color: #fff;
h4 {
...
...
@@ -35,7 +33,6 @@
/* .about-us-banner-bottom start */
.about-us-banner-bottom {
width: 100%;
height: 824px;
background: url("../images/about_us/bg_2.jpg") no-repeat center center;
background-size: cover;
...
...
@@ -48,18 +45,15 @@
hr {
display: block;
width: 73px;
border: 3px solid #0074c3;
border-bottom-color:transparent;
border-left-color: transparent;
border-right-color: transparent;
border: 3px solid transparent;
border-top-color: #0074c3;
margin: 0 auto;
}
p {
width: 990px;
margin: 550px auto 0;
font-size: 22px;
width: 992px;
margin: 552px auto 0;
line-height: 42px;
}
}
...
...
@@ -68,37 +62,33 @@
/* .company-introduction start */
.company-introduction {
height: 1300px;
width: 100%;
background: #f6f6f6;
& > div {
width: @container-width;
margin: 0 auto;
padding-bottom:80px;
}
h2 {
width: 1200px;
height: 74px;
line-height: 74px;
font-size: 46px;
position: relative;
height: 50px;
line-height: 50px;
font-size: 36px;
padding-left: 20px;
margin: 40px auto;
b {
display: inline-block;
height: 74px;
width: 3px;
background: #0074c3;
position: absolute;
left: 0;
top: 0;
}
border-left: 3px solid #0074c3;
}
ul {
width: 1200px;
.gudong-list {
margin: 0 auto;
li {
float: left;
width: 33.33%;
text-align: center;
float:left;
width: 300px;
padding: 0 50px 60px;
& > div {
padding: 0 50px 60px;
border-right: 1px solid #c3c3c3;
}
h4 {
font-size: 54px;
font-size:
24px; //
54px;
color: #000;
line-height: 75px;
}
...
...
@@ -113,19 +103,53 @@
color: #000;
text-align: left;
}
&:last-child > div {
border-right: 0;
}
}
li:nth-child(1) {
width: 299px;
border-right: 1px solid #c3c3c3;
}
li:nth-child(2) {
width: 299px;
border-right: 1px solid #c3c3c3;
}
.friend-list {
a {
float: left;
position: relative;
width: 25%;
height: @container-width /4;
border-top: 1px solid #c3c3c3;
background-repeat: no-repeat;
background-position: center center;
&:before {
content: '';
position: absolute;
width: 0;
height: 100%;
border-left: 1px solid #c3c3c3;
}
&:after {
content: '';
position: absolute;
width: 40px;
height: 40px;
background: #f6f6f6;
bottom: -20px;
right: -20px;
z-index: 1;
}
&:nth-child(4n+1) {
&:before {
border-left: 0;
}
}
&:nth-child(1),
&:nth-child(2),
&:nth-child(3),
&:nth-child(4) {
border-top: 0;
}
}
}
div {
width: 1200px;
margin: 0 auto;
/*div {
a {
display: inline-block;
width: 280px;
...
...
@@ -145,7 +169,7 @@
width: 17px;
height: 20px;
position: absolute;
left:0;
left:
0;
bottom: -10px;
background: #f6f6f6;
}
...
...
@@ -155,7 +179,7 @@
width: 34px;
height: 20px;
position: absolute;
right:-17px;
right:
-17px;
bottom: -10px;
background: #f6f6f6;
}
...
...
@@ -169,7 +193,7 @@
width: 34px;
height: 20px;
position: absolute;
right:-17px;
right:
-17px;
bottom: -10px;
background: #f6f6f6;
}
...
...
@@ -183,7 +207,7 @@
width: 34px;
height: 20px;
position: absolute;
right:-17px;
right:
-17px;
bottom: -10px;
background: #f6f6f6;
}
...
...
@@ -199,7 +223,7 @@
width: 17px;
height: 20px;
position: absolute;
right:0px;
right:
0px;
bottom: -10px;
background: #f6f6f6;
}
...
...
@@ -218,7 +242,7 @@
border-right: none;
}
}
}
*/
}
/* .company-introduction end */
...
...
@@ -282,4 +306,33 @@
}
}
/* .address-map */
\ No newline at end of file
/* .address-map */
.screen() {
.media(@screen-width-small, @container-width-small);
.media(@screen-width, @container-width);
.media(@screen-width-large, @container-width-large);
}
.media(@sw, @cw) {
@media screen and (min-width: @sw) {
.rules(@cw);
}
}
.rules(@cw) {
.company-introduction > div,
.about-us-banner .banner-box {
width: @cw;
}
.company-introduction {
.friend-list a {
width: @cw/4;
height: @cw/4;
}
}
}
body {
.screen();
}
\ No newline at end of file
public/stylesheets/index.css
View file @
2935167a
...
...
@@ -318,11 +318,12 @@
}
.products
ul
li
:nth-child
(
1
)
>
div
:last-child
>
div
span
strong
,
.products
ul
li
:nth-child
(
2
)
>
div
:last-child
>
div
span
strong
{
font-size
:
17px
;
font-size
:
32px
;
font-weight
:
normal
;
}
.products
ul
li
:nth-child
(
1
)
>
div
:last-child
a
,
.products
ul
li
:nth-child
(
2
)
>
div
:last-child
a
{
font-size
:
2
4px
;
font-size
:
1
4px
;
color
:
#fff
;
}
.products
ul
li
:nth-child
(
n
+
3
)
{
...
...
@@ -345,10 +346,14 @@
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child
{
position
:
relative
;
transition
:
background
.3s
;
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0.75
);
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child
h3
{
font-size
:
25px
;
margin
-top
:
80px
;
padding
-top
:
80px
;
text-align
:
center
;
line-height
:
30px
;
}
...
...
@@ -360,7 +365,7 @@
margin-bottom
:
24px
;
position
:
absolute
;
left
:
0
;
top
:
7
2px
;
top
:
15
2px
;
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child
>
div
:nth-child
(
3
)
span
{
width
:
33%
;
...
...
@@ -370,15 +375,16 @@
text-align
:
center
;
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child
>
div
:nth-child
(
3
)
span
strong
{
font-size
:
14px
;
font-size
:
32px
;
font-weight
:
normal
;
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child
>
div
:last-child
{
position
:
absolute
;
top
:
16
0px
;
top
:
27
0px
;
left
:
0
;
width
:
100%
;
text-align
:
center
;
font-size
:
2
4px
;
font-size
:
1
4px
;
}
.products
ul
li
:nth-child
(
n
+
3
)
>
div
:last-child
>
div
:last-child
a
{
color
:
#fff
;
...
...
public/stylesheets/index.less
View file @
2935167a
...
...
@@ -155,7 +155,7 @@
}
}
}
.loop(@c) when (@c > 0){
.loop(@c) when (@c > 0)
{
.loop((@c - 1));
&:nth-child(@{c}) {
& > div {
...
...
@@ -316,12 +316,13 @@
float: left;
font-size: 16px;
strong {
font-size: 17px;
font-size: 32px;
font-weight: normal;
}
}
}
a {
font-size:
2
4px;
font-size:
1
4px;
color: #fff;
}
}
...
...
@@ -343,44 +344,50 @@
&:first-child {
background-size: cover;
}
}
& > div:last-child {
position: relative;
h3 {
font-size: 25px;
margin-top: 80px;
text-align: center;
line-height: 30px;
}
hr {
border: transparent;
}
& > div:nth-child(3) {
width: 100%;
margin-bottom: 24px;
position: absolute;
left: 0;
top: 72px;
span {
width: 33%;
display: block;
float: left;
font-size: 16px;
&:last-child {
position: relative;
transition: background .3s;
&:hover {
background-color: rgba(0, 0, 0, .75);
}
h3 {
font-size: 25px;
padding-top: 80px;
//margin-top: 80px;
text-align: center;
strong {
font-size: 14px;
line-height: 30px;
}
hr {
border: transparent;
}
& > div:nth-child(3) {
width: 100%;
margin-bottom: 24px;
position: absolute;
left: 0;
top: 152px;
span {
width: 33%;
display: block;
float: left;
font-size: 16px;
text-align: center;
strong {
font-size: 32px;
font-weight: normal;
}
}
}
}
& > div:last-child {
position: absolute
;
top: 160px
;
left: 0
;
width: 100%
;
text-align: center
;
font-size: 24px;
a {
color: #fff;
& > div:last-child {
position: absolute;
top: 270px
;
left: 0
;
width: 100%
;
text-align: center
;
font-size: 14px
;
a {
color: #fff;
}
}
}
}
...
...
@@ -412,7 +419,7 @@
width: @cw;
.mixin(@cw);
.download-element(@a, @b){
.download-element(@a, @b)
{
.android,
.iphone {
margin-left: @a;
...
...
@@ -485,7 +492,7 @@
width: (@cw + @mr)/3-@mr;
}
}
margin-bottom:@mr;
margin-bottom:
@mr;
}
&:nth-child(n+3) {
width: (@cw + @mr)/3-@mr;
...
...
public/stylesheets/project.css
View file @
2935167a
...
...
@@ -437,17 +437,20 @@
}
/* .modal-box-success end */
@media
screen
and
(
min-width
:
769px
)
{
body
.hot-project-introducer
{
body
.hot-project-introducer
,
body
.hot-project-tabs
ul
{
width
:
990px
;
}
}
@media
screen
and
(
min-width
:
1281px
)
{
body
.hot-project-introducer
{
body
.hot-project-introducer
,
body
.hot-project-tabs
ul
{
width
:
1150px
;
}
}
@media
screen
and
(
min-width
:
1441px
)
{
body
.hot-project-introducer
{
body
.hot-project-introducer
,
body
.hot-project-tabs
ul
{
width
:
1360px
;
}
}
public/stylesheets/project.less
View file @
2935167a
...
...
@@ -562,7 +562,8 @@
}
.rules(@cw) {
.hot-project-introducer {
.hot-project-introducer,
.hot-project-tabs ul {
width: @cw;
}
}
...
...
public/stylesheets/style.css
View file @
2935167a
...
...
@@ -517,7 +517,6 @@ hr.line-separate:after {
margin
:
50px
auto
30px
;
}
#footer
address
{
margin-top
:
60px
;
font-style
:
normal
;
}
#footer
address
,
...
...
@@ -525,6 +524,7 @@ hr.line-separate:after {
color
:
#00a4d8
;
}
#footer
.copyright
{
margin-top
:
80px
;
color
:
#aeaeae
;
}
#footer
.copyright
span
{
...
...
public/stylesheets/style.less
View file @
2935167a
...
...
@@ -117,13 +117,13 @@ hr.line-separate {
margin: 50px auto 30px;
}
address {
margin-top: 60px;
font-style: normal;
&, a {
color: #00a4d8;
}
}
.copyright {
margin-top: 80px;
color: #aeaeae;
span {
color: #fff;
...
...
routes/index.js
View file @
2935167a
...
...
@@ -46,14 +46,14 @@ router.get('/', function (req, res) {
raiseTime
:
'28'
,
raiseFunds
:
'4'
,
maxProfits
:
'8.5%'
,
link
:
''
link
:
'
/products/20010
'
},
{
title
:
'中电投先融-天津市级政信'
,
img
:
'http://res.fudou6.com/c/4/20160730/m3gMDQxYzBjYw==_1000x600.jpg'
,
raiseTime
:
'28'
,
raiseFunds
:
'5'
,
maxProfits
:
'8.3%'
,
link
:
''
link
:
'
/products/20012
'
},
{
title
:
'中电投先融-锐金1-2号'
,
img
:
'http://res.fudou6.com/c/4/20160730/eedZmNmYmIwOA==_600x375.jpg'
,
...
...
@@ -67,14 +67,14 @@ router.get('/', function (req, res) {
raiseTime
:
'20'
,
raiseFunds
:
'2'
,
maxProfits
:
'8.5%'
,
link
:
''
link
:
'
/products/20008
'
},
{
title
:
'国信证券<br/>巴中市高明新区壁州大道'
,
img
:
'http://res.fudou6.com/c/4/20160730/pdeMzhiZTc4ZA==_1000x600.jpg'
,
raiseTime
:
'52'
,
raiseFunds
:
'1'
,
maxProfits
:
'10.6%'
,
link
:
''
link
:
'
/products/20013
'
},
]
});
...
...
views/about.hbs
View file @
2935167a
<div
class=
"about-us-banner clear"
>
<div
class=
"banner-box"
>
<h4>
海量资源 轻松抢单
</h4>
<p>
以科技为手段,面向财富管理行业从业人员的运营服务提供商。匹配用户风险偏好与投资品,利用互联网大数据,对用户行为、市场、产品等进行详细的分析,系统为客户推荐多元化的投资组合,避免客户与理财顾问之间可能的利益冲突,减少用户的投资理财成本支出,使投资人获得更多的收益。
</p>
<p>
以科技为手段,面向财富管理行业从业人员的运营服务提供商。匹配用户风险偏好与投资品,利用互联网大数据,对用户行为、市场、产品等进行详细的分析,系统为客户推荐多元化的投资组合,避免客户与理财顾问之间可能的利益冲突,减少用户的投资理财成本支出,使投资人获得更多的收益。
</p>
</div>
</div>
<div
class=
"about-us-banner-bottom clear"
>
<h4>
企业愿景
</h4>
<hr/>
<p>
通过自有的风控部门,严格审核项目背景,设计产品结构,同时搭建涵盖APP、微信、网站等多端口的互联网平台,通过科技金融与移动互联网技术,将信息流、业务流整合,让理财师轻松获取需要的优质金融产品,真正为客户提供资产配置服务。
</p>
<p>
通过自有的风控部门,严格审核项目背景,设计产品结构,同时搭建涵盖APP、微信、网站等多端口的互联网平台,通过科技金融与移动互联网技术,将信息流、业务流整合,让理财师轻松获取需要的优质金融产品,真正为客户提供资产配置服务。
</p>
</div>
<div
class=
"company-introduction clear"
>
<h2><b></b>
股东背景
</h2>
<ul
class=
"clear"
>
<li
class=
"fl"
>
<h4>
林俊贤
</h4>
<h6>
金融理财师
</h6>
<p>
MBA,上海财经大学工商管理硕士学位。曾任联合证券有限公司自营业务投资经理,东新国际投资管理有限公司股票基金经理。拥有15年证券从业经历。通过他的积极管理,东新公司在过去4年较为恶劣的市场环境中,仍然获得了及其良好的全球投资表现。
</p>
</li>
<li
class=
"fl"
>
<h4>
林俊贤
</h4>
<h6>
金融理财师
</h6>
<p>
MBA,上海财经大学工商管理硕士学位。曾任联合证券有限公司自营业务投资经理,东新国际投资管理有限公司股票基金经理。拥有15年证券从业经历。通过他的积极管理,东新公司在过去4年较为恶劣的市场环境中,仍然获得了及其良好的全球投资表现。
</p>
</li>
<li
class=
"fl"
>
<h4>
林俊贤
</h4>
<h6>
金融理财师
</h6>
<p>
MBA,上海财经大学工商管理硕士学位。曾任联合证券有限公司自营业务投资经理,东新国际投资管理有限公司股票基金经理。拥有15年证券从业经历。通过他的积极管理,东新公司在过去4年较为恶劣的市场环境中,仍然获得了及其良好的全球投资表现。
</p>
</li>
</ul>
<h2><b></b>
合作伙伴
</h2>
<div>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<a
href=
"javascrpt:;"
></a>
<h2>
股东背景
</h2>
<ul
class=
"gudong-list clear"
>
<li>
<div>
<h4>
深圳枢纽项目及销售团队
</h4>
<!--<h6>金融理财师</h6>-->
<p>
20人渠道销售团队,富有丰富的销售与市场管理经验,2012年销售信托5亿,
2013年40亿,2014年100亿。一年30个地方政府融资项目。
</p>
</div>
</li>
<li>
<div>
<h4>
券商及银行系投研团队
</h4>
<!--<h6>金融理财师</h6>-->
<p>
浙银俊诚:浙银资本的团队 资本市场权益类业务规模最大的团队之一。
<br/>
浙江礼翰:多个环保类并购项目,15年资管规模20亿。
</p>
</div>
</li>
<li>
<div>
<h4>
互联网团队
</h4>
<!--<h6>金融理财师</h6>-->
<p>
互联网团队由中供的铁军,淘宝,支付宝交易平台的技术核心开发人员,阿里妈妈广告平台的资源运营专家。
</p>
</div>
</li>
</ul>
<h2>
合作伙伴
</h2>
<div
class=
"friend-list clear"
>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/zhongjiang.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/zhongrong.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/guomin.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/guangda.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/zhongxing.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/fangzheng.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/huaxing.jpg);"
></a>
<a
href=
"javascrpt:;"
style=
"background-image:url(/images/about_us/zhongtai.jpg);"
></a>
</div>
</div>
</div>
<div
class=
"address-map"
>
...
...
views/layout.hbs
View file @
2935167a
...
...
@@ -27,9 +27,9 @@
<footer
id=
"footer"
>
<h3>
全国客服热线 9:30-18:30
</h3>
<h2>
400-879-9900
</h2>
<hr
class=
"line-separate"
/>
<address>
浙江省杭州市余杭区良睦路1299号互联网村5-305 E-mail:
<a
href=
"mailto:hr@shuniu.com"
>
hr@shuniu.com
</a></address>
<!--<hr class="line-separate"/>-->
<p
class=
"copyright"
>
Copyright2016
<span>
shuniu
</span>
All Right Reserved
©
2014-2015 杭州枢纽科技有限公司 版权所有
</p>
<address>
浙江省杭州市余杭区良睦路1299号互联网村5-305 E-mail:
<a
href=
"mailto:hr@shuniu.com"
>
hr@shuniu.com
</a></address>
</footer>
<script
src=
"/javascripts/jquery-1.8.3.min.js"
></script>
{{#
each
scripts
}}
...
...
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