Commit c1a81b52 by Chao Sun

'返回结果样式修改'

parent b53cbb65
......@@ -161,9 +161,9 @@ footer ul li.selected{
position: relative!important;
padding:0!important;
text-align: center!important;
width: 100%!important;
height: 115px!important;
line-height: 115px!important;
width: 100%!important;
height: 95px!important;
line-height: 95px!important;
}
.totast_content{
width: 100%;
......
......@@ -117,6 +117,21 @@ footer{
.content #btn3 {
top: 87%;
}
.layui-m-layercont{
position: relative!important;
padding:0!important;
text-align: center!important;
width: 100%!important;
height: 95px!important;
line-height: 95px!important;
}
.layui-m-layercont .service_item{
margin-top: 10%;
}
.layui-m-layercont p.service{
height:30px;
line-height:30px;
}
@media screen and (max-width: 1400px){
html,body{
font-size:12px;
......
......@@ -156,6 +156,7 @@ $(function(){
data:JSON.stringify(param),
headers:{"X-Authorization":token},
success:function(res){
if(res['success']){
// //提示
layer.open({
......@@ -172,6 +173,7 @@ $(function(){
})
})
}
//底部tab切换
$(".tab li").click(function(){
$(this).addClass("selected").siblings().removeClass("selected");
......
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