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
eee7b538
Commit
eee7b538
authored
Aug 15, 2016
by
liaili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updata-8-15
parent
c0b513fa
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
481 additions
and
73 deletions
+481
-73
about-ie8.css
public/stylesheets/about-ie8.css
+54
-0
about-ie8.less
public/stylesheets/about-ie8.less
+76
-0
about.css
public/stylesheets/about.css
+2
-2
about.less
public/stylesheets/about.less
+2
-2
index-ie8.css
public/stylesheets/index-ie8.css
+58
-0
index-ie8.less
public/stylesheets/index-ie8.less
+65
-0
index.css
public/stylesheets/index.css
+2
-2
index.less
public/stylesheets/index.less
+2
-2
product-ie8.css
public/stylesheets/product-ie8.css
+30
-0
product-ie8.less
public/stylesheets/product-ie8.less
+34
-0
products-ie8.css
public/stylesheets/products-ie8.css
+0
-3
products-ie8.less
public/stylesheets/products-ie8.less
+0
-5
project-ie8.css
public/stylesheets/project-ie8.css
+40
-0
project-ie8.less
public/stylesheets/project-ie8.less
+51
-0
project.css
public/stylesheets/project.css
+20
-16
project.less
public/stylesheets/project.less
+12
-9
about.hbs
views/about.hbs
+8
-8
layout.hbs
views/layout.hbs
+3
-2
product.hbs
views/product.hbs
+18
-18
project.hbs
views/project.hbs
+4
-4
No files found.
public/stylesheets/about-ie8.css
0 → 100644
View file @
eee7b538
/*公共样式 开始*/
.clear-br
{
border-right
:
none
;
}
/*公共样式 结束*/
/* .about-us-banner start */
.about-us-banner
.banner-box
{
width
:
950px
;
padding
:
160px
0
130px
;
}
/* .about-us-banner end */
/* .about-us-banner-bottom start */
.about-us-banner-bottom
p
{
width
:
950px
;
}
/* .about-us-banner-bottom end */
/* .company-introduction start */
.company-introduction
.company-introduction-box
{
width
:
950px
;
margin
:
0
auto
;
}
.company-introduction
.gudong-list
li
{
height
:
auto
;
}
.company-introduction
.gudong-list
li
div
{
padding
:
0
30px
;
}
.company-introduction
.gudong-list
li
h4
{
padding
:
20px
0
;
font-size
:
20px
;
line-height
:
26px
;
color
:
#000
;
}
.company-introduction
.gudong-list
li
h6
{
font-size
:
18px
;
color
:
#666666
;
margin
:
10px
0
20px
;
}
.company-introduction
.gudong-list
li
p
{
line-height
:
27px
;
font-size
:
15px
;
color
:
#000
;
text-align
:
left
;
}
.company-introduction
.gudong-list
li
:last-child
>
div
{
border-right
:
0
;
}
.company-introduction
.friend-list
a
.clear-bl
:before
{
border-left
:
none
;
}
.company-introduction
.friend-list
a
.clear-bt
{
border-top
:
none
;
}
/* .company-introduction end */
public/stylesheets/about-ie8.less
0 → 100644
View file @
eee7b538
//IE8
/*公共样式 开始*/
.clear-br {
border-right: none;
}
/*公共样式 结束*/
/* .about-us-banner start */
.about-us-banner {
.banner-box {
width: 950px;
padding: 160px 0 130px;
}
}
/* .about-us-banner end */
/* .about-us-banner-bottom start */
.about-us-banner-bottom {
p {
width: 950px;
}
}
/* .about-us-banner-bottom end */
/* .company-introduction start */
.company-introduction {
.company-introduction-box {
width: 950px;
margin: 0 auto;
}
.gudong-list {
li {
height: auto;
div {
padding: 0 30px;
}
h4 {
padding: 20px 0;
font-size: 20px; //54px;
line-height: 26px;
color: #000;
}
h6 {
font-size: 18px;
color: #666666;
margin: 10px 0 20px;
}
p {
line-height: 27px;
font-size: 15px;
color: #000;
text-align: left;
}
&:last-child > div {
border-right: 0;
}
}
}
.friend-list {
a{
&.clear-bl:before {
border-left:none;
}
&.clear-bt {
border-top:none;
}
}
}
}
/* .company-introduction end */
\ No newline at end of file
public/stylesheets/about.css
View file @
eee7b538
...
...
@@ -53,16 +53,16 @@
background
:
#f6f6f6
;
padding-bottom
:
80px
;
}
.company-introduction
>
div
{
.company-introduction
.company-introduction-box
{
margin
:
0
auto
;
padding-bottom
:
80px
;
}
.company-introduction
h2
{
margin
:
40px
auto
;
height
:
50px
;
line-height
:
50px
;
font-size
:
36px
;
padding-left
:
20px
;
margin
:
40px
auto
;
border-left
:
3px
solid
#0074c3
;
}
.company-introduction
.gudong-list
{
...
...
public/stylesheets/about.less
View file @
eee7b538
...
...
@@ -61,17 +61,17 @@
.company-introduction {
background: #f6f6f6;
padding-bottom: 80px;
& > div
{
.company-introduction-box
{
margin: 0 auto;
padding-bottom:80px;
}
h2 {
margin: 40px auto;
height: 50px;
line-height: 50px;
font-size: 36px;
padding-left: 20px;
margin: 40px auto;
border-left: 3px solid #0074c3;
}
.gudong-list {
...
...
public/stylesheets/index-ie8.css
View file @
eee7b538
/*.banner begin*/
.banner
.banner-box
{
width
:
950px
;
}
/*.banner end*/
/*.download begin*/
.download
{
width
:
950px
;
}
.download
.android
,
.download
.iphone
{
position
:
absolute
;
left
:
0
;
}
.download
hr
{
width
:
100%
;
}
/*download end*/
/* .projects start */
.projects
.section
{
width
:
1000px
;
}
.projects
.section
.section-left
{
width
:
410px
;
margin-left
:
0
;
}
.projects
.section
.section-left
li
:before
{
content
:
'●'
;
width
:
0
;
...
...
@@ -7,4 +32,37 @@
font-size
:
20px
;
top
:
0
;
}
.projects
.section
.section-right
{
width
:
580px
;
float
:
left
;
position
:
relative
;
}
.projects
.section
.section-right
.computer
{
position
:
absolute
;
right
:
0
;
}
/* .projects end */
/*product begin*/
.products
ul
{
width
:
950px
;
}
.products
ul
li
.products-image-large
{
margin-bottom
:
25px
;
}
.products
ul
li
.products-image-large
.products-image
{
width
:
625px
;
margin-right
:
25px
;
}
.products
ul
li
.products-image-large
.products-detail
{
width
:
300px
;
}
.products
ul
li
.products-image-large
.products-detail
h3
{
font-size
:
25px
;
margin-top
:
80px
;
text-align
:
center
;
}
.products
ul
li
.products-image-small
{
width
:
300px
;
margin-right
:
25px
;
}
/*product end*/
public/stylesheets/index-ie8.less
View file @
eee7b538
//IE8
/*.banner begin*/
.banner {
.banner-box {
width: 950px;
}
}
/*.banner end*/
/*.download begin*/
.download {
width: 950px;
.android,
.iphone {
position: absolute;
left: 0;
}
hr {
width: 100%;
}
}
/*download end*/
/* .projects start */
.projects {
.section {
width: 1000px;
.section-left {
width: 410px;
margin-left: 0;
li:before {
content: '●';
width: 0;
...
...
@@ -14,8 +40,47 @@
top: 0;
}
}
.section-right {
width: 580px;
float: left;
position: relative;
.computer {
position: absolute;
right: 0;
}
}
}
}
/* .projects end */
/*product begin*/
.products {
ul {
width: 950px;
li {
&.products-image-large {
margin-bottom: 25px;
.products-image {
width: 625px;
margin-right: 25px;
}
.products-detail {
width: 300px;
h3 {
font-size: 25px;
margin-top: 80px;
text-align: center;
}
}
}
&.products-image-small {
width: 300px;
margin-right: 25px;
}
}
}
}
/*product end*/
public/stylesheets/index.css
View file @
eee7b538
...
...
@@ -201,7 +201,7 @@
height
:
94px
;
width
:
227px
;
margin-top
:
-47px
;
background
:
url(
/images/index/icon_01
.png)
no-repeat
;
background
:
url(
https://res.fudou6.com/c/4/20160815/2gyaWNvbl8wMQ==_227x94
.png)
no-repeat
;
background-size
:
cover
;
}
.projects
.projects-header
.project-header-right
{
...
...
@@ -266,7 +266,7 @@
right
:
0
;
width
:
542px
;
height
:
483px
;
background
:
url(
/images/index/computer
.jpg)
no-repeat
;
background
:
url(
https://res.fudou6.com/c/4/20160815/ejyY29tcHV0ZXI=_542x483
.jpg)
no-repeat
;
}
/* projects end*/
/*product begin*/
...
...
public/stylesheets/index.less
View file @
eee7b538
...
...
@@ -201,7 +201,7 @@
height: 94px;
width: 227px;
margin-top: -47px;
background: url(
/images/index/icon_01
.png) no-repeat;
background: url(
https://res.fudou6.com/c/4/20160815/2gyaWNvbl8wMQ==_227x94
.png) no-repeat;
background-size: cover;
}
}
...
...
@@ -268,7 +268,7 @@
right: 0;
width: 542px;
height: 483px;
background: url(
/images/index/computer
.jpg) no-repeat;
background: url(
https://res.fudou6.com/c/4/20160815/ejyY29tcHV0ZXI=_542x483
.jpg) no-repeat;
}
}
}
...
...
public/stylesheets/product-ie8.css
0 → 100644
View file @
eee7b538
/*.product-info start*/
.intro
{
width
:
950px
;
margin
:
0
auto
;
}
.detail
{
width
:
950px
;
margin
:
0
auto
;
padding-bottom
:
150px
;
}
.detail
table
{
width
:
100%
;
color
:
#000
;
border-spacing
:
0
;
}
.detail
table
td
{
padding
:
25px
60px
;
vertical-align
:
top
;
}
.detail
table
td
{
border-bottom
:
1px
solid
#939393
;
border-right
:
1px
solid
#939393
;
}
.detail
table
td
.clear-br
{
border-right
:
0
;
}
.detail
table
tr
.clear-bb
td
{
border-bottom
:
0
;
}
/*.product-info end*/
public/stylesheets/product-ie8.less
0 → 100644
View file @
eee7b538
/*.product-info start*/
.intro {
width: 950px;
margin: 0 auto;
}
.detail {
width: 950px;
margin: 0 auto;
padding-bottom: 150px;
table {
width: 100%;
color: #000;
border-spacing: 0;
td {
padding: 25px 60px;
vertical-align: top;
}
td {
border-bottom: 1px solid #939393;
border-right: 1px solid #939393;
&.clear-br {
border-right: 0;
}
}
tr.clear-bb td {
border-bottom: 0;
}
}
}
/*.product-info end*/
\ No newline at end of file
public/stylesheets/products-ie8.css
View file @
eee7b538
...
...
@@ -7,6 +7,3 @@
filter
:
progid
:
DXImageTransform
.
Microsoft
.
AlphaImageLoader
(
src
=
'https://res.fudou6.com/c/4/20160730/52mc3RhdHVzXzIz_125x158.png'
,
sizingMethod
=
'scale'
);
}
/*products end*/
*
{
behavior
:
url(/public/javascripts/ie-css3.htc)
;
}
public/stylesheets/products-ie8.less
View file @
eee7b538
...
...
@@ -13,8 +13,3 @@
}
/*products end*/
* {
behavior: url(/public/javascripts/ie-css3.htc);
}
\ No newline at end of file
public/stylesheets/project-ie8.css
View file @
eee7b538
/* .hot-project-banner start */
.hot-project-banner
p
{
width
:
950px
;
}
/* .hot-project-banner end */
/* .hot-project-introducer start*/
.hot-project-introducer
.subtabs
li
:before
{
content
:
'●'
;
...
...
@@ -6,3 +11,38 @@
color
:
#bb342e
;
}
/* .hot-project-introducer end*/
/* .hot-project-tabs start */
.hot-project-tabs
ul
{
width
:
950px
;
margin
:
0
auto
;
border
:
1px
solid
#f6f6f6
;
}
.hot-project-tabs
ul
li
{
width
:
25%
;
color
:
#fff
;
background
:
#43abb6
;
}
.hot-project-tabs
ul
li
div
{
border-right
:
1px
solid
#f6f6f6
;
}
.hot-project-tabs
ul
li
div
h4
{
color
:
#fff
;
}
.hot-project-tabs
ul
li
:hover
{
color
:
#fff
;
background
:
#43abb6
;
}
.hot-project-tabs
ul
li
:hover
h4
{
color
:
#fff
;
}
.hot-project-tabs
ul
li
:hover
div
:before
{
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);
transform
:
scale
(
0
);
}
.hot-project-tabs
ul
li
:hover
div
:after
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
transform
:
scale
(
1
);
}
/* .hot-project-tabs end */
public/stylesheets/project-ie8.less
View file @
eee7b538
//IE8
/* .hot-project-banner start */
.hot-project-banner {
p {
width: 950px;
}
}
/* .hot-project-banner end */
/* .hot-project-introducer start*/
.hot-project-introducer {
.subtabs {
...
...
@@ -12,4 +20,47 @@
}
/* .hot-project-introducer end*/
/* .hot-project-tabs start */
.hot-project-tabs {
ul {
width: 950px;
margin: 0 auto;
border: 1px solid #f6f6f6;
li {
width: 25%;
color: #fff;
background: #43abb6;
div {
border-right: 1px solid #f6f6f6;
h4 {
color: #fff;
}
}
&:hover {
color: #fff;
background: #43abb6;
h4 {
color: #fff;
}
div {
&:before {
opacity: 0;
filter:alpha(opacity=0);
transform: scale(0);
}
&:after {
opacity: 1;
filter:alpha(opacity=100);
transform: scale(1);
}
}
}
}
}
}
/* .hot-project-tabs end */
public/stylesheets/project.css
View file @
eee7b538
...
...
@@ -233,14 +233,14 @@
transition-delay
:
.1s
;
transition
:
background
.5s
,
color
.5s
;
}
.hot-project-tabs
ul
li
>
div
{
.hot-project-tabs
ul
li
div
{
border-right
:
1px
solid
#43abb6
;
height
:
200px
;
padding-top
:
160px
;
position
:
relative
;
}
.hot-project-tabs
ul
li
>
div
:before
,
.hot-project-tabs
ul
li
>
div
:after
{
.hot-project-tabs
ul
li
div
:before
,
.hot-project-tabs
ul
li
div
:after
{
content
:
''
;
position
:
absolute
;
top
:
44px
;
...
...
@@ -250,15 +250,17 @@
width
:
115px
;
background
:
url(https://res.fudou6.com/c/4/20160801/by15pyq5qCH6aKYLTFfMDE=_480x240.png)
0
0
no-repeat
;
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);
transform
:
scale
(
0
);
transition-delay
:
.1s
;
transition
:
.5s
;
}
.hot-project-tabs
ul
li
>
div
:before
{
.hot-project-tabs
ul
li
div
:before
{
transform
:
scale
(
1
);
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
}
.hot-project-tabs
ul
li
:last-child
>
div
{
.hot-project-tabs
ul
li
.hot-project-tabs-four
div
{
border-right
:
0
;
}
.hot-project-tabs
ul
li
h4
{
...
...
@@ -266,28 +268,28 @@
color
:
#43abb6
;
margin
:
10px
0
20px
;
}
.hot-project-tabs
ul
li
:nth-child
(
1
)
>
div
:before
{
.hot-project-tabs
ul
li
.hot-project-tabs-one
div
:before
{
background-position
:
-360px
-120px
;
}
.hot-project-tabs
ul
li
:nth-child
(
1
)
>
div
:after
{
background-position
:
-360px
0
px
;
.hot-project-tabs
ul
li
.hot-project-tabs-one
div
:after
{
background-position
:
-360px
0
;
}
.hot-project-tabs
ul
li
:nth-child
(
2
)
>
div
:before
{
.hot-project-tabs
ul
li
.hot-project-tabs-two
div
:before
{
background-position
:
-240px
-120px
;
}
.hot-project-tabs
ul
li
:nth-child
(
2
)
>
div
:after
{
.hot-project-tabs
ul
li
.hot-project-tabs-two
div
:after
{
background-position
:
-240px
0px
;
}
.hot-project-tabs
ul
li
:nth-child
(
3
)
>
div
:before
{
.hot-project-tabs
ul
li
.hot-project-tabs-three
div
:before
{
background-position
:
-120px
-120px
;
}
.hot-project-tabs
ul
li
:nth-child
(
3
)
>
div
:after
{
.hot-project-tabs
ul
li
.hot-project-tabs-three
div
:after
{
background-position
:
-120px
0px
;
}
.hot-project-tabs
ul
li
:nth-child
(
4
)
>
div
:before
{
.hot-project-tabs
ul
li
.hot-project-tabs-four
div
:before
{
background-position
:
0px
-120px
;
}
.hot-project-tabs
ul
li
:nth-child
(
4
)
>
div
:after
{
.hot-project-tabs
ul
li
.hot-project-tabs-four
div
:after
{
background-position
:
0px
0px
;
}
.hot-project-tabs
ul
li
:hover
{
...
...
@@ -298,12 +300,14 @@
.hot-project-tabs
ul
li
:hover
h4
{
color
:
#fff
;
}
.hot-project-tabs
ul
li
:hover
>
div
:before
{
.hot-project-tabs
ul
li
:hover
div
:before
{
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);
transform
:
scale
(
0
);
}
.hot-project-tabs
ul
li
:hover
>
div
:after
{
.hot-project-tabs
ul
li
:hover
div
:after
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
transform
:
scale
(
1
);
}
/* .hot-project-tabs end */
...
...
public/stylesheets/project.less
View file @
eee7b538
...
...
@@ -246,7 +246,7 @@
background: #f6f6f6;
transition-delay: .1s;
transition: background .5s, color .5s;
& >
div {
div {
border-right: 1px solid #43abb6;
height: 200px;
padding-top: 160px;
...
...
@@ -262,6 +262,7 @@
width: 115px;
background: url(https://res.fudou6.com/c/4/20160801/by15pyq5qCH6aKYLTFfMDE=_480x240.png) 0 0 no-repeat;
opacity: 0;
filter:alpha(opacity=0);
transform: scale(0);
transition-delay: .1s;
transition: .5s;
...
...
@@ -269,27 +270,27 @@
&:before {
transform: scale(1);
opacity: 1;
filter:alpha(opacity=100);
}
}
&
:last-child >
div {
&
.hot-project-tabs-four
div {
border-right: 0;
}
h4 {
font-size: 28px;
color: #43abb6;
margin: 10px 0 20px;
}
&
:nth-child(1) >
div {
&
.hot-project-tabs-one
div {
&:before {
background-position: -360px -120px;
}
&:after {
background-position: -360px 0
px
;
background-position: -360px 0;
}
}
&
:nth-child(2) >
div {
&
.hot-project-tabs-two
div {
&:before {
background-position: -240px -120px;
}
...
...
@@ -297,7 +298,7 @@
background-position: -240px 0px;
}
}
&
:nth-child(3) >
div {
&
.hot-project-tabs-three
div {
&:before {
background-position: -120px -120px;
}
...
...
@@ -306,7 +307,7 @@
}
}
&
:nth-child(4) >
div {
&
.hot-project-tabs-four
div {
&:before {
background-position: 0px -120px;
}
...
...
@@ -321,13 +322,15 @@
h4 {
color: #fff;
}
& >
div {
div {
&:before {
opacity: 0;
filter:alpha(opacity=0);
transform: scale(0);
}
&:after {
opacity: 1;
filter:alpha(opacity=100);
transform: scale(1);
}
}
...
...
views/about.hbs
View file @
eee7b538
...
...
@@ -12,7 +12,7 @@
通过自有的风控部门,严格审核项目背景,设计产品结构,同时搭建涵盖APP、微信、网站等多端口的互联网平台,通过科技金融与移动互联网技术,将信息流、业务流整合,让理财师轻松获取需要的优质金融产品,真正为客户提供资产配置服务。
</p>
</div>
<div
class=
"company-introduction clear"
>
<div>
<div
class=
"company-introduction-box"
>
<h2>
股东背景
</h2>
<ul
class=
"gudong-list clear"
>
<li>
...
...
@@ -35,7 +35,7 @@
</p>
</div>
</li>
<li>
<li
class=
"clear-br"
>
<div>
<h4>
互联网团队
</h4>
<!--<h6>金融理财师</h6>-->
...
...
@@ -46,12 +46,12 @@
</li>
</ul>
<h2>
合作伙伴
</h2>
<div
class=
"friend-list"
>
<a
href=
"http://www.jxi.cn/Index.aspx"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/21pemhvbmdqaWFuZ18wMw==_125x140.png);"
></a>
<a
href=
"http://www.zritc.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/5m4emhvbmdyb25nXzAz_199x144.png);"
></a>
<a
href=
"http://www.natrust.cn/home/cn/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/nz1Z3VvbWluXzAz_109x142.png);"
></a>
<a
href=
"http://www.ebtrust.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/4qvZ3VhbmdkYV8wMw==_167x142.png);"
></a>
<a
href=
"http://trust.ecitic.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/16uemhvbmd4aW5nXzAz_166x51.png);"
></a>
<div
class=
"friend-list
clear
"
>
<a
href=
"http://www.jxi.cn/Index.aspx"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/21pemhvbmdqaWFuZ18wMw==_125x140.png);"
class=
"clear-bl clear-bt"
></a>
<a
href=
"http://www.zritc.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/5m4emhvbmdyb25nXzAz_199x144.png);"
class=
"clear-bt"
></a>
<a
href=
"http://www.natrust.cn/home/cn/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/nz1Z3VvbWluXzAz_109x142.png);"
class=
"clear-bt"
></a>
<a
href=
"http://www.ebtrust.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/4qvZ3VhbmdkYV8wMw==_167x142.png);"
class=
"clear-bt"
></a>
<a
href=
"http://trust.ecitic.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/16uemhvbmd4aW5nXzAz_166x51.png);"
class=
"clear-bl"
></a>
<a
href=
"http://www.fd-trust.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/w2mZmFuZ3poZW5nXzAz_208x50.png);"
></a>
<a
href=
"http://www.huaxintrust.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/cb0aHVheGluZ18wMw==_196x54.png);"
></a>
<a
href=
"http://ztxt.show.imosi.com/"
target=
'_blank '
style=
"background-image:url(https://res.fudou6.com/c/4/20160802/frsemhvbmd0YWlfMDM=_190x51.png);"
></a>
...
...
views/layout.hbs
View file @
eee7b538
...
...
@@ -19,12 +19,13 @@
<!--[if lte IE 10]>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<link rel="stylesheet" href="/stylesheets/index-ie8.css"/>
<link rel="stylesheet" href="/stylesheets/project-ie8.css"/>
<link rel="stylesheet" href="/stylesheets/products-ie8.css"/>
<link rel="stylesheet" href="/stylesheets/product-ie8.css"/>
<link rel="stylesheet" href="/stylesheets/about-ie8.css"/>
<![endif]-->
</head>
<body>
...
...
views/product.hbs
View file @
eee7b538
...
...
@@ -72,72 +72,72 @@
<tbody>
<tr>
<td>
产品名称
</td>
<td>
{{
itemTitle
}}
</td>
<td
class=
"clear-br"
>
{{
itemTitle
}}
</td>
</tr>
<tr>
<td>
产品类别
</td>
<td>
{{
categroyParentName
}}
/
{{
categoryName
}}
</td>
<td
class=
"clear-br"
>
{{
categroyParentName
}}
/
{{
categoryName
}}
</td>
</tr>
<tr>
<td>
产品状态
</td>
<td>
{{
statusString
}}
</td>
<td
class=
"clear-br"
>
{{
statusString
}}
</td>
</tr>
<tr>
<td>
总规模
</td>
<td>
{{
elements
.
zgm
}}
</td>
<td
class=
"clear-br"
>
{{
elements
.
zgm
}}
</td>
</tr>
<tr>
<td>
募集目标
</td>
<td>
{{
fundRaisedTargetString
}}
</td>
<td
class=
"clear-br"
>
{{
fundRaisedTargetString
}}
</td>
</tr>
<tr>
<td>
已募集
</td>
<td>
{{
fundRaisedOverString
}}
</td>
<td
class=
"clear-br"
>
{{
fundRaisedOverString
}}
</td>
</tr>
<tr>
<td>
剩余额度
</td>
<td>
{{
fundRaisedSurplusString
}}
</td>
<td
class=
"clear-br"
>
{{
fundRaisedSurplusString
}}
</td>
</tr>
<tr>
<td>
投资门槛
</td>
<td>
{{
minimumAmountString
}}
</td>
<td
class=
"clear-br"
>
{{
minimumAmountString
}}
</td>
</tr>
<tr>
<td>
投资期限
</td>
<td>
{{
duration
}}
</td>
<td
class=
"clear-br"
>
{{
duration
}}
</td>
</tr>
<tr>
<td>
融资方
</td>
<td>
{{{
elements
.
rzf
}}}
</td>
<td
class=
"clear-br"
>
{{{
elements
.
rzf
}}}
</td>
</tr>
<tr>
<td>
担保方
</td>
<td>
{{{
elements
.
dbzt
}}}
</td>
<td
class=
"clear-br"
>
{{{
elements
.
dbzt
}}}
</td>
</tr>
<tr>
<td>
发行方
</td>
<td>
{{{
elements
.
fxf
}}}
</td>
<td
class=
"clear-br"
>
{{{
elements
.
fxf
}}}
</td>
</tr>
<tr>
<td>
募集时间
</td>
<td>
{{
fundRaisedStartTimeString
}}
—
{{
fundRaisedEndTimeString
}}
</td>
<td
class=
"clear-br"
>
{{
fundRaisedStartTimeString
}}
—
{{
fundRaisedEndTimeString
}}
</td>
</tr>
<tr>
<td>
资金用途
</td>
<td>
{{{
elements
.
zjyt
}}}
</td>
<td
class=
"clear-br"
>
{{{
elements
.
zjyt
}}}
</td>
</tr>
<tr>
<td>
还款来源
</td>
<td>
{{{
elements
.
hkly
}}}
</td>
<td
class=
"clear-br"
>
{{{
elements
.
hkly
}}}
</td>
</tr>
<tr>
<td>
风控措施
</td>
<td>
{{{
elements
.
fkcs
}}}
</td>
<td
class=
"clear-br"
>
{{{
elements
.
fkcs
}}}
</td>
</tr>
<tr>
<tr
class=
"clear-bb"
>
<td>
项目亮点
</td>
<td>
{{{
summary
}}}
</td>
<td
class=
"clear-br"
>
{{{
summary
}}}
</td>
</tr>
<!--<tr>-->
<!--<td>募集账号</td>-->
...
...
views/project.hbs
View file @
eee7b538
...
...
@@ -60,7 +60,7 @@
</div>
<div
class=
"hot-project-tabs clear"
>
<ul
class=
"clear"
>
<li>
<li
class=
"hot-project-tabs-one"
>
<div>
<h4>
海量资金
</h4>
<p>
...
...
@@ -69,7 +69,7 @@
</p>
</div>
</li>
<li>
<li
class=
"hot-project-tabs-two"
>
<div>
<h4>
安全可靠
</h4>
<p>
...
...
@@ -79,7 +79,7 @@
</p>
</div>
</li>
<li>
<li
class=
"hot-project-tabs-three"
>
<div>
<h4>
融资高效
</h4>
<p>
...
...
@@ -89,7 +89,7 @@
</p>
</div>
</li>
<li>
<li
class=
"hot-project-tabs-four"
>
<div>
<h4>
专业服务
</h4>
<p>
...
...
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