12.31
parent
da67d1fd0f
commit
c8675df43a
|
@ -171,7 +171,6 @@ body.active{
|
||||||
border-bottom: 3px solid #72C152;
|
border-bottom: 3px solid #72C152;
|
||||||
}
|
}
|
||||||
.head .nav li:hover>a{
|
.head .nav li:hover>a{
|
||||||
transform: rotateY(360deg);
|
|
||||||
transition: all .8s;
|
transition: all .8s;
|
||||||
}
|
}
|
||||||
.head .nav li.active:hover>a{
|
.head .nav li.active:hover>a{
|
||||||
|
@ -355,6 +354,9 @@ body.active{
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
.contact .left p a{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
.contact .middle{
|
.contact .middle{
|
||||||
width: 46%;
|
width: 46%;
|
||||||
|
|
102
css/style.css
102
css/style.css
|
@ -103,7 +103,9 @@
|
||||||
transition: all 0.6s;
|
transition: all 0.6s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wap-bottom{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/* 评估 */
|
/* 评估 */
|
||||||
.index-assess{
|
.index-assess{
|
||||||
padding: 22px 0;
|
padding: 22px 0;
|
||||||
|
@ -268,6 +270,9 @@
|
||||||
margin: 35px 3.5% 0 0;
|
margin: 35px 3.5% 0 0;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.case-list li a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.case-list li:nth-of-type(3n){
|
.case-list li:nth-of-type(3n){
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
@ -287,6 +292,11 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #72C152;
|
color: #72C152;
|
||||||
transition: all .8s;
|
transition: all .8s;
|
||||||
|
display: block;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
.case-list li span{
|
.case-list li span{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -373,6 +383,9 @@
|
||||||
margin: 35px 3.5% 0 0;
|
margin: 35px 3.5% 0 0;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.case-list-bs li a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.case-list-bs li:nth-of-type(3n){
|
.case-list-bs li:nth-of-type(3n){
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
@ -392,6 +405,11 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #72C152;
|
color: #72C152;
|
||||||
transition: all .8s;
|
transition: all .8s;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
.case-list-bs li span{
|
.case-list-bs li span{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -855,12 +873,32 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
.sider-case li a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.case-content{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.case-content .news-left{
|
||||||
|
width: 73%;
|
||||||
|
}
|
||||||
|
.case-content .news-right{
|
||||||
|
width: 24%;
|
||||||
|
}
|
||||||
|
.case-content .news-right .section:first-child{
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
.sider-case li p{
|
.sider-case li p{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 2.5;
|
line-height: 2.5;
|
||||||
color: #72C152;
|
color: #72C152;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow:ellipsis;
|
||||||
}
|
}
|
||||||
.sider-case li span{
|
.sider-case li span{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -924,6 +962,8 @@
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
.sider-contact textarea{
|
.sider-contact textarea{
|
||||||
|
padding: 13px 21px;
|
||||||
|
line-height: 24px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
}
|
}
|
||||||
.sider-contact input::-webkit-input-placeholder,
|
.sider-contact input::-webkit-input-placeholder,
|
||||||
|
@ -990,6 +1030,8 @@
|
||||||
}
|
}
|
||||||
.page-list select{
|
.page-list select{
|
||||||
appearance:none;
|
appearance:none;
|
||||||
|
-ms-appearance:none;
|
||||||
|
-o-appearance:none;
|
||||||
-moz-appearance:none;
|
-moz-appearance:none;
|
||||||
-webkit-appearance:none;
|
-webkit-appearance:none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -1000,6 +1042,10 @@
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
.page-list select>option{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* 融资百科 */
|
/* 融资百科 */
|
||||||
.news-item{
|
.news-item{
|
||||||
|
@ -1523,6 +1569,8 @@
|
||||||
}
|
}
|
||||||
.estimate span>textarea{
|
.estimate span>textarea{
|
||||||
height: 160px;
|
height: 160px;
|
||||||
|
padding: 12px 18px;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.estimate button{
|
.estimate button{
|
||||||
|
@ -1595,6 +1643,8 @@
|
||||||
}
|
}
|
||||||
.order textarea{
|
.order textarea{
|
||||||
height: 160px;
|
height: 160px;
|
||||||
|
padding: 13px 20px;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order button{
|
.order button{
|
||||||
|
@ -1631,8 +1681,6 @@
|
||||||
color: rgba(0,0,0,0.5);
|
color: rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width:1600px){
|
@media screen and (max-width:1600px){
|
||||||
.banner-title .left>strong{
|
.banner-title .left>strong{
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
|
@ -2187,6 +2235,40 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:768px){
|
@media screen and (max-width:768px){
|
||||||
|
body{
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
.wap-bottom{
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 50px;
|
||||||
|
background-color: #72C152;
|
||||||
|
overflow: hidden;
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
.wap-bottom a,
|
||||||
|
.wap-bottom .btn{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
width: 50%;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
.wap-bottom .btn{
|
||||||
|
background: none;
|
||||||
|
border: 0;
|
||||||
|
line-height: 50px;
|
||||||
|
border-right: 1px solid rgba(255,255,255,0.6);
|
||||||
|
}
|
||||||
|
.wap-bottom img{
|
||||||
|
height: 20px;
|
||||||
|
margin: 15px 5px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* 首页 */
|
/* 首页 */
|
||||||
.w1300{
|
.w1300{
|
||||||
width: 92% !important;
|
width: 92% !important;
|
||||||
|
@ -2194,7 +2276,8 @@
|
||||||
|
|
||||||
/* banner */
|
/* banner */
|
||||||
.banner-swiper{
|
.banner-swiper{
|
||||||
height: 270px;
|
height: auto;
|
||||||
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
.banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
|
.banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
|
||||||
.banner-swiper .swiper-pagination-custom,
|
.banner-swiper .swiper-pagination-custom,
|
||||||
|
@ -2349,9 +2432,12 @@
|
||||||
margin: 20px 0 0;
|
margin: 20px 0 0;
|
||||||
}
|
}
|
||||||
.case-list-bs li>.case-img{
|
.case-list-bs li>.case-img{
|
||||||
height: 220px;
|
height: 210px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
.case-list-bs li>.case-img img{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.case-list-bs li p{
|
.case-list-bs li p{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
@ -2643,6 +2729,12 @@
|
||||||
.pull-content{
|
.pull-content{
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
.case-content .news-left{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.case-content .news-right{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.pull-content .index-news{
|
.pull-content .index-news{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue