...
|
...
|
@@ -95,6 +95,23 @@ |
|
|
<div class="sub">提交</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<!--联系客服-->
|
|
|
<div class="callTel" style="display: none">
|
|
|
<div class="registerpop" style="width: 5.86rem;height: 3.48rem;">
|
|
|
<div class="cloudhead">
|
|
|
<p class="cloudone">
|
|
|
<img src="__TMPL__/public/assets/images/aicon02@2x.png" alt="">
|
|
|
</p>
|
|
|
<p class="authrity">客服电话</p>
|
|
|
<p class="cloudtwo">
|
|
|
<img src="__TMPL__/public/assets/images/aicon01@2x.png" alt="">
|
|
|
</p>
|
|
|
</div>
|
|
|
<div style="margin-top: 12%; font-size: 0.5rem; color: #05A1E3;">{$final.tel}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<!--用户协议-->
|
|
|
<div class="workerwapper" style="display:none">
|
|
|
<div class="worderpop">
|
...
|
...
|
@@ -344,6 +361,17 @@ |
|
|
<script src="__TMPL__/public/assets/js/example.js"></script>
|
|
|
|
|
|
<script>
|
|
|
$('.callTelAlert').click(function () {
|
|
|
$('.callTel').css('display','block');
|
|
|
});
|
|
|
|
|
|
$(".callTel").click(function(){
|
|
|
|
|
|
$(this).css("display","none")
|
|
|
});
|
|
|
$(".registerpop").click(function(){
|
|
|
window.event.stopPropagation();
|
|
|
})
|
|
|
var mySwiper = new Swiper('.swiper-container', {
|
|
|
pagination: {
|
|
|
el: '.swiper-pagination',
|
...
|
...
|
|