Browse Source

no message

master
xpz2018 3 years ago
parent
commit
36e48d7e1c
2 changed files with 56 additions and 1 deletions
  1. 55
      src/about/index.html
  2. 2
      src/skin/js/custom.js

55
src/about/index.html

@ -176,6 +176,61 @@ jQuery(document).ready(function($){
</div>
</footer>
</div>
<div class="scroll-tip">
<div id="wx-tip" style="display: flex;align-items: center; justify-content: center;width: 112px;height: 80px;background-color: white">
<img src="../skin/images/wx.png" width="43px" height="35px" />
<span style="margin-left:10px;font-size: 14px;"> 微信<br />咨询</span>
</div>
<div style="width: 112px;height: 1px;background-color: #0824F8;transform: scaleY(0.5);"></div>
<div id="phone-tip" style="display: flex;align-items: center; justify-content: center;width: 112px;height: 80px;background-color: white">
<img src="../skin/images/phone.png" width="35px" height="35px" />
<span style="margin-left:14px;font-size: 14px;"> 电话<br />咨询</span>
</div>
<div style="width: 112px;height: 1px;background-color: #0824F8;transform: scaleY(0.5);"></div>
<div id="zx-tp" style="display: flex;align-items: center; justify-content: center;width: 112px;height: 80px;background-color: white">
<img src="../skin/images/msg.png" width="35px" height="35px" />
<span style="margin-left:14px;font-size: 14px;"> 在线<br />咨询</span>
</div>
<div style="width: 112px;height: 1px;background-color: #0824F8;transform: scaleY(0.5);"></div>
<div id="tp-top" style="display: flex;align-items: center; justify-content: center;width: 112px;height: 80px;background-color: white">
<img src="../skin/images/top.png" width="35px" height="35px" />
<span style="margin-left:14px;font-size: 14px;"> 回到<br />顶部</span>
</div>
</div>
<div id="phone-toast" class="scroll-phone">153 6063 1530</div>
<div id="wx-toast" class="scroll-wx">
<img src="../skin/images/wx-code.png" width="323px" height="323px" />
</div>
<div id="dialog-tip" class="dialog-tip">
<div class="tp-dialog">
<div id="tp-close" class="tp-close">
<img src="../skin/images/close-d.png" width="20px" height="20px" />
</div>
<div id="tp-tip" class="tp-tip">
<img src="../skin/images/success.png" width="60px" height="60px" />
<div style="margin-top:18px">提交成功</div>
</div>
<div style="position: absolute;width: 420px;left: 248px;top: 60px;display: flex;align-items: center; justify-content: center;flex-direction: column;">
<div style="font-size:24px;line-height:20px;">在线咨询,获取优惠报价</div>
<div style="display: flex;margin-top: 36px;">
<div style="font-size: 18px;width: 80px;line-height: 45px;text-align:center;">姓名:</div>
<input id="name" type="text" placeholder="请输入" style="border: 1px solid #eaeaea;width: 360px;height: 45px;font-size: 16px"/>
</div>
<div style="display: flex;margin-top:0px;">
<div style="font-size: 18px;width: 80px;line-height: 45px;text-align:center;">电话:</div>
<input id="mobile" type="text" placeholder="请输入" style="border: 1px solid #eaeaea;width: 360px;height: 45px;font-size: 16px" maxlength="11" onkeyup="value=value.replace(/[^\d]/g,'')"/>
</div>
<div style="display: flex;margin-top: 0px;">
<div style="font-size: 18px;width: 80px;line-height: 45px;text-align:center;">需求:</div>
<!-- <textarea placeholder="请输入" style="border: 1px solid #eaeaea;width: 360px;height: 45px;font-size: 16px"/> -->
<textarea id="msg" class="tp-textarea" name="sign" rows="5" cols="30" placeholder="请输入"></textarea>
</div>
<div id="tp-submit" class="tp-submit">提交</div>
</div>
</div>
</div>
<script type="text/javascript" src="../skin/js/owl.carousel.min.js"></script>
<script type="text/javascript" src="../skin/js/lightbox.min.js"></script>
<script type="text/javascript" src="../skin/js/jquery.easing.min.js"></script>

2
src/skin/js/custom.js

@ -265,7 +265,7 @@ $(window).load(function() {
});
$('#tp-top').click(function(){
$('body,html').animate({scrollTop:0}, 1000);
$('body,html').animate({scrollTop:0}, 400);
})
$('#tp-submit').click(function(){

Loading…
Cancel
Save