12-29
parent
667cee0ab2
commit
2ed5fc1976
|
@ -309,8 +309,8 @@ body.active{
|
|||
.seek .right .form-top textarea{
|
||||
width: 100%;
|
||||
height: 82px;
|
||||
padding: 0 10px;
|
||||
line-height: 44px;
|
||||
padding: 10px;
|
||||
line-height: 24px;
|
||||
background: none;
|
||||
border: 1px solid rgba(255,255,255,0.5);
|
||||
font-size: 14px;
|
||||
|
|
|
@ -723,8 +723,39 @@
|
|||
.serve-survey .more{
|
||||
height: 42px;
|
||||
margin-top: 22px;
|
||||
overflow: hidden;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
|
||||
/* 新增 */
|
||||
.serve-survey .more{
|
||||
position: relative;
|
||||
}
|
||||
.serve-survey .openEwm{
|
||||
background: #FFFFFF;
|
||||
width: 334px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 60px;
|
||||
z-index: -1;
|
||||
overflow: hidden;
|
||||
transition: all .6s;
|
||||
opacity: 0;
|
||||
}
|
||||
.serve-survey .openEwm img{
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 10px auto 0;
|
||||
}
|
||||
|
||||
.serve-survey .openEwm.cur{
|
||||
z-index: 10;
|
||||
box-shadow: 0 0 8px 3px rgba(0,0,0,0.1);
|
||||
opacity: 1;
|
||||
transition: all .6s;
|
||||
}
|
||||
/* 新增 */
|
||||
|
||||
|
||||
.serve-survey .more>a{
|
||||
display: block;
|
||||
width: 162px;
|
||||
|
@ -740,6 +771,7 @@
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
.serve-nav-bg{
|
||||
background-color: #72C152;
|
||||
}
|
||||
|
@ -1599,6 +1631,8 @@
|
|||
color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width:1600px){
|
||||
.banner-title .left>strong{
|
||||
font-size: 34px;
|
||||
|
@ -2870,6 +2904,19 @@
|
|||
width: 100%;
|
||||
font-size: 13px;
|
||||
}
|
||||
/* 新增 */
|
||||
.serve-survey .openEwm{
|
||||
background: #FFFFFF;
|
||||
width: calc(80% + 10px);
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 60px;
|
||||
z-index: -1;
|
||||
overflow: hidden;
|
||||
transition: all .6s;
|
||||
transform: translateX(-50%);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width:350px){
|
||||
.banner-title .left>strong{
|
||||
|
|
Loading…
Reference in New Issue