...
|
...
|
@@ -108,7 +108,7 @@ |
|
|
</div>
|
|
|
|
|
|
<!--联系客服-->
|
|
|
<div class="registerwrapper" >
|
|
|
<div class="callTel" style="display: none">
|
|
|
<div class="registerpop" style="width: 5.86rem;height: 4.48rem;">
|
|
|
<div class="cloudhead">
|
|
|
<p class="cloudone">
|
...
|
...
|
@@ -120,7 +120,7 @@ |
|
|
|
|
|
</p>
|
|
|
</div>
|
|
|
<div style="margin-top: 12%; font-size: 0.8rem;">1232131</div>
|
|
|
<div style="margin-top: 12%; font-size: 0.6rem;">1232131</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -285,14 +285,8 @@ |
|
|
<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=HGLBZ-WD66X-2H74V-TJ6NI-NHNWZ-DNBJ5"></script>
|
|
|
<script>
|
|
|
$('.callTel').click(function () {
|
|
|
|
|
|
$.alert({
|
|
|
title: '标题',
|
|
|
text: '内容文案',
|
|
|
onOK: function () {
|
|
|
//点击确认
|
|
|
}
|
|
|
});
|
|
|
window.event.stopPropagation();
|
|
|
$(this).css('display','block');
|
|
|
});
|
|
|
|
|
|
var mySwiper = new Swiper('.swiper-container', {
|
...
|
...
|
|