mmeeting.html 3.83 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<meta content="email=no" name="format-detection">
<meta name="description" content="不超过150个字符"/>
<meta name="keywords" content=""/>
<meta content="caibaojian" name="author"/>
<meta name="referrer" content="no-referrer" />
<title>mingwork 明我|致力于打造更简单高效智能的会议体验</title>
  <link rel="shortcut icon" href="assests/favicon.ico" type="image/x-icon" />
  <script>
  if (/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) { //移动端
    
  } else {
    window.location="https://www.mingwork.com/meeting.html"
  }
</script>
<link rel="stylesheet" href="./css/reset.css">
<script type="text/javascript" src="./js/flexible.js"></script>
<script type="text/javascript" src="./js/Jquery.js"></script>
<link rel="stylesheet" href="./css/mCommon.css">
<style>
  .item img{
    width: 100%;
    display: block;
  }
</style>
</head>
<body>
  <header>
    <div class="menu1">
      <img class="menu" src="./assests/mheader/menu.png" />
      <a href="./mindex.html"><img class="logo" src="./assests/mheader/logo.png" /></a>
      <a href="https://dingdingmw.tmall.com/"><img class="shop" src="./assests/mheader/shop.png" /></a>
    </div>
    <ul>
      <li><a href="./mmeeting.html">明我智会</a></li>
      <li><a href="./mlaunch.html">多屏互连</a></li>
      <li><a href="./mhardware.html">智能硬件</a></li>
      <li><a href="./maboutUs.html">关于明我</a></li>
    </ul>
  </header>
  <div class="item">
    <img src="./assests/mmeeting/item1.jpg" />
  </div>
  <div class="item">
    <img src="./assests/mmeeting/item2.jpg" />
  </div>
  <div class="item">
    <img src="./assests/mmeeting/item3.jpg" />
  </div>
  <div class="item">
    <img src="./assests/mmeeting/item4.jpg" />
  </div>
  <div class="item">
    <img src="./assests/mmeeting/item5.jpg" />
  </div>
  <div class="item">
    <img src="./assests/mmeeting/item6.jpg" />
  </div>
  <footer>
    <div class="footerTitle">mingwork</div>
    <div class="footerTip"><a href="./maboutUs.html">关于明我</a></div>
    <div class="footerTitle">购买商城</div>
    <div class="footerTip"><a href="https://dingdingmw.tmall.com/">天猫官方店</a><a href="https://mall.jd.com/index-730770.html">京东官方店</a></div>
    <div class="footerTitle">上海明我信息技术有限公司</div>
    <div class="footerTip">
      <p>电话:021-80392866</p>
      <p>地址:上海市杨浦区伟德路6号13楼</p>
    </div>
    <div class="QrCode">
      <img src="./assests/mheader/QRcode.jpg"></div>
    </div>
    <div class="hrefList">
      友情链接 <a href="https://www.dingtalk.com/"> 钉钉官网 </a>| <a href="https://www.logitech.com.cn/">罗技官网</a> | <a href="https://www.tmall.com/">天猫</a> | <a href="https://www.jd.com/">京东</a>
    </div>
    <div class="copyright">
      <p>沪ICP备13029193号</p>
      <p>本网站直接或间接向消费者推销商品或者服务的商业宣传均属于“广告”(包装及参数、售后保障等商品信息除外)</p>
    </div>
  </footer>
</body>
<script>
  $('.menu').click(function(){
    if ($('.menu').attr('src') === './assests/mheader/close.png') {
      $('.menu').attr('src','./assests/mheader/menu.png')
      $('.logo').css('display','block');
      $('.shop').css('display','block');
      $('header').animate({height:"1rem"});
    } else {
      $('.menu').attr('src','./assests/mheader/close.png')
      $('.logo').css('display','none');
      $('.shop').css('display','none');
      $('header').animate({height:"100%"});
    }
    
  })
</script>
</html>