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