12-29
parent
667cee0ab2
commit
2ed5fc1976
|
@ -309,8 +309,8 @@ body.active{
|
||||||
.seek .right .form-top textarea{
|
.seek .right .form-top textarea{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 82px;
|
height: 82px;
|
||||||
padding: 0 10px;
|
padding: 10px;
|
||||||
line-height: 44px;
|
line-height: 24px;
|
||||||
background: none;
|
background: none;
|
||||||
border: 1px solid rgba(255,255,255,0.5);
|
border: 1px solid rgba(255,255,255,0.5);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -723,8 +723,39 @@
|
||||||
.serve-survey .more{
|
.serve-survey .more{
|
||||||
height: 42px;
|
height: 42px;
|
||||||
margin-top: 22px;
|
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{
|
.serve-survey .more>a{
|
||||||
display: block;
|
display: block;
|
||||||
width: 162px;
|
width: 162px;
|
||||||
|
@ -740,6 +771,7 @@
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.serve-nav-bg{
|
.serve-nav-bg{
|
||||||
background-color: #72C152;
|
background-color: #72C152;
|
||||||
}
|
}
|
||||||
|
@ -1599,6 +1631,8 @@
|
||||||
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;
|
||||||
|
@ -2870,6 +2904,19 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 13px;
|
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){
|
@media screen and (max-width:350px){
|
||||||
.banner-title .left>strong{
|
.banner-title .left>strong{
|
||||||
|
|
Loading…
Reference in New Issue