Commit 15ef4bfe authored by liaili's avatar liaili

updata-8.18

parent eee7b538
'use strict';
/**
* Created by liaili on 16/8/16.
*/
//判断IE浏览器
(function () {
var explorer = window.navigator.userAgent;
var sw = $(window).width();
var cw = 0;
function setClientWidth(sw, cw) {
if (explorer.indexOf('MSIE') >= 0) {
cw = sw > 1441 ? 1360 : sw > 1281 ? 1150 : 990;
//index
$('.banner-box').width(cw);
$('.download').width(cw);
$('ul', '.character').width(cw);
$('.section', '.projects').width(cw);
$('.products ul').width(cw);
$('.products-image-large').css({
marginTop: cw / 33,
marginBottom: cw / 33
});
$('.products-image', '.products-image-large').css({
width: (cw + cw / 33) / 3 * 2 - cw / 33,
marginRight: cw / 33
});
$('.products-detail').width((cw + cw / 33) / 3 - cw / 33);
$('.products-image-small').css({
width: (cw + cw / 33) / 3 - cw / 33,
marginRight: cw / 33
});
$('.products-image-small:last').css('marginRight', 0);
//project
$('p', '.hot-project-banner').width(cw / 2);
$('.hot-project-introducer').width(cw);
$('.hot-project-tabs ul').width(cw);
$('.container', '#header').width(cw);
$('.nav', '#header').css('paddingLeft', cw / 4);
//about
$('p', '.about-us-banner-bottom').width(cw);
$('.company-introduction-box').width(cw);
}
}
//初始化
setClientWidth(sw, cw);
$(window).resize(function () {
sw = $(undefined).width();
setClientWidth(sw, cw);
});
})();
//# sourceMappingURL=layout-ie8.js.map
\ No newline at end of file
{"version":3,"sources":["layout-ie8.jsx"],"names":[],"mappings":";;AAAA;;;AAGA;AACA,CAAC,YAAK;AACF,QAAI,WAAW,OAAO,SAAP,CAAiB,SAAhC;AACA,QAAI,KAAK,EAAE,MAAF,EAAU,KAAV,EAAT;AACA,QAAI,KAAK,CAAT;;AAEA,aAAS,cAAT,CAAwB,EAAxB,EAA4B,EAA5B,EAAgC;AAC5B,YAAI,SAAS,OAAT,CAAiB,MAAjB,KAA4B,CAAhC,EAAmC;;AAE/B,iBAAK,KAAK,IAAL,GAAY,IAAZ,GAAmB,KAAK,IAAL,GAAY,IAAZ,GAAmB,GAA3C;;AAEA;AACA,cAAE,aAAF,EAAiB,KAAjB,CAAuB,EAAvB;AACA,cAAE,WAAF,EAAe,KAAf,CAAqB,EAArB;AACA,cAAE,IAAF,EAAO,YAAP,EAAqB,KAArB,CAA2B,EAA3B;AACA,cAAE,UAAF,EAAa,WAAb,EAA0B,KAA1B,CAAgC,EAAhC;AACA,cAAE,cAAF,EAAkB,KAAlB,CAAwB,EAAxB;AACA,cAAE,uBAAF,EAA2B,GAA3B,CAA+B;AAC3B,2BAAY,KAAK,EADU;AAE3B,8BAAe,KAAK;AAFO,aAA/B;AAIA,cAAE,iBAAF,EAAoB,uBAApB,EAA6C,GAA7C,CAAiD;AAC7C,uBAAO,CAAC,KAAM,KAAK,EAAZ,IAAmB,CAAnB,GAAuB,CAAvB,GAA4B,KAAK,EADK;AAE7C,6BAAa,KAAK;AAF2B,aAAjD;AAIA,cAAE,kBAAF,EAAsB,KAAtB,CAA4B,CAAC,KAAM,KAAK,EAAZ,IAAmB,CAAnB,GAAwB,KAAK,EAAzD;AACA,cAAE,uBAAF,EAA2B,GAA3B,CAA+B;AAC3B,uBAAM,CAAC,KAAM,KAAK,EAAZ,IAAmB,CAAnB,GAAwB,KAAK,EADR;AAE3B,6BAAY,KAAG;AAFY,aAA/B;AAIA,cAAE,4BAAF,EAAgC,GAAhC,CAAoC,aAApC,EAAkD,CAAlD;;AAGA;AACA,cAAE,GAAF,EAAM,qBAAN,EAA6B,KAA7B,CAAmC,KAAK,CAAxC;AACA,cAAE,yBAAF,EAA6B,KAA7B,CAAmC,EAAnC;AACA,cAAE,sBAAF,EAA0B,KAA1B,CAAgC,EAAhC;AACA,cAAE,YAAF,EAAe,SAAf,EAA0B,KAA1B,CAAgC,EAAhC;AACA,cAAE,MAAF,EAAS,SAAT,EAAoB,GAApB,CAAwB,aAAxB,EAAsC,KAAG,CAAzC;;AAEA;AACA,cAAE,GAAF,EAAM,yBAAN,EAAiC,KAAjC,CAAuC,EAAvC;AACA,cAAE,2BAAF,EAA+B,KAA/B,CAAqC,EAArC;AACH;AACJ;;AAED;AACA,mBAAe,EAAf,EAAmB,EAAnB;;AAEA,MAAE,MAAF,EAAU,MAAV,CAAkB,YAAM;AACpB,aAAK,aAAQ,KAAR,EAAL;AACA,uBAAe,EAAf,EAAmB,EAAnB;AACH,KAHD;AAIH,CApDD","file":"layout-ie8.js","sourcesContent":["/**\n * Created by liaili on 16/8/16.\n */\n//判断IE浏览器\n(()=> {\n var explorer = window.navigator.userAgent;\n var sw = $(window).width();\n var cw = 0;\n\n function setClientWidth(sw, cw) {\n if (explorer.indexOf('MSIE') >= 0) {\n\n cw = sw > 1441 ? 1360 : sw > 1281 ? 1150 : 990;\n\n //index\n $('.banner-box').width(cw);\n $('.download').width(cw);\n $('ul','.character').width(cw);\n $('.section','.projects').width(cw);\n $('.products ul').width(cw);\n $('.products-image-large').css({\n marginTop: (cw / 33),\n marginBottom: (cw / 33)\n });\n $('.products-image','.products-image-large').css({\n width: (cw + (cw / 33)) / 3 * 2 - (cw / 33),\n marginRight: cw / 33\n });\n $('.products-detail').width((cw + (cw / 33)) / 3 - (cw / 33));\n $('.products-image-small').css({\n width:(cw + (cw / 33)) / 3 - (cw / 33),\n marginRight:cw/33\n });\n $('.products-image-small:last').css('marginRight',0);\n\n\n //project\n $('p','.hot-project-banner').width(cw / 2);\n $('.hot-project-introducer').width(cw);\n $('.hot-project-tabs ul').width(cw);\n $('.container','#header').width(cw);\n $('.nav','#header').css('paddingLeft',cw/4);\n\n //about\n $('p','.about-us-banner-bottom').width(cw);\n $('.company-introduction-box').width(cw);\n }\n }\n\n //初始化\n setClientWidth(sw, cw);\n\n $(window).resize( () => {\n sw = $(this).width();\n setClientWidth(sw, cw);\n })\n})();"]}
\ No newline at end of file
/**
* Created by liaili on 16/8/16.
*/
//判断IE浏览器
(()=> {
var explorer = window.navigator.userAgent;
var sw = $(window).width();
var cw = 0;
function setClientWidth(sw, cw) {
if (explorer.indexOf('MSIE') >= 0) {
cw = sw > 1441 ? 1360 : sw > 1281 ? 1150 : 990;
//index
$('.banner-box').width(cw);
$('.download').width(cw);
$('ul','.character').width(cw);
$('.section','.projects').width(cw);
$('.products ul').width(cw);
$('.products-image-large').css({
marginTop: (cw / 33),
marginBottom: (cw / 33)
});
$('.products-image','.products-image-large').css({
width: (cw + (cw / 33)) / 3 * 2 - (cw / 33),
marginRight: cw / 33
});
$('.products-detail').width((cw + (cw / 33)) / 3 - (cw / 33));
$('.products-image-small').css({
width:(cw + (cw / 33)) / 3 - (cw / 33),
marginRight:cw/33
});
$('.products-image-small:last').css('marginRight',0);
//project
$('p','.hot-project-banner').width(cw / 2);
$('.hot-project-introducer').width(cw);
$('.hot-project-tabs ul').width(cw);
$('.container','#header').width(cw);
$('.nav','#header').css('paddingLeft',cw/4);
//about
$('p','.about-us-banner-bottom').width(cw);
$('.company-introduction-box').width(cw);
}
}
//初始化
setClientWidth(sw, cw);
$(window).resize( () => {
sw = $(this).width();
setClientWidth(sw, cw);
})
})();
\ No newline at end of file
"use strict";
(function() {
var t = window.navigator.userAgent;
var i = $(window).width();
var d = 0;
function o(i, d) {
if (t.indexOf("MSIE") >= 0) {
d = i > 1441 ? 1360 : i > 1281 ? 1150 : 990;
$(".banner-box").width(d);
$(".download").width(d);
$("ul", ".character").width(d);
$(".section", ".projects").width(d);
$(".products ul").width(d);
$(".products-image-large").css({
marginTop: d / 33,
marginBottom: d / 33
});
$(".products-image", ".products-image-large").css({
width: (d + d / 33) / 3 * 2 - d / 33,
marginRight: d / 33
});
$(".products-detail").width((d + d / 33) / 3 - d / 33);
$(".products-image-small").css({
width: (d + d / 33) / 3 - d / 33,
marginRight: d / 33
});
$(".products-image-small:last").css("marginRight", 0);
$("p", ".hot-project-banner").width(d / 2);
$(".hot-project-introducer").width(d);
$(".hot-project-tabs ul").width(d);
$(".container", "#header").width(d);
$(".nav", "#header").css("paddingLeft", d / 4);
$("p", ".about-us-banner-bottom").width(d);
$(".company-introduction-box").width(d);
}
}
o(i, d);
$(window).resize(function() {
i = $(undefined).width();
o(i, d);
});
})();
\ No newline at end of file
This diff is collapsed.
......@@ -80,71 +80,71 @@
let projectsList = [
{
'projectName':'中电投天津',
'projectType':'保障房建设',
'projectTime':'2年',
'projectInfo':'用于补充公司现金流,承载天津市保障房建设。'
'projectName': '中电投天津',
'projectType': '保障房建设',
'projectTime': '2年',
'projectInfo': '用于补充公司现金流,承载天津市保障房建设。'
},
{
'projectName':'中电投西安',
'projectType':'基础建设项目',
'projectTime':'2年',
'projectInfo':'用于认购光大信托计划,用于向“绿源公司”发放信托贷款,用于建设西安绿源农产品批发市场项目。'
'projectName': '中电投西安',
'projectType': '基础建设项目',
'projectTime': '2年',
'projectInfo': '用于认购光大信托计划,用于向“绿源公司”发放信托贷款,用于建设西安绿源农产品批发市场项目。'
},
{
'projectName':'金元百利海安',
'projectType':'企业流贷',
'projectTime':'3年',
'projectInfo':'用于受让南通新沿海对海安经济技术开发区管委会的应收账款债 权,资金最终用于补充南通新沿海的流动资金。'
'projectName': '金元百利海安',
'projectType': '企业流贷',
'projectTime': '3年',
'projectInfo': '用于受让南通新沿海对海安经济技术开发区管委会的应收账款债 权,资金最终用于补充南通新沿海的流动资金。'
},
{
'projectName':'中电投金堂',
'projectType':'基础建设项目',
'projectTime':'2年',
'projectInfo':'用于认购光大信托先融锐金1号集合资金信托计划,补充公司流动资金,用于基础建设项目'
'projectName': '中电投金堂',
'projectType': '基础建设项目',
'projectTime': '2年',
'projectInfo': '用于认购光大信托先融锐金1号集合资金信托计划,补充公司流动资金,用于基础建设项目'
},
{
'projectName':'国信巴中',
'projectType':'基础建设项目',
'projectTime':'2年',
'projectInfo':'用于通江县壁州大道二期(高速连接道)建设项目用款。'
'projectName': '国信巴中',
'projectType': '基础建设项目',
'projectTime': '2年',
'projectInfo': '用于通江县壁州大道二期(高速连接道)建设项目用款。'
},
{
'projectName':'枢纽铜仁',
'projectType':'保障房建设项目',
'projectTime':'18个月',
'projectInfo':'用于贵州省铜仁市碧江区城市棚户区改造安置房项目'
'projectName': '枢纽铜仁',
'projectType': '保障房建设项目',
'projectTime': '18个月',
'projectInfo': '用于贵州省铜仁市碧江区城市棚户区改造安置房项目'
},
{
'projectName':'枢纽余庆',
'projectType':'基础建设项目',
'projectTime':'1年',
'projectInfo':'用于贵州遵义市余庆县敖溪镇至关兴镇道路工程建设'
'projectName': '枢纽余庆',
'projectType': '基础建设项目',
'projectTime': '1年',
'projectInfo': '用于贵州遵义市余庆县敖溪镇至关兴镇道路工程建设'
},
{
'projectName':'中电投黔南州',
'projectType':'基础建设项目',
'projectTime':'2年',
'projectInfo':'用于认购光大信托先融黔南1号集合资金信托计划,补充公司流 动资金,用于基础建设项目 '
'projectName': '中电投黔南州',
'projectType': '基础建设项目',
'projectTime': '2年',
'projectInfo': '用于认购光大信托先融黔南1号集合资金信托计划,补充公司流 动资金,用于基础建设项目 '
},
];
const template = ({projectName, projectTime, projectType, projectInfo})=>{
const template = ({projectName, projectTime, projectType, projectInfo})=> {
return `<h4>${projectName}</h4><h3>${projectTime}</h3><h6>${projectType}</h6><p>${projectInfo}</p>
<img src="https://res.fudou6.com/c/4/20160801/zupNy5waWNfaGQ=_257x423.jpg">
<a href="javascript:void('close');" class="modal-dialog-close">×</a>`;
};
const $modalDialog = $('.modal-dialog',$modalBox);
const $modalDialog = $('.modal-dialog', $modalBox);
$('.hot-project-address').on('click','a', (e)=> {
$('.hot-project-address').on('click', 'a', (e)=> {
e.preventDefault();
var target=e.target;
var target = e.target;
let html = '';
let index = $(target).data(index).index;
let project = projectsList[index];
if(project){
html= template(project);
if (project) {
html = template(project);
$modalDialog.html(html);
$modalBox.fadeIn(300);
......@@ -158,3 +158,6 @@
})();
......@@ -5,46 +5,16 @@
/*公共样式 结束*/
/* .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;
}
......
......@@ -10,55 +10,23 @@
.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;
//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 {
......
......@@ -75,7 +75,7 @@
height: 243px;
overflow: hidden;
}
.company-introduction .gudong-list li > div {
.company-introduction .gudong-list li div {
padding: 0 50px 60px;
border-right: 1px solid #c3c3c3;
}
......@@ -95,7 +95,7 @@
color: #000;
text-align: left;
}
.company-introduction .gudong-list li:last-child > div {
.company-introduction .gudong-list li.clear-br div {
border-right: 0;
}
.company-introduction .friend-list a {
......@@ -140,20 +140,20 @@
background: url("https://res.fudou6.com/c/4/20160802/6guMjcucGljX2hk_1920x577.jpg") no-repeat center center;
background-size: cover;
}
.address-map > div {
.address-map .address-map-box {
width: 1200px;
height: 100%;
margin: 0 auto;
}
.address-map > div > div {
margin: 150px 0 0 240px;
.address-map .address-map-box div {
margin: 150px 0 0 200px;
width: 291px;
height: 207px;
padding: 32px 18px 0;
background: #fff;
position: relative;
}
.address-map > div > div span {
.address-map .address-map-box div span {
display: inline-block;
width: 66px;
height: 66px;
......@@ -164,28 +164,28 @@
top: 18px;
text-align: center;
}
.address-map > div > div span img {
.address-map .address-map-box div span img {
margin-top: 18px;
}
.address-map > div > div h4 {
.address-map .address-map-box div h4 {
font-size: 36px;
color: #444444;
line-height: 46px;
margin-left: 64px;
}
.address-map > div > div hr {
.address-map .address-map-box div hr {
display: block;
width: 149px;
border: none;
border-bottom: 1px solid #a9a9a9;
margin: 5px auto 20px;
}
.address-map > div > div p {
.address-map .address-map-box div p {
font-size: 18px;
color: #828282;
line-height: 24px;
}
.address-map > div > div h3 {
.address-map .address-map-box div h3 {
font-size: 25px;
color: #fb2274;
margin-top: 20px;
......
......@@ -82,7 +82,7 @@
text-align: center;
height: 243px;
overflow: hidden;
& > div {
div {
padding: 0 50px 60px;
border-right: 1px solid #c3c3c3;
}
......@@ -102,7 +102,7 @@
color: #000;
text-align: left;
}
&:last-child > div {
&.clear-br div {
border-right: 0;
}
}
......@@ -156,12 +156,12 @@
height: 575px;
background: url("https://res.fudou6.com/c/4/20160802/6guMjcucGljX2hk_1920x577.jpg") no-repeat center center;
background-size: cover;
& > div {
.address-map-box {
width: 1200px;
height: 100%;
margin: 0 auto;
& > div {
margin: 150px 0 0 240px;
div {
margin: 150px 0 0 200px;
width: 291px;
height: 207px;
padding: 32px 18px 0;
......
/*.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;
left: 100px;
}
.projects .section .section-left li:before {
content: '●';
width: 0;
.download .qr-code {
position: absolute;
left: -20px;
font-size: 20px;
top: 0;
left: 400px;
}
.projects .section .section-right {
width: 580px;
float: left;
position: relative;
}
.projects .section .section-right .computer {
position: absolute;
right: 0;
}
/* .projects end */
/*download end*/
/*product begin*/
.products ul {
width: 950px;
}
.products ul li.products-image-large {
margin-bottom: 25px;
}
......
......@@ -3,7 +3,7 @@
/*.banner begin*/
.banner {
.banner-box {
width: 950px;
//width: 950px;
}
}
/*.banner end*/
......@@ -11,52 +11,22 @@
/*.download begin*/
.download {
width: 950px;
//width: 950px;
.android,
.iphone {
position: absolute;
left: 0;
left:100px;
}
hr {
width: 100%;
}
}
/*download end*/
/* .projects start */
.projects {
.section {
width: 1000px;
.section-left {
width: 410px;
margin-left: 0;
li:before {
content: '●';
width: 0;
width: 0;
position: absolute;
left: -20px;
font-size: 20px;
top: 0;
}
}
.section-right {
width: 580px;
float: left;
position: relative;
.computer {
.qr-code {
position: absolute;
right: 0;
}
}
left:400px;
}
}
/* .projects end */
/*download end*/
/*product begin*/
.products {
ul {
width: 950px;
li {
&.products-image-large {
margin-bottom: 25px;
......
......@@ -122,6 +122,7 @@
height: 100%;
transform: scale(0);
opacity: 0;
opacity: 1\9;
animation-name: stretch-delay;
animation-duration: 10s;
animation-iteration-count: infinite;
......
......@@ -126,6 +126,8 @@
height: 100%;
transform: scale(0);
opacity: 0;
opacity: 1\9;
animation-name: stretch-delay;
animation-duration: 10s;
animation-iteration-count: infinite;
......
/* .hot-project-banner start */
.hot-project-banner p {
width: 950px;
}
/* .hot-project-banner end */
/* .hot-project-introducer start*/
.hot-project-introducer .subtabs li:before {
......@@ -13,7 +10,6 @@
/* .hot-project-introducer end*/
/* .hot-project-tabs start */
.hot-project-tabs ul {
width: 950px;
margin: 0 auto;
border: 1px solid #f6f6f6;
}
......
......@@ -2,13 +2,14 @@
/* .hot-project-banner start */
.hot-project-banner {
p {
width: 950px;
//width: 950px;
}
}
/* .hot-project-banner end */
/* .hot-project-introducer start*/
.hot-project-introducer {
//width: 950px;
.subtabs {
li:before {
content: '●';
......@@ -24,7 +25,7 @@
.hot-project-tabs {
ul {
width: 950px;
//width: 950px;
margin: 0 auto;
border: 1px solid #f6f6f6;
li {
......
......@@ -228,7 +228,6 @@
font-size: 16px;
color: #000;
text-align: center;
cursor: pointer;
background: #f6f6f6;
transition-delay: .1s;
transition: background .5s, color .5s;
......
......@@ -242,7 +242,6 @@
font-size: 16px;
color: #000;
text-align: center;
cursor: pointer;
background: #f6f6f6;
transition-delay: .1s;
transition: background .5s, color .5s;
......
......@@ -475,27 +475,26 @@ hr.line-separate:after {
left: 0;
z-index: 999;
}
#header nav {
padding-left: 287.5px;
#header .nav {
font-size: 16px;
}
#header nav span {
#header .nav span {
float: left;
padding: 20px 0 10px;
margin-right: 34.84848485px;
margin-right: 33.82352941px;
}
#header nav span:last-child {
#header .nav span.last-one {
margin-right: 0;
}
#header nav a {
#header .nav a {
display: block;
color: #383838;
font-weight: bold;
padding: 10px;
border-bottom: 3px solid transparent;
}
#header nav a:hover,
#header nav a.active {
#header .nav a:hover,
#header .nav a.active {
border-bottom-color: #000;
}
/*header end*/
......@@ -559,7 +558,7 @@ hr.line-separate:after {
body #header .container {
width: 990px;
}
body #header .container nav {
body #header .container .nav {
padding-left: 247.5px;
}
body .banner .banner-box {
......@@ -570,7 +569,7 @@ hr.line-separate:after {
body #header .container {
width: 1150px;
}
body #header .container nav {
body #header .container .nav {
padding-left: 287.5px;
}
body .banner .banner-box {
......@@ -581,7 +580,7 @@ hr.line-separate:after {
body #header .container {
width: 1360px;
}
body #header .container nav {
body #header .container .nav {
padding-left: 340px;
}
body .banner .banner-box {
......
......@@ -73,14 +73,13 @@ hr.line-separate {
left: 0;
z-index: 999;
}
nav {
padding-left: @container-width / 4;
.nav {
font-size: 16px;
span {
float: left;
padding: 20px 0 10px;
margin-right: @container-width / 33; // 30px;
&:last-child {
margin-right: @container-width / 34; // 30px;
&.last-one {
margin-right: 0;
}
}
......@@ -176,7 +175,7 @@ hr.line-separate {
#header {
.container {
width: @cw;
nav {
.nav {
padding-left: @cw / 4;
}
}
......@@ -187,7 +186,6 @@ hr.line-separate {
}
}
}
body {
.screen();
}
\ No newline at end of file
......@@ -59,7 +59,7 @@
</div>
</div>
<div class="address-map">
<div class="clear">
<div class="clear address-map-box">
<div>
<span><img src="/images/about_us/icon01.png"/></span>
<h4>杭州枢纽科技</h4>
......
......@@ -32,12 +32,12 @@
<div id="header">
<div class="container">
<a class="logo" href="/"><img src="/images/logo.png" alt="logo"></a>
<nav class="clear">
<div class="clear nav">
<span><a href="/" class="{{navIndex}}">首页 / HOME</a></span>
<span><a href="/project" class="{{navProject}}">项目合作 / PROJECT</a></span>
<span><a href="/products" class="{{navProducts}}">最新产品 / PRODUCT</a></span>
<span><a href="/about" class="{{navAbout}}">关于我们 / ABOUT</a></span>
</nav>
<span class="last-one"><a href="/about" class="{{navAbout}}">关于我们 / ABOUT</a></span>
</div>
</div>
</div>
<div id="container">
......@@ -61,7 +61,7 @@
<script src="/javascripts/{{this}}.js"></script>
{{/each}}
{{/if}}
<script src="/javascripts/layout-ie8.min.js"></script>
<script>
var _hmt = _hmt || [];
(function () {
......
......@@ -2,10 +2,7 @@
<div class="banner-box">
<h1>海量资源 轻松抢单</h1>
<p>
以科技为手段,面向财富管理行业从业人员的运营服务提供商。
匹配用户风险偏好与投资品,利用互联网大数据,对用户行为、
市场、产品等进行详细的分析,系统为客户推荐多元化的投资组合,
避免客户与理财顾问之间可能的利益冲突,减少用户的投资理财成本支出,使投资人获得更多的收益。
以科技为手段,面向财富管理行业从业人员的运营服务提供商。匹配用户风险偏好与投资品,利用互联网大数据,对用户行为、市场、产品等进行详细的分析,系统为客户推荐多元化的投资组合,避免客户与理财顾问之间可能的利益冲突,减少用户的投资理财成本支出,使投资人获得更多的收益。
</p>
</div>
</div>
......
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