Commit eee7b538 authored by liaili's avatar liaili

updata-8-15

parent c0b513fa
/*公共样式 开始*/
.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 */
//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
...@@ -53,16 +53,16 @@ ...@@ -53,16 +53,16 @@
background: #f6f6f6; background: #f6f6f6;
padding-bottom: 80px; padding-bottom: 80px;
} }
.company-introduction > div { .company-introduction .company-introduction-box {
margin: 0 auto; margin: 0 auto;
padding-bottom: 80px; padding-bottom: 80px;
} }
.company-introduction h2 { .company-introduction h2 {
margin: 40px auto;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
font-size: 36px; font-size: 36px;
padding-left: 20px; padding-left: 20px;
margin: 40px auto;
border-left: 3px solid #0074c3; border-left: 3px solid #0074c3;
} }
.company-introduction .gudong-list { .company-introduction .gudong-list {
......
...@@ -61,17 +61,17 @@ ...@@ -61,17 +61,17 @@
.company-introduction { .company-introduction {
background: #f6f6f6; background: #f6f6f6;
padding-bottom: 80px; padding-bottom: 80px;
& > div { .company-introduction-box {
margin: 0 auto; margin: 0 auto;
padding-bottom:80px; padding-bottom:80px;
} }
h2 { h2 {
margin: 40px auto;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
font-size: 36px; font-size: 36px;
padding-left: 20px; padding-left: 20px;
margin: 40px auto;
border-left: 3px solid #0074c3; border-left: 3px solid #0074c3;
} }
.gudong-list { .gudong-list {
......
/*.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 start */
.projects .section {
width: 1000px;
}
.projects .section .section-left {
width: 410px;
margin-left: 0;
}
.projects .section .section-left li:before { .projects .section .section-left li:before {
content: '●'; content: '●';
width: 0; width: 0;
...@@ -7,4 +32,37 @@ ...@@ -7,4 +32,37 @@
font-size: 20px; font-size: 20px;
top: 0; top: 0;
} }
.projects .section .section-right {
width: 580px;
float: left;
position: relative;
}
.projects .section .section-right .computer {
position: absolute;
right: 0;
}
/* .projects end */ /* .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*/
//IE8 //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 start */
.projects { .projects {
.section { .section {
width: 1000px;
.section-left { .section-left {
width: 410px;
margin-left: 0;
li:before { li:before {
content: '●'; content: '●';
width: 0; width: 0;
...@@ -14,8 +40,47 @@ ...@@ -14,8 +40,47 @@
top: 0; top: 0;
} }
} }
.section-right {
width: 580px;
float: left;
position: relative;
.computer {
position: absolute;
right: 0;
}
}
} }
} }
/* .projects end */ /* .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*/
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
height: 94px; height: 94px;
width: 227px; width: 227px;
margin-top: -47px; 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; background-size: cover;
} }
.projects .projects-header .project-header-right { .projects .projects-header .project-header-right {
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
right: 0; right: 0;
width: 542px; width: 542px;
height: 483px; 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*/ /* projects end*/
/*product begin*/ /*product begin*/
......
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
height: 94px; height: 94px;
width: 227px; width: 227px;
margin-top: -47px; 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; background-size: cover;
} }
} }
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
right: 0; right: 0;
width: 542px; width: 542px;
height: 483px; height: 483px;
background: url(/images/index/computer.jpg) no-repeat; background: url(https://res.fudou6.com/c/4/20160815/ejyY29tcHV0ZXI=_542x483.jpg) no-repeat;
} }
} }
} }
......
/*.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*/
/*.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
...@@ -7,6 +7,3 @@ ...@@ -7,6 +7,3 @@
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://res.fudou6.com/c/4/20160730/52mc3RhdHVzXzIz_125x158.png', sizingMethod='scale'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://res.fudou6.com/c/4/20160730/52mc3RhdHVzXzIz_125x158.png', sizingMethod='scale');
} }
/*products end*/ /*products end*/
* {
behavior: url(/public/javascripts/ie-css3.htc);
}
...@@ -13,8 +13,3 @@ ...@@ -13,8 +13,3 @@
} }
/*products end*/ /*products end*/
* {
behavior: url(/public/javascripts/ie-css3.htc);
}
\ No newline at end of file
/* .hot-project-banner start */
.hot-project-banner p {
width: 950px;
}
/* .hot-project-banner end */
/* .hot-project-introducer start*/ /* .hot-project-introducer start*/
.hot-project-introducer .subtabs li:before { .hot-project-introducer .subtabs li:before {
content: '●'; content: '●';
...@@ -6,3 +11,38 @@ ...@@ -6,3 +11,38 @@
color: #bb342e; color: #bb342e;
} }
/* .hot-project-introducer end*/ /* .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 */
//IE8 //IE8
/* .hot-project-banner start */
.hot-project-banner {
p {
width: 950px;
}
}
/* .hot-project-banner end */
/* .hot-project-introducer start*/ /* .hot-project-introducer start*/
.hot-project-introducer { .hot-project-introducer {
.subtabs { .subtabs {
...@@ -12,4 +20,47 @@ ...@@ -12,4 +20,47 @@
} }
/* .hot-project-introducer end*/ /* .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 */
...@@ -233,14 +233,14 @@ ...@@ -233,14 +233,14 @@
transition-delay: .1s; transition-delay: .1s;
transition: background .5s, color .5s; transition: background .5s, color .5s;
} }
.hot-project-tabs ul li > div { .hot-project-tabs ul li div {
border-right: 1px solid #43abb6; border-right: 1px solid #43abb6;
height: 200px; height: 200px;
padding-top: 160px; padding-top: 160px;
position: relative; position: relative;
} }
.hot-project-tabs ul li > div:before, .hot-project-tabs ul li div:before,
.hot-project-tabs ul li > div:after { .hot-project-tabs ul li div:after {
content: ''; content: '';
position: absolute; position: absolute;
top: 44px; top: 44px;
...@@ -250,15 +250,17 @@ ...@@ -250,15 +250,17 @@
width: 115px; width: 115px;
background: url(https://res.fudou6.com/c/4/20160801/by15pyq5qCH6aKYLTFfMDE=_480x240.png) 0 0 no-repeat; background: url(https://res.fudou6.com/c/4/20160801/by15pyq5qCH6aKYLTFfMDE=_480x240.png) 0 0 no-repeat;
opacity: 0; opacity: 0;
filter: alpha(opacity=0);
transform: scale(0); transform: scale(0);
transition-delay: .1s; transition-delay: .1s;
transition: .5s; transition: .5s;
} }
.hot-project-tabs ul li > div:before { .hot-project-tabs ul li div:before {
transform: scale(1); transform: scale(1);
opacity: 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; border-right: 0;
} }
.hot-project-tabs ul li h4 { .hot-project-tabs ul li h4 {
...@@ -266,28 +268,28 @@ ...@@ -266,28 +268,28 @@
color: #43abb6; color: #43abb6;
margin: 10px 0 20px; 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; background-position: -360px -120px;
} }
.hot-project-tabs ul li:nth-child(1) > div:after { .hot-project-tabs ul li.hot-project-tabs-one div:after {
background-position: -360px 0px; 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; 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; 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; 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; 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; 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; background-position: 0px 0px;
} }
.hot-project-tabs ul li:hover { .hot-project-tabs ul li:hover {
...@@ -298,12 +300,14 @@ ...@@ -298,12 +300,14 @@
.hot-project-tabs ul li:hover h4 { .hot-project-tabs ul li:hover h4 {
color: #fff; color: #fff;
} }
.hot-project-tabs ul li:hover > div:before { .hot-project-tabs ul li:hover div:before {
opacity: 0; opacity: 0;
filter: alpha(opacity=0);
transform: scale(0); transform: scale(0);
} }
.hot-project-tabs ul li:hover > div:after { .hot-project-tabs ul li:hover div:after {
opacity: 1; opacity: 1;
filter: alpha(opacity=100);
transform: scale(1); transform: scale(1);
} }
/* .hot-project-tabs end */ /* .hot-project-tabs end */
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
background: #f6f6f6; background: #f6f6f6;
transition-delay: .1s; transition-delay: .1s;
transition: background .5s, color .5s; transition: background .5s, color .5s;
& > div { div {
border-right: 1px solid #43abb6; border-right: 1px solid #43abb6;
height: 200px; height: 200px;
padding-top: 160px; padding-top: 160px;
...@@ -262,6 +262,7 @@ ...@@ -262,6 +262,7 @@
width: 115px; width: 115px;
background: url(https://res.fudou6.com/c/4/20160801/by15pyq5qCH6aKYLTFfMDE=_480x240.png) 0 0 no-repeat; background: url(https://res.fudou6.com/c/4/20160801/by15pyq5qCH6aKYLTFfMDE=_480x240.png) 0 0 no-repeat;
opacity: 0; opacity: 0;
filter:alpha(opacity=0);
transform: scale(0); transform: scale(0);
transition-delay: .1s; transition-delay: .1s;
transition: .5s; transition: .5s;
...@@ -269,27 +270,27 @@ ...@@ -269,27 +270,27 @@
&:before { &:before {
transform: scale(1); transform: scale(1);
opacity: 1; opacity: 1;
filter:alpha(opacity=100);
} }
} }
&:last-child > div { &.hot-project-tabs-four div {
border-right: 0; border-right: 0;
} }
h4 { h4 {
font-size: 28px; font-size: 28px;
color: #43abb6; color: #43abb6;
margin: 10px 0 20px; margin: 10px 0 20px;
} }
&:nth-child(1) > div { &.hot-project-tabs-one div {
&:before { &:before {
background-position: -360px -120px; background-position: -360px -120px;
} }
&:after { &:after {
background-position: -360px 0px; background-position: -360px 0;
} }
} }
&:nth-child(2) > div { &.hot-project-tabs-two div {
&:before { &:before {
background-position: -240px -120px; background-position: -240px -120px;
} }
...@@ -297,7 +298,7 @@ ...@@ -297,7 +298,7 @@
background-position: -240px 0px; background-position: -240px 0px;
} }
} }
&:nth-child(3) > div { &.hot-project-tabs-three div {
&:before { &:before {
background-position: -120px -120px; background-position: -120px -120px;
} }
...@@ -306,7 +307,7 @@ ...@@ -306,7 +307,7 @@
} }
} }
&:nth-child(4) > div { &.hot-project-tabs-four div {
&:before { &:before {
background-position: 0px -120px; background-position: 0px -120px;
} }
...@@ -321,13 +322,15 @@ ...@@ -321,13 +322,15 @@
h4 { h4 {
color: #fff; color: #fff;
} }
& > div { div {
&:before { &:before {
opacity: 0; opacity: 0;
filter:alpha(opacity=0);
transform: scale(0); transform: scale(0);
} }
&:after { &:after {
opacity: 1; opacity: 1;
filter:alpha(opacity=100);
transform: scale(1); transform: scale(1);
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
通过自有的风控部门,严格审核项目背景,设计产品结构,同时搭建涵盖APP、微信、网站等多端口的互联网平台,通过科技金融与移动互联网技术,将信息流、业务流整合,让理财师轻松获取需要的优质金融产品,真正为客户提供资产配置服务。</p> 通过自有的风控部门,严格审核项目背景,设计产品结构,同时搭建涵盖APP、微信、网站等多端口的互联网平台,通过科技金融与移动互联网技术,将信息流、业务流整合,让理财师轻松获取需要的优质金融产品,真正为客户提供资产配置服务。</p>
</div> </div>
<div class="company-introduction clear"> <div class="company-introduction clear">
<div> <div class="company-introduction-box">
<h2>股东背景</h2> <h2>股东背景</h2>
<ul class="gudong-list clear"> <ul class="gudong-list clear">
<li> <li>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</p> </p>
</div> </div>
</li> </li>
<li> <li class="clear-br">
<div> <div>
<h4>互联网团队</h4> <h4>互联网团队</h4>
<!--<h6>金融理财师</h6>--> <!--<h6>金融理财师</h6>-->
...@@ -46,12 +46,12 @@ ...@@ -46,12 +46,12 @@
</li> </li>
</ul> </ul>
<h2>合作伙伴</h2> <h2>合作伙伴</h2>
<div class="friend-list"> <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);"></a> <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);"></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);"></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);"></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);"></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.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://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> <a href="http://ztxt.show.imosi.com/" target='_blank 'style="background-image:url(https://res.fudou6.com/c/4/20160802/frsemhvbmd0YWlfMDM=_190x51.png);"></a>
......
...@@ -19,12 +19,13 @@ ...@@ -19,12 +19,13 @@
<!--[if lte IE 10]> <!--[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> <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]--> <![endif]-->
<!--[if lt IE 9]> <!--[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/index-ie8.css"/>
<link rel="stylesheet" href="/stylesheets/project-ie8.css"/> <link rel="stylesheet" href="/stylesheets/project-ie8.css"/>
<link rel="stylesheet" href="/stylesheets/products-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]--> <![endif]-->
</head> </head>
<body> <body>
......
...@@ -72,72 +72,72 @@ ...@@ -72,72 +72,72 @@
<tbody> <tbody>
<tr> <tr>
<td>产品名称</td> <td>产品名称</td>
<td>{{itemTitle}}</td> <td class="clear-br">{{itemTitle}}</td>
</tr> </tr>
<tr> <tr>
<td>产品类别</td> <td>产品类别</td>
<td>{{categroyParentName}} / {{categoryName}}</td> <td class="clear-br">{{categroyParentName}} / {{categoryName}}</td>
</tr> </tr>
<tr> <tr>
<td>产品状态</td> <td>产品状态</td>
<td>{{statusString}}</td> <td class="clear-br">{{statusString}}</td>
</tr> </tr>
<tr> <tr>
<td>总规模</td> <td>总规模</td>
<td>{{elements.zgm}}</td> <td class="clear-br">{{elements.zgm}}</td>
</tr> </tr>
<tr> <tr>
<td>募集目标</td> <td>募集目标</td>
<td>{{fundRaisedTargetString}}</td> <td class="clear-br">{{fundRaisedTargetString}}</td>
</tr> </tr>
<tr> <tr>
<td>已募集</td> <td>已募集</td>
<td>{{fundRaisedOverString}}</td> <td class="clear-br">{{fundRaisedOverString}}</td>
</tr> </tr>
<tr> <tr>
<td>剩余额度</td> <td>剩余额度</td>
<td>{{fundRaisedSurplusString}}</td> <td class="clear-br">{{fundRaisedSurplusString}}</td>
</tr> </tr>
<tr> <tr>
<td>投资门槛</td> <td>投资门槛</td>
<td>{{minimumAmountString}}</td> <td class="clear-br">{{minimumAmountString}}</td>
</tr> </tr>
<tr> <tr>
<td>投资期限</td> <td>投资期限</td>
<td>{{duration}}</td> <td class="clear-br">{{duration}}</td>
</tr> </tr>
<tr> <tr>
<td>融资方</td> <td>融资方</td>
<td>{{{elements.rzf}}}</td> <td class="clear-br">{{{elements.rzf}}}</td>
</tr> </tr>
<tr> <tr>
<td>担保方</td> <td>担保方</td>
<td>{{{elements.dbzt}}}</td> <td class="clear-br">{{{elements.dbzt}}}</td>
</tr> </tr>
<tr> <tr>
<td>发行方</td> <td>发行方</td>
<td>{{{elements.fxf}}}</td> <td class="clear-br">{{{elements.fxf}}}</td>
</tr> </tr>
<tr> <tr>
<td>募集时间</td> <td>募集时间</td>
<td>{{fundRaisedStartTimeString}}{{fundRaisedEndTimeString}}</td> <td class="clear-br">{{fundRaisedStartTimeString}}{{fundRaisedEndTimeString}}</td>
</tr> </tr>
<tr> <tr>
<td>资金用途</td> <td>资金用途</td>
<td>{{{elements.zjyt}}}</td> <td class="clear-br">{{{elements.zjyt}}}</td>
</tr> </tr>
<tr> <tr>
<td>还款来源</td> <td>还款来源</td>
<td>{{{elements.hkly}}}</td> <td class="clear-br">{{{elements.hkly}}}</td>
</tr> </tr>
<tr> <tr>
<td>风控措施</td> <td>风控措施</td>
<td>{{{elements.fkcs}}}</td> <td class="clear-br">{{{elements.fkcs}}}</td>
</tr> </tr>
<tr> <tr class="clear-bb">
<td>项目亮点</td> <td>项目亮点</td>
<td>{{{summary}}}</td> <td class="clear-br">{{{summary}}}</td>
</tr> </tr>
<!--<tr>--> <!--<tr>-->
<!--<td>募集账号</td>--> <!--<td>募集账号</td>-->
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</div> </div>
<div class="hot-project-tabs clear"> <div class="hot-project-tabs clear">
<ul class="clear"> <ul class="clear">
<li> <li class="hot-project-tabs-one">
<div> <div>
<h4>海量资金</h4> <h4>海量资金</h4>
<p> <p>
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</p> </p>
</div> </div>
</li> </li>
<li> <li class="hot-project-tabs-two">
<div> <div>
<h4>安全可靠</h4> <h4>安全可靠</h4>
<p> <p>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</p> </p>
</div> </div>
</li> </li>
<li> <li class="hot-project-tabs-three">
<div> <div>
<h4>融资高效</h4> <h4>融资高效</h4>
<p> <p>
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</p> </p>
</div> </div>
</li> </li>
<li> <li class="hot-project-tabs-four">
<div> <div>
<h4>专业服务</h4> <h4>专业服务</h4>
<p> <p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment