| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733 |
- <?php if (!defined('THINK_PATH')) exit(); /*a:3:{s:72:"D:\wamp64\www\Home-Data\public/../application/home\view\index\index.html";i:1560391876;s:64:"D:\wamp64\www\Home-Data\application\home\view\layout\header.html";i:1560388206;s:64:"D:\wamp64\www\Home-Data\application\home\view\layout\footer.html";i:1560130100;}*/ ?>
- <!DOCTYPE HTML>
- <html lang="zxx">
- <head>
- <title>AQM</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta charset="utf-8">
- <meta name="keywords" content=""/>
- <link rel="SHORTCUT ICON" href="<?php echo HOME_SITE_ROOT; ?>/images/LOGO.png"/>
- <script src="<?php echo PLUGINS_SITE_ROOT; ?>/jquery-2.1.4.min.js"></script>
- <!--引用百度地图API-->
- <style type="text/css">
- html, body {
- margin: 0;
- padding: 0;
- }
- .iw_poi_title {
- color: #CC5522;
- font-size: 14px;
- font-weight: bold;
- overflow: hidden;
- padding-right: 13px;
- white-space: nowrap
- }
- .iw_poi_content {
- font: 12px arial, sans-serif;
- overflow: visible;
- padding-top: 4px;
- white-space: -moz-pre-wrap;
- word-wrap: break-word
- }
- </style>
- <script type="text/javascript" src="http://api.map.baidu.com/api?key=&v=1.1&services=true"></script>
- <script>
- addEventListener("load", function () {
- setTimeout(hideURLbar, 0);
- }, false);
- function hideURLbar() {
- window.scrollTo(0, 1);
- }
- </script>
- <!-- Bootstrap Core CSS -->
- <link href="<?php echo HOME_SITE_ROOT; ?>/css/bootstrap.css" rel='stylesheet' type='text/css'/>
- <!-- gallery css -->
- <link rel="stylesheet" href="<?php echo HOME_SITE_ROOT; ?>/css/swipebox.css">
- <!-- Custom CSS -->
- <link href="<?php echo HOME_SITE_ROOT; ?>/css/style.css" rel='stylesheet' type='text/css'/>
- <!-- font-awesome icons -->
- <link href="<?php echo HOME_SITE_ROOT; ?>/css/fontawesome-all.min.css" rel="stylesheet">
- <!-- //Custom Theme files -->
- <!--webfonts-->
- <link href="http://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
- rel="stylesheet">
- <!--//webfonts-->
- </head>
- <body>
- <!-- header -->
- <!--<header style="position: fixed; width: 100%; background: #111; opacity: 0.8;">-->
- <header style="width: 100%; background: #010101;">
- <div class="container" style="height: 30px; line-height: 1;">
- <?php if($user_info['user_id']): ?>
- <nav class="navbar navbar-expand-lg navbar-light" style="display: flex; justify-content: flex-end;">
- <a href="/user/register/index.html" class="px-2 text-uppercase font-weight-bold"
- style="cursor: pointer; color: #fff; font-size: 12px;">
- 购物车
- </a>
- <a href="/User/login/index.html" class="px-2 text-uppercase font-weight-bold"
- style="cursor: pointer; color: #fff; font-size: 12px;">
- 支持服务
- </a>
- <a href="/User/index/index.html" class="px-2 text-uppercase font-weight-bold"
- style="cursor: pointer; color: #fff; font-size: 12px;">
- <?php echo \think\Session::get('user_email'); ?>
- </a>
- <a href="/User/Login/logout.html" class="px-2 text-uppercase font-weight-bold"
- style="cursor: pointer; color: #fff; font-size: 12px; margin-right: 18px;">
- 安全退出
- </a>
- </nav>
- <?php else: ?>
- <nav class="navbar navbar-expand-lg navbar-light" style="display: flex; justify-content: flex-end;">
- <a href="/user/register/index.html" class="btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold"
- style="cursor: pointer; color: #fff; font-size: 12px;">
- 注册
- </a>
- <a href="/User/login/index.html" class="btn-lg-block w3ls-btn px-4 text-uppercase font-weight-bold"
- style="cursor: pointer; color: #fff; font-size: 12px;">
- 登陆
- </a>
- </nav>
- <?php endif; ?>
- </div>
- <div style="border-bottom: 1px solid #505050;"></div>
- <div class="container" style="height: 40px; line-height: 0.8;">
- <nav class="navbar navbar-expand-lg navbar-light">
- <a class="navbar-brand" style="color: #fff; font-weight: 800;" href="index.html">
- ANQUANMAO
- </a>
- <button class="navbar-toggler ml-md-auto" type="button" data-toggle="collapse"
- data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
- aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
- <ul class="navbar-nav mx-auto text-center" style="margin-right: 0 !important;">
- <li class="nav-item mr-3">
- <a id="home_index" class="nav-link" href="<?php echo url('home/index/index'); ?>">首页</a>
- </li>
- <li class="nav-item mr-3">
- <a id="home_product" class="nav-link" href="<?php echo url('home/product/product'); ?>">产品与服务</a>
- </li>
- <li id="home_about" class="nav-item mr-3">
- <a class="nav-link" href="<?php echo url('home/about/about'); ?>">关于我们</a>
- </li>
- <li id="home_contact" class="nav-item mr-3">
- <a class="nav-link" href="<?php echo url('home/contact/contact'); ?>">联系我们</a>
- </li>
- </ul>
- </div>
- </nav>
- </div>
- <div style="border-bottom: 1px solid #505050;"></div>
- </header>
- <script type="text/javascript">
- const pathName = window.location.pathname
- if (pathName == '/home/index/index.html') {
- $("#home_index").attr("class","nav-link active")
- }
- if (pathName == '/home/product/product.html') {
- $("#home_product").attr("class","nav-link active")
- }
- if (pathName == '/home/about/about.html') {
- $("#home_about").attr("class","nav-item dropdown mr-3 active")
- }
- if (pathName == '/home/contact/contact.html') {
- $("#home_contact").attr("class","nav-item dropdown mr-3 active")
- }
- </script>
- <!-- //header -->
- <!-- banner -->
- <div class="banner" id="home">
- <div class="container">
- <div class="text-center">
- <div class="callbacks_container" style="min-height: 320px; height: 32vw;">
- <ul class="rslides" id="slider3">
- <li>
- <div class="slider-info" style="text-align: left !important;">
- <p style="font-size: 2.8vw;">全球足球/篮球/网球</p>
- <p style="font-size: 2.8vw; margin-top: -20px;">赛事数据覆盖</p>
- <p style="font-size: 4vw; color: #00DDB4; margin-top: -20px; text-decoration:underline">
- SPECIALITY</p>
- <p style="font-size: 1vw; margin-top: -20px;">200+国家和地区/2600+足球赛事/500+篮球赛事 </p>
- </div>
- </li>
- <li>
- <div class="slider-info" style="text-align: left !important;">
- <p style="font-size: 2.8vw;">全球足球/篮球/网球</p>
- <p style="font-size: 2.8vw; margin-top: -20px;">赛事数据覆盖</p>
- <p style="font-size: 4vw; color: #00DDB4; margin-top: -20px; text-decoration:underline">
- SPECIALITY</p>
- <p style="font-size: 1vw; margin-top: -20px;">200+国家和地区/2600+足球赛事/500+篮球赛事 </p>
- </div>
- </li>
- <li>
- <div class="slider-info" style="text-align: left !important;">
- <p style="font-size: 2.8vw;">全球足球/篮球/网球</p>
- <p style="font-size: 2.8vw; margin-top: -20px;">赛事数据覆盖</p>
- <p style="font-size: 4vw; color: #00DDB4; margin-top: -20px; text-decoration:underline">
- SPECIALITY</p>
- <p style="font-size: 1vw; margin-top: -20px;">200+国家和地区/2600+足球赛事/500+篮球赛事 </p>
- </div>
- </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- <!-- //banner -->
- <!-- about -->
- <!--<section class="about-w3ls" id="about">
- <div class="container">
- <div class="jumbotron text-center pt-0">
- <!–<img src="images/about.jpg" alt="" class="img-fluid rounded-circle">–>
- <h1 class="ab-title my-5">我们的服务</h1>
- <h2 class="lead">Donec consequat sapien ut leo cursus rhoncus. Nullam dui mi, vulputate ac metus at, semper varius orci. Nulla accumsan
- ac elit in congue.</h2>
- <hr class="my-4">
- <p>rerum hic tenetur a sapiente delectus reiciendis maiores alias consequatur aut consequat sapien ut leo cursus rhoncus.
- Nullam dui mi, vulputate ac metus .</p>
- <p class="lead">
- <a class="btn btn-primary btn-lg mt-3 scroll" href="#services" role="button">Learn more</a>
- </p>
- </div>
- </div>
- </section>-->
- <!-- //about -->
- <!--services-->
- <div class="agileits-services py-md-5 py-3" id="services">
- <div class="container">
- <h3 class="w3ls-title text-center text-capitalize pb-md-5 pb-4" style=" color: #111; font-weight: 700;">我们的服务<p
- style="font-size: 12px;">Our Waiter
- <p></h3>
- <div class="agileits-services-row row py-md-5 pb-5">
- <?php if(is_array($information) || $information instanceof \think\Collection || $information instanceof \think\Paginator): if( count($information)==0 ) : echo "" ;else: foreach($information as $key=>$menu): if($menu['homeinformation_type'] == 'waiter'): ?>
- <div class="col-lg-3 col-md-6 agileits-services-grids mt-md-0 mt-3" style="background: #<?php echo $menu['homeinformation_bgcolor']; ?>;">
- <h4 class="mt-2 mb-3" style=" color: #fff"><?php echo $menu['homeinformation_name']; ?></h4>
- <p><?php echo $menu['homeinformation_content']; ?></p>
- <img src="<?php echo HOME_SITE_ROOT; ?><?php echo $menu['homeinformation_bgImg']; ?>">
- </div>
- <?php endif; endforeach; endif; else: echo "" ;endif; ?>
- </div>
- </div>
- </div>
- <!-- team -->
- <section class="wthree-row py-5" id="team">
- <div class="container py-md-5 py-3">
- <div class="py-md-5 py-3 bg-pricemain text-center">
- <h3 class="w3ls-title text-center text-capitalize pb-md-5 pb-4" style=" color: #111; font-weight: 700;">
- 解决方案<p style="font-size: 12px;">The Solution
- <p></h3>
- </div>
- <div class="row">
- <div class="col-lg-3 col-sm-6 team-grids">
- <div class="team-effect" onmouseover="move(1)" onmouseout="moveOut(1)">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/t1.png" alt="img" class="img-responsive">
- <div id="team-img-text-1" class="team-img-text" style="display: none">
- <?php echo $information['4']['homeinformation_content']; ?>
- </div>
- </div>
- <!-- team text -->
- <div class="footerv2-w3ls mt-3" style="text-align: center;">
- <h4 id="team-title-1" style="color: #111"><?php echo $information['4']['homeinformation_name']; ?></h4>
- <p id="team-en-1" style="color: #111"><?php echo $information['4']['homeinformation_en']; ?></p>
- <div id="team-line-1" class="team-line" style="border-bottom: 1px solid #111;"></div>
- </div>
- <!-- //team text -->
- </div>
- <div class="col-lg-3 col-sm-6 team-grids mt-sm-0 mt-5">
- <!-- team text -->
- <div class="footerv2-w3ls mt-3" style="text-align: center;">
- <h4 id="team-title-2" style="color: #111"><?php echo $information['5']['homeinformation_name']; ?></h4>
- <p id="team-en-2" style="color: #111"><?php echo $information['5']['homeinformation_en']; ?></p>
- <div id="team-line-2" class="team-line" style="border-bottom: 1px solid #111;"></div>
- </div>
- <!-- //team text -->
- <div class="team-effect" onmouseover="move(2)" onmouseout="moveOut(2)">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/t3.png" alt="img" class="img-responsive">
- <div id="team-img-text-2" class="team-img-text" style="display: none">
- <?php echo $information['5']['homeinformation_content']; ?>
- </div>
- </div>
- </div>
- <div class="col-lg-3 col-sm-6 team-grids mt-lg-0 mt-5">
- <div class="team-effect" onmouseover="move(3)" onmouseout="moveOut(3)">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/t2.png" alt="img" class="img-responsive">
- <div id="team-img-text-3" class="team-img-text" style="display: none">
- <?php echo $information['6']['homeinformation_content']; ?>
- </div>
- </div>
- <!-- team text -->
- <div class="footerv2-w3ls mt-3" style="text-align: center;">
- <h4 id="team-title-3" style="color: #111"><?php echo $information['6']['homeinformation_name']; ?></h4>
- <p id="team-en-3" style="color: #111"><?php echo $information['6']['homeinformation_en']; ?></p>
- <div id="team-line-3" class="team-line" style="border-bottom: 1px solid #111;"></div>
- </div>
- <!-- //team text -->
- </div>
- <div class="col-lg-3 col-sm-6 team-grids mt-lg-0 mt-5">
- <!-- team text -->
- <div class="footerv2-w3ls mt-3" style="text-align: center;">
- <h4 id="team-title-4" style="color: #111"><?php echo $information['7']['homeinformation_name']; ?></h4>
- <p id="team-en-4" style="color: #111"><?php echo $information['7']['homeinformation_en']; ?></p>
- <div id="team-line-4" class="team-line" style="border-bottom: 1px solid #111;"></div>
- <!-- //team text -->
- <div class="team-effect" onmouseover="move(4)" onmouseout="moveOut(4)">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/t4.png" alt="img" class="img-responsive">
- <div id="team-img-text-4" class="team-img-text" style="display: none">
- <?php echo $information['7']['homeinformation_content']; ?>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- //services-->
- <!-- stats -->
- <section class="agile_stats text-center py-5" id="about">
- <div class="container pt-sm-5">
- <div class="stats_agile mb-sm-5 mb-3">
- <h3 class="w3ls-title text-center text-capitalize pb-md-5 pb-4" style=" color: #fff; font-weight: 700;">了解我们
- <p style="font-size: 12px; color: #fff;">Learn More About Our
- <p></h3>
- </div>
- <div class="row">
- <div class="col-lg-3 col-md-6">
- <div class="pt-5 px-3 pb-3">
- <div class="counter-our-number">
- <span style="font-size: 80px">11</span>
- <span style="margin-top: 15px">年</span>
- </div>
- <p class="count-text text-capitalize" style="color: #FF91A2">11年互联网技术的革新</p>
- </div>
- </div>
- <div class="col-lg-3 col-md-6 mt-md-0 mt-sm-5 mt-3">
- <div class="pt-5 px-3 pb-3">
- <div class="counter-our-number">
- <span style="font-size: 80px">150</span>
- <span style="margin-top: 15px">名</span>
- </div>
- <p class="count-text text-capitalize" style="color: #FF91A2">150名有激情的思想的队友</p>
- </div>
- </div>
- <div class="col-lg-3 col-md-6 mt-lg-0 mt-sm-5 mt-3">
- <div class="pt-5 px-3 pb-3">
- <div class="counter-our-number">
- <span style="font-size: 80px">4</span>
- <span style="margin-top: 15px">大</span>
- </div>
- <p class="count-text text-capitalize" style="color: #FF91A2">4大业务体系整合开发</p>
- </div>
- </div>
- <div class="col-lg-3 col-md-6 mt-lg-0 mt-sm-5 mt-3">
- <div class="pt-5 px-3 pb-3">
- <div class="counter-our-number"><span style="font-size: 80px">800+</span></div>
- <p class="count-text text-capitalize" style="color: #FF91A2">4大业务体系整合开发</p>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- //stats -->
- <!-- //team -->
- <!--<div class="tlinks">Collect from <a href="http://www.cssmoban.com/" >建站模板</a></div>-->
- <!-- gallery -->
- <!--<div class="gallery py-md-5 py-3" id="gallery">
- <div class="container">
- <h3 class="w3ls-title text-center text-capitalize py-md-4 py-3">gallery</h3>
- <div class="gallery_gds row pt-md-5 pt-3">
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g1.jpg" class="swipebox" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis. Praesent non purus fermentum, eleifend velit non">
- <img class="img-responsive img-style row2" src="images/g1.jpg" alt="" />
- </a>
- </div>
- </div>
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g2.jpg" class="swipebox" title="Duis maximus tortor diam, ac lobortis justo rutrum quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent non purus fermentum, eleifend velit non">
- <img src="images/g2.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g3.jpg" class="swipebox" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis. Praesent non purus fermentum, eleifend velit non">
- <img src="images/g3.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- </div>
- <div class="gallery_gds row">
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g4.jpg" class="swipebox" title="Praesent non purus fermentum, eleifend velit non Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis.">
- <img src="images/g4.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g5.jpg" class="swipebox" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis. Praesent non purus fermentum, eleifend velit non">
- <img src="images/g5.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g6.jpg" class="swipebox" title="Duis maximus tortor diam, ac lobortis justo rutrum quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent non purus fermentum, eleifend velit non">
- <img src="images/g6.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- </div>
- <div class="row pb-md-5 pb-3">
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g7.jpg" class="swipebox" title="Praesent non purus fermentum, eleifend velit non Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis.">
- <img src="images/g7.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g8.jpg" class="swipebox" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis maximus tortor diam, ac lobortis justo rutrum quis. Praesent non purus fermentum, eleifend velit non">
- <img src="images/g8.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- <div class="col-4 gal-w3l">
- <div class="agileits-img">
- <a href="images/g9.jpg" class="swipebox" title="Duis maximus tortor diam, ac lobortis justo rutrum quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent non purus fermentum, eleifend velit non">
- <img src="images/g9.jpg" alt="" class="img-responsive img-style row2" />
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>-->
- <!-- //gallery -->
- <!-- pricing -->
- <section class="wthree-row py-md-5 pt-sm-5" id="pricing">
- <div class="container py-md-5 py-3">
- <h3 class="w3ls-title text-center text-capitalize pb-md-5 pb-4" style=" color: #111; font-weight: 700;">合作伙伴<p
- style="font-size: 12px; color: #111;">The Partners
- <p></h3>
- <div style="text-align: center;">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-1.png" style="width: 22%;">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-2.png" style="width: 22%">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-3.png" style="width: 22%">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-4.png" style="width: 22%">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-5.png" style="width: 22%">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-6.png" style="width: 22%">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-7.png" style="width: 22%">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-8.png" style="width: 22%">
- </div>
- </div>
- </section>
- <!-- footer -->
- <footer style="background: #22252E; padding: 20px 0 20px 0;" id="contact">
- <div class="container">
- <!-- footer grid top -->
- <div class="footerv2-w3ls">
- <div class="row">
- <!-- footer grid top -->
- <div class="col-lg-3 col-md-6">
- <img src="<?php echo HOME_SITE_ROOT; ?>/images/partners-3.png" style="width: 200px; border-right: 1px solid #707070;">
- </div>
- <div class="col-lg-3 col-md-6">
- <h4 style="color: #fff">联系我们</h4>
- <div style="margin-top: 15px; font-family: initial;">
- <span style="color: #fff">电话/微信:</span>
- <span style="color: #fff">1234556777</span>
- </div>
- <div style="margin-top: 5px; font-family: initial;">
- <span style="color: #fff">邮箱:</span>
- <span style="color: #fff">jdasd@jmdnas.com</span>
- </div>
- <div style="margin-top: 5px; font-family: initial;">
- <span style="color: #fff">QQ:</span>
- <span style="color: #fff">817272823</span>
- </div>
- <div style="margin-top: 5px; font-family: initial;">
- <span style="color: #fff">地址:</span>
- <span style="color: #fff">成都市</span>
- </div>
- </div>
- <div style="width:500px;height:200px;border-bottom:#ccc solid 1px;" id="dituContent"></div>
- </div>
- </div>
- <div style="border-bottom: 1px solid #707070; margin-top: 20px; margin-bottom: 10px; width: 99999999999px; margin-left: -99999px;"></div>
- <!-- copyright -->
- <div style="text-align: center">
- <p style="color: #9597A2; font-family: initial;">成都市的打卡的有限公司 上海虹口区东岸大拉独立192号</p>
- <p style="color: #9597A2; font-family: initial; margin-top: -15px;">增值电信业务经营许可证:<span
- style="color: #2B7CD2">川B2-99329239 川A4-3821883</span> kdjad@2921
- jdasjdsdsaakdk kdkdsak <span style="color: #2B7CD2"> 免费声明</span></p>
- </div>
- <!-- //copyright -->
- </div>
- </footer>
- <!-- //footer -->
- <!-- order modal -->
- <div style="position: fixed; height: 520px; margin: auto; top: 0; left: 0; bottom: 0; right: 0; overflow-x: hidden !important; overflow-y: hidden !important;"
- class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel1"
- aria-hidden="true">
- <div class="modal-dialog" role="document">
- <div class="modal-content">
- <div class="modal-header">
- <h5 class="modal-title text-capitalize" id="exampleModalLabel1">登陆</h5>
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
- <span aria-hidden="true">×</span>
- </button>
- </div>
- <div class="modal-body">
- <form action="#" method="post" class="p-3">
- <div class="form-group">
- <label for="recipient-name" class="col-form-label">Your Name</label>
- <input type="text" class="form-control" placeholder=" " name="Name" id="recipient-name"
- required="">
- </div>
- <div class="form-group">
- <label for="recipient-name1" class="col-form-label">Your Email</label>
- <input type="email" class="form-control" placeholder=" " name="Name" id="recipient-name1"
- required="">
- </div>
- <div class="form-group">
- <label for="recipient-name2" class="col-form-label">Phone</label>
- <input type="text" class="form-control" placeholder=" " name="Name" id="recipient-name2"
- required="">
- </div>
- <!--<div class="form-group">
- <label class="mr-2 col-form-label">Pick Up</label>
- <input id="datepicker1" name="check in" type="text" value="mm/dd/yyyy" class="form-control" required="">
- </div>
- <div class="form-group">
- <label class="mr-2 col-form-label">Delivery </label>
- <input id="datepicker2" name="check out" type="text" value="mm/dd/yyyy" class="form-control" required="">
- </div>
- <div class="form-check">
- <label class="form-check-label col-form-label" for="l1">
- <input type="checkbox" class="form-check-input" value="" id="l1">Wash& Fold
- </label>
- </div>
- <div class="form-check">
- <label class="form-check-label col-form-label" for="l2">
- <input type="checkbox" class="form-check-input" value="" id="l2">Handwash
- </label>
- </div>
- <div class="form-check">
- <label class="form-check-label col-form-label" id="l3">
- <input type="checkbox" class="form-check-input" value="" id="13">Dry Clean
- </label>
- </div>
- <div class="form-check">
- <label class="form-check-label col-form-label" for="l4">
- <input type="checkbox" class="form-check-input" value="" id="l4">Carpets
- </label>
- </div>
- <div class="form-group">
- <label for="comment" class="col-form-label">Pickup Address:</label>
- <textarea class="form-control" rows="5" id="comment"></textarea>
- </div>-->
- <div class="right-w3l">
- <input type="submit" class="form-control" value="pick my laundry">
- </div>
- </form>
- </div>
- </div>
- </div>
- </div>
- <!-- //order modal -->
- <!-- js-->
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/jquery-2.2.3.min.js"></script>
- <!-- js-->
- <!-- Banner text Responsiveslides -->
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/responsiveslides.min.js"></script>
- <script type="text/javascript">
- //创建和初始化地图函数:
- function initMap() {
- createMap();//创建地图
- setMapEvent();//设置地图事件
- addMapControl();//向地图添加控件
- }
- //创建地图函数:
- function createMap() {
- var map = new BMap.Map("dituContent");//在百度地图容器中创建一个地图
- var point = new BMap.Point(104.070632, 30.588746);//定义一个中心点坐标
- map.centerAndZoom(point, 18);//设定地图的中心点和坐标并将地图显示在地图容器中
- window.map = map;//将map变量存储在全局
- }
- //地图事件设置函数:
- function setMapEvent() {
- map.enableDragging();//启用地图拖拽事件,默认启用(可不写)
- map.enableScrollWheelZoom();//启用地图滚轮放大缩小
- map.enableDoubleClickZoom();//启用鼠标双击放大,默认启用(可不写)
- map.enableKeyboard();//启用键盘上下左右键移动地图
- }
- //地图控件添加函数:
- function addMapControl() {
- //向地图中添加缩放控件
- var ctrl_nav = new BMap.NavigationControl({anchor: BMAP_ANCHOR_TOP_LEFT, type: BMAP_NAVIGATION_CONTROL_LARGE});
- map.addControl(ctrl_nav);
- //向地图中添加缩略图控件
- var ctrl_ove = new BMap.OverviewMapControl({anchor: BMAP_ANCHOR_BOTTOM_RIGHT, isOpen: 1});
- map.addControl(ctrl_ove);
- //向地图中添加比例尺控件
- var ctrl_sca = new BMap.ScaleControl({anchor: BMAP_ANCHOR_BOTTOM_LEFT});
- map.addControl(ctrl_sca);
- }
- initMap();//创建和初始化地图
- </script>
- <script>
- function move(id) {
- const imgText = 'team-img-text-' + id;
- const teamTitle = 'team-title-' + id;
- const teamEn = 'team-en-' + id;
- const teamLine = 'team-line-' + id;
- /*$("#"+imgText).stop().fadeTo("slow", 1.5, function () {
- $(this).css("display", "block");
- });*/
- document.getElementById(imgText).style.display = 'block';
- document.getElementById(teamTitle).style.color = '#27A6E8';
- document.getElementById(teamEn).style.color = '#27A6E8';
- document.getElementById(teamLine).style = 'border-bottom: 1px solid #27A6E8';
- }
- function moveOut(id) {
- const imgText = 'team-img-text-' + id;
- const teamTitle = 'team-title-' + id;
- const teamEn = 'team-en-' + id;
- const teamLine = 'team-line-' + id;
- document.getElementById(imgText).style.display = 'none';
- document.getElementById(teamTitle).style.color = '#111';
- document.getElementById(teamEn).style.color = '#111';
- document.getElementById(teamLine).style = 'border-bottom: 1px solid #111';
- }
- // You can also use "$(window).load(function() {"
- $(function () {
- // Slideshow 4
- $("#slider3").responsiveSlides({
- auto: true,
- pager: true,
- nav: false,
- speed: 500,
- namespace: "callbacks",
- before: function () {
- $('.events').append("<li>before event fired.</li>");
- },
- after: function () {
- $('.events').append("<li>after event fired.</li>");
- }
- });
- });
- </script>
- <!-- //Banner text Responsiveslides -->
- <!-- start-smooth-scrolling -->
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/move-top.js "></script>
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/easing.js "></script>
- <script>
- jQuery(document).ready(function ($) {
- $(".scroll ").click(function (event) {
- event.preventDefault();
- $('html,body').animate({
- scrollTop: $(this.hash).offset().top
- }, 1000);
- });
- });
- </script>
- <!-- //end-smooth-scrolling -->
- <!-- smooth-scrolling-of-move-up -->
- <script>
- $(document).ready(function () {
- /*
- var defaults = {
- containerID: 'toTop', // fading element id
- containerHoverID: 'toTopHover', // fading element hover id
- scrollSpeed: 1200,
- easingType: 'linear'
- };
- */
- $().UItoTop({
- easingType: 'easeOutQuart'
- });
- });
- </script>
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/SmoothScroll.min.js "></script>
- <!-- //smooth-scrolling-of-move-up -->
- <!-- gallery swipebox -->
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/jquery.swipebox.min.js"></script>
- <script>
- jQuery(function ($) {
- $(".swipebox").swipebox();
- });
- </script>
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/jquery.adipoli.min.js"></script>
- <!-- effect -->
- <script>
- $(function () {
- $('.row2').adipoli({
- 'startEffect': 'overlay',
- 'hoverEffect': 'sliceDown'
- });
- });
- </script>
- <!-- //swipe box js -->
- <!-- stats counter -->
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/counter.js"></script>
- <!-- Date picker -->
- <link rel="stylesheet" href="<?php echo HOME_SITE_ROOT; ?>/css/jquery-ui.css"/>
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/jquery-ui.js"></script>
- <script>
- $(function () {
- $("#datepicker1,#datepicker2").datepicker();
- });
- </script>
- <!-- // Date picker -->
- <!-- testimonials -->
- <link href="<?php echo HOME_SITE_ROOT; ?>/css/owl.carousel.css" rel="stylesheet">
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/owl.carousel.js"></script>
- <script>
- $(document).ready(function () {
- $("#owl-demo").owlCarousel({
- items: 1,
- lazyLoad: true,
- autoPlay: false,
- navigation: true,
- navigationText: true,
- pagination: true,
- });
- });
- </script>
- <!-- //for testimonials slider-js-script-->
- <!-- Bootstrap Core JavaScript -->
- <script src="<?php echo HOME_SITE_ROOT; ?>/js/bootstrap.js ">
- </script>
- <!-- //Bootstrap Core JavaScript -->
- </body>
- </html>
|