2024-01-03 14:19:05 +08:00

79 lines
3.8 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="section banner" style="background: url('/assets/img/index/contact_banner.png') no-repeat center center">
<div style="height:20px;"></div>
<h1 class="banner-title">ABOUT US</h1>
<p class="banner-info">
一家诚信做事、高求品质,寻求共赢的软件服务企业
</p>
</div>
<div class="section gray">
<div class="main-p-60" style="position: relative;">
<div class="title">
<p class="h1">关于我们</p>
<p>做小程序,用蓝畅云店</p>
</div>
<div class="about-info">
<div class="across"></div>
<em>蓝畅云店</em>
<p>蓝畅云店为蓝畅科技旗下微信小程序SAAS服务平台“蓝畅云店”致力于让传统餐饮及各行业企业快速实现移动互联网化助力于传统企业整体运营效率提升运营成本降低用户使用满意度提高。蓝畅云店融合了移动互联网、大数据分析、云存储服务、O20等前沿科技。传统门店进行“蓝畅云店”后用户的使用体验将大幅改善满意度大幅提升整体运营效率将大幅提升运营成本明显降低传统门店商户通过“蓝畅云店”微信小程序可以在收银系统实时显示所有门店的订单情况、所点产品、结算等情况。餐饮门店大量减少了服务员送菜单以及等待顾客选餐的时间浪费也减少了服务员介绍菜品的时间让新品和主推菜品可以标准化的展示给所用用餐客人大大提高点餐和服务的效率降低餐厅整体运营成本。</p>
<div class="acrosss">
<img src="/assets/img/index/acrss.png" alt="">
</div>
<p class="phone">
客服热线:{$web.phone}<br>
地址:{$web.address}
</p>
</div>
<img src="/assets/img/index/about-img1.jpg" class="about-img1">
<div class="clearfix"></div>
</div>
</div>
<div class="section">
<div class="main-p-60" style="position: relative;">
<div class="title">
<p class="h1">我们的位置</p>
<p>欢迎光临公司实地考察</p>
</div>
<div id="container" class="amap-container" style="position: relative; background: rgb(252, 249, 242);">
<div class="amap-maps">
<div class="amap-drags">
<div class="amap-layers" style="transform: translateZ(0px);">
<canvas class="amap-layer" width="1200" height="450" style="width: 1200px; height: 450px;"></canvas>
<div class="amap-markers">
<div class="amap-marker" style="top: 176px; left: 546px; z-index: 100; transform: rotate(0deg); transform-origin: 13px 30px; display: block;">
<div class="amap-icon" style="position: absolute; overflow: inherit; opacity: 1;">
<img src="/assets/img/index/poi-marker-default.png" style="top: 0px; left: 0px;">
</div>
</div>
</div>
</div>
<div class="amap-overlays"></div>
</div>
</div>
<div style="display: none;"></div>
<div class="amap-controls"></div>
<a class="amap-logo" href="http://gaode.com/" target="_blank" style="display: block;"><img src="/assets/img/index/logo@1x.png"></a>
<div class="amap-copyright" style="display: none; visibility: visible;"> © 2020 AutoNavi <span class="amap-mcode">- GS(2018)1709号</span>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/assets/js/maps.js"></script>
<script type="text/javascript">
var marker, map = new AMap.Map("container", {
zoom:11,//级别
viewMode:'3D',//使用3D视图
resizeEnable: true,
center: [117.207934,34.274073],//中心点坐标
zoom: 13
});
// 实例化点标记
function addMarker() {
marker = new AMap.Marker({
icon: "//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png",
position: [117.207934,34.274073],
offset: new AMap.Pixel(-13, -30)
});
marker.setMap(map);
}
addMarker();
</script>