Commit c7ba6481 authored by liaili's avatar liaili

14

parent c5da3fc9
/* .about-us-banner start */ /* .about-us-banner start */
.about-us-banner { .about-us-banner {
height: 667px;
background: url("../images/index/banner.jpg") no-repeat center center; background: url("../images/index/banner.jpg") no-repeat center center;
background-size: cover; background-size: cover;
color: #fff; color: #fff;
text-align: center; text-align: center;
} }
.about-us-banner .banner-box { .about-us-banner .banner-box {
margin: 200px auto 0; margin: 0 auto;
color: #fff; color: #fff;
padding-top: 200px;
padding-bottom: 146px;
} }
.about-us-banner .banner-box h4 { .about-us-banner .banner-box h4 {
width: 100%;
font-size: 82px; font-size: 82px;
margin-top: 0; margin-top: 0;
margin-bottom: 35px; margin-bottom: 35px;
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
font-weight: normal; font-weight: normal;
} }
.about-us-banner .banner-box p { .about-us-banner .banner-box p {
width: 100%;
line-height: 48px; line-height: 48px;
font-size: 24px; font-size: 24px;
text-align: left; text-align: left;
...@@ -38,14 +37,12 @@ ...@@ -38,14 +37,12 @@
text-align: center; text-align: center;
} }
.about-us-banner-bottom hr { .about-us-banner-bottom hr {
display: block;
width: 73px; width: 73px;
border: 3px solid transparent; border: 3px solid transparent;
border-top-color: #0074c3; border-top-color: #0074c3;
margin: 0 auto; margin: 0 auto;
} }
.about-us-banner-bottom p { .about-us-banner-bottom p {
width: 990px;
margin: 550px auto 0; margin: 550px auto 0;
font-size: 22px; font-size: 22px;
line-height: 42px; line-height: 42px;
...@@ -54,104 +51,9 @@ ...@@ -54,104 +51,9 @@
/* .company-introduction start */ /* .company-introduction start */
.company-introduction { .company-introduction {
background: #f6f6f6; background: #f6f6f6;
/*div { padding-bottom: 80px;
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 { .company-introduction > div {
width: 1150px;
margin: 0 auto; margin: 0 auto;
padding-bottom: 80px; padding-bottom: 80px;
} }
...@@ -229,6 +131,12 @@ ...@@ -229,6 +131,12 @@
.company-introduction .friend-list a:nth-child(4) { .company-introduction .friend-list a:nth-child(4) {
border-top: 0; border-top: 0;
} }
.company-introduction .friend-list a:nth-child(5),
.company-introduction .friend-list a:nth-child(6),
.company-introduction .friend-list a:nth-child(7),
.company-introduction .friend-list a:nth-child(8) {
background-position: 0 38px;
}
/* .company-introduction end */ /* .company-introduction end */
/* .address-map */ /* .address-map */
.address-map { .address-map {
...@@ -297,6 +205,9 @@ ...@@ -297,6 +205,9 @@
width: 247.5px; width: 247.5px;
height: 247.5px; height: 247.5px;
} }
body .about-us-banner-bottom p {
width: 990px;
}
} }
@media screen and (min-width: 1281px) { @media screen and (min-width: 1281px) {
body .company-introduction > div, body .company-introduction > div,
...@@ -307,6 +218,9 @@ ...@@ -307,6 +218,9 @@
width: 287.5px; width: 287.5px;
height: 287.5px; height: 287.5px;
} }
body .about-us-banner-bottom p {
width: 1150px;
}
} }
@media screen and (min-width: 1441px) { @media screen and (min-width: 1441px) {
body .company-introduction > div, body .company-introduction > div,
...@@ -317,4 +231,7 @@ ...@@ -317,4 +231,7 @@
width: 340px; width: 340px;
height: 340px; height: 340px;
} }
body .about-us-banner-bottom p {
width: 1360px;
}
} }
...@@ -3,16 +3,16 @@ ...@@ -3,16 +3,16 @@
/* .about-us-banner start */ /* .about-us-banner start */
.about-us-banner { .about-us-banner {
height: 667px;
background: url("../images/index/banner.jpg") no-repeat center center; background: url("../images/index/banner.jpg") no-repeat center center;
background-size: cover; background-size: cover;
color: #fff; color: #fff;
text-align: center; text-align: center;
.banner-box { .banner-box {
margin: 200px auto 0; margin: 0 auto;
color: #fff; color: #fff;
padding-top:200px;
padding-bottom: 146px;
h4 { h4 {
width: 100%;
font-size: 82px; font-size: 82px;
margin-top: 0; margin-top: 0;
margin-bottom: 35px; margin-bottom: 35px;
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
font-weight: normal; font-weight: normal;
} }
p { p {
width: 100%;
line-height: 48px; line-height: 48px;
font-size: 24px; font-size: 24px;
text-align: left; text-align: left;
...@@ -43,14 +42,12 @@ ...@@ -43,14 +42,12 @@
text-align: center; text-align: center;
} }
hr { hr {
display: block;
width: 73px; width: 73px;
border: 3px solid transparent; border: 3px solid transparent;
border-top-color: #0074c3; border-top-color: #0074c3;
margin: 0 auto; margin: 0 auto;
} }
p { p {
width: 990px;
margin: 550px auto 0; margin: 550px auto 0;
font-size: 22px; font-size: 22px;
line-height: 42px; line-height: 42px;
...@@ -63,8 +60,8 @@ ...@@ -63,8 +60,8 @@
.company-introduction { .company-introduction {
background: #f6f6f6; background: #f6f6f6;
padding-bottom: 80px;
& > div { & > div {
width: @container-width;
margin: 0 auto; margin: 0 auto;
padding-bottom:80px; padding-bottom:80px;
} }
...@@ -145,104 +142,14 @@ ...@@ -145,104 +142,14 @@
&:nth-child(4) { &:nth-child(4) {
border-top: 0; border-top: 0;
} }
&:nth-child(5),
&:nth-child(6),
&:nth-child(7),
&:nth-child(8) {
background-position: 0 38px;
} }
} }
/*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 end */ /* .company-introduction end */
...@@ -331,6 +238,11 @@ ...@@ -331,6 +238,11 @@
height: @cw/4; height: @cw/4;
} }
} }
.about-us-banner-bottom {
p {
width: @cw;
}
}
} }
body { body {
......
...@@ -50,19 +50,19 @@ ...@@ -50,19 +50,19 @@
display: inline-block; display: inline-block;
position: relative; position: relative;
top: 20px; top: 20px;
width: 46px; width: 50px;
height: 46px; height: 46px;
margin-right: 6px; margin-right: 6px;
background: url("../images/hot_project/tabs01.png") no-repeat -46px -13px; background: url("https://res.fudou6.com/c/4/20160801/4u3OC5waWNfaGQ=_431x90.jpg") no-repeat -31px -21px;
} }
.hot-project-introducer > ul li:nth-child(2) > b { .hot-project-introducer > ul li:nth-child(2) > b {
background-position: -176px -13px; background-position: -150px -21px;
} }
.hot-project-introducer > ul li:nth-child(3) > b { .hot-project-introducer > ul li:nth-child(3) > b {
background-position: -329px -13px; background-position: -265px -22px;
} }
.hot-project-introducer > ul li:nth-child(4) > b { .hot-project-introducer > ul li:nth-child(4) > b {
background-position: -450px -13pxpx; background-position: -363px -21px;
} }
.hot-project-introducer > hr.line-separate { .hot-project-introducer > hr.line-separate {
width: 100%; width: 100%;
...@@ -313,42 +313,43 @@ ...@@ -313,42 +313,43 @@
bottom: 0; bottom: 0;
right: 0; right: 0;
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
z-index: 999; z-index: 10;
position: fixed; position: fixed;
} }
.modal-box .modal-dialog { .modal-box .modal-dialog {
position: fixed; position: fixed;
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-top: -300px; margin-top: -225px;
margin-left: -450px; margin-left: -300px;
width: 830px; width: 600px;
height: 600px; height: 450px;
background: #fff; background: #fff;
padding-left: 70px; padding-left: 70px;
} }
.modal-box .modal-dialog h4 { .modal-box .modal-dialog h4 {
margin-top: 69px; margin-top: 69px;
font-size: 35px; font-size: 30px;
color: #000; color: #000;
} }
.modal-box .modal-dialog h3 { .modal-box .modal-dialog h3 {
font-size: 45px; font-size: 30px;
font-weight: bold; font-weight: bold;
color: #ff4a4a; color: #ff4a4a;
margin: 43px 0; margin: 20px 0;
} }
.modal-box .modal-dialog h6 { .modal-box .modal-dialog h6 {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin-bottom: 20px; margin-bottom: 16px;
} }
.modal-box .modal-dialog p { .modal-box .modal-dialog p {
font-size: 18px; font-size: 14px;
width: 331px; line-height: 24px;
line-height: 28px;
} }
.modal-box .modal-dialog img { .modal-box .modal-dialog img {
width: 200px;
height: 300px;
position: absolute; position: absolute;
right: 55px; right: 55px;
top: 108px; top: 108px;
......
...@@ -119,20 +119,20 @@ ...@@ -119,20 +119,20 @@
display: inline-block; display: inline-block;
position: relative; position: relative;
top: 20px; top: 20px;
width: 46px; width: 50px;
height: 46px; height: 46px;
margin-right: 6px; margin-right: 6px;
background: url("../images/hot_project/tabs01.png") no-repeat -46px -13px; background: url("https://res.fudou6.com/c/4/20160801/4u3OC5waWNfaGQ=_431x90.jpg") no-repeat -31px -21px;
} }
} }
li:nth-child(2) > b { li:nth-child(2) > b {
background-position: -176px -13px; background-position: -150px -21px;
} }
li:nth-child(3) > b { li:nth-child(3) > b {
background-position: -329px -13px; background-position: -265px -22px;
} }
li:nth-child(4) > b { li:nth-child(4) > b {
background-position: -450px -13px; background-position: -363px -21px;
} }
} }
...@@ -417,40 +417,41 @@ ...@@ -417,40 +417,41 @@
bottom: 0; bottom: 0;
right: 0; right: 0;
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
z-index: 999; z-index: 10;
position: fixed; position: fixed;
.modal-dialog { .modal-dialog {
position: fixed; position: fixed;
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-top: -300px; margin-top: -225px;
margin-left: -450px; margin-left: -300px;
width: 830px; width: 600px;
height: 600px; height: 450px;
background: #fff; background: #fff;
padding-left: 70px; padding-left: 70px;
h4 { h4 {
margin-top: 69px; margin-top: 69px;
font-size: 35px; font-size: 30px;
color: #000; color: #000;
} }
h3 { h3 {
font-size: 45px; font-size: 30px;
font-weight: bold; font-weight: bold;
color: #ff4a4a; color: #ff4a4a;
margin: 43px 0; margin: 20px 0;
} }
h6 { h6 {
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin-bottom: 20px; margin-bottom: 16px;
} }
p { p {
font-size: 18px; font-size: 14px;
width: 331px; line-height: 24px;
line-height: 28px;
} }
img { img {
width: 200px;
height: 300px;
position: absolute; position: absolute;
right: 55px; right: 55px;
top: 108px; top: 108px;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</li> </li>
</ul> </ul>
<h2>合作伙伴</h2> <h2>合作伙伴</h2>
<div class="friend-list clear"> <div class="friend-list">
<a href="javascrpt:;" style="background-image:url(/images/about_us/zhongjiang.jpg);"></a> <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/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/guomin.jpg);"></a>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<h4>杭州枢纽科技</h4> <h4>杭州枢纽科技</h4>
<hr/> <hr/>
<p>浙江省杭州市余杭区良睦路1299号 互联网村5-305</p> <p>浙江省杭州市余杭区良睦路1299号 互联网村5-305</p>
<h3>400-888-8888</h3> <h3>400-879-9900</h3>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -111,8 +111,8 @@ ...@@ -111,8 +111,8 @@
<h4>中电投先融-西安灞桥</h4> <h4>中电投先融-西安灞桥</h4>
<h3>180天 </h3> <h3>180天 </h3>
<h6>基础设施类</h6> <h6>基础设施类</h6>
<p>认购光大信托计划,用于“绿源公司”发放信托贷款,用于建设西安绿源农产品批发市场项目</p> <p>认购光大信托计划,用于“绿源公司”发放信托贷款,<br/>用于建设西安绿源农产品批发市场项目</p>
<img src="/images/hot_project/success.jpg"> <img src="https://res.fudou6.com/c/4/20160801/zupNy5waWNfaGQ=_257x423.jpg">
<a href="javascript:void('close');" class="modal-dialog-close">&times;</a> <a href="javascript:void('close');" class="modal-dialog-close">&times;</a>
</div> </div>
</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