Commit c1a81b52 by Chao Sun

'返回结果样式修改'

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