style:线上预约
Showing
4 changed files
with
15 additions
and
2 deletions
-
Please register or sign in to post a comment
... | ... | @@ -57,6 +57,7 @@ |
} | ||
.swiper-wrapper { | ||
box-sizing: border-box; | ||
background: #F7F9FB; | ||
} | ||
.swiper-slide li:nth-child(1) { | ||
margin-top: 23px; | ||
... | ... |
... | ... | @@ -9,7 +9,6 @@ function removeTabs(id) { |
} | ||
//设置ajax调取服务接口 | ||
function SetServicesPath() { | ||
return "http://192.168.2.108" | ||
} | ||
... | ... |