| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="renderer" content="webkit">
- <meta http-equiv="Content-Language" Content="zh-CN">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="author" content="优软科技">
- <meta itemprop="name" content="优软云 - 一个轻盈、便捷、智慧的产业互联网综合服务平台">
- <meta name="Keywords" content="优软,优软云,优企云服,SAAS,UAS,ERP,企业管理">
- <meta name="Description" content="优软云提供六大服务:B2B商务、优软商城、优企云服、金融服务、公共服务、会员中心,旨在解决电子信息行业企业管理的众多难题。我们秉持“让企业不再难,令生意更简单”的理念,基于垂直细分的市场,打造了一个轻盈、便捷、智慧的产业互联网综合服务平台。">
- <meta name="baidu-site-verification" content="tamBdrxeYx" />
- <link href="static/img/icon/icon_32.png" rel="icon" type="image/x-icon" />
- <link rel="stylesheet" href="static/lib/bootstrap/css/bootstrap.min.css" />
- <link rel="stylesheet"
- href="static/lib/fontawesome/css/font-awesome.min.css" />
- <link rel="stylesheet" href="static/lib/bootstrap-tour/css/bootstrap-tour.min.css" />
- <link rel="stylesheet" href="static/css/common.css" />
- <link rel="stylesheet" href="static/css/index.css" />
- <link rel="stylesheet" href="static/css/toastr.css" />
- <title>B2B商务平台后台管理</title>
- </head>
- <body>
- <!-- nav start -->
- <nav id="nav" class="navbar navbar-inverse navbar-fixed-top">
- <div class="container">
- <div class="navbar-header">
- <a href="/" id="logo"><img src="static/img/logo.png" alt=""
- height="25px" /></a>
- </div>
- <div class="collapse navbar-collapse">
- <div class="nav navbar-nav navbar-left">
- <span>B2B商务平台后台管理</span>
- </div>
- <ul class="nav navbar-nav navbar-left">
- <li><a href="/enterprise" class="link-b2b">企业列表</a></li>
- <li><a href="/logs" class="link-mall">UAS-API日志</a></li>
- </ul>
- <ul class="nav navbar-nav navbar-right x-nologin">
- <li><a href="#" class="link-login">登录</a></li>
- <li><a href="/">注册</a></li>
- </ul>
- <ul class="nav navbar-nav navbar-right x-login">
- <li class="dropdown">
- <a href="#" class="dropdown-toggle"><i class="fa fa-user"></i> <span class="title"></span></a>
- </li>
- <li><a href="#" class="link-logout">退出</a></li>
- </ul>
- </div>
- </div>
- </nav>
- <!-- nav end -->
- <!-- header start -->
- <header>
- <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
- <!-- Controls -->
- <a class="left header-carousel-control" href="#carousel-example-generic"
- role="button" data-slide="prev">
- <i class="fa fa-angle-left"></i>
- </a>
- <a class="right header-carousel-control" href="#carousel-example-generic"
- role="button" data-slide="next">
- <i class="fa fa-angle-right"></i>
- </a>
-
- <!-- Indicators -->
- <ol class="carousel-indicators">
- <li data-target="#carousel-example-generic" data-slide-to="6"></li>
- </ol>
- <!-- Wrapper for slides -->
- <div class="carousel-inner" role="listbox">
- <div class="item carousel-item6">
- <img src="static/img/carousel/header-06.jpg" alt="" />
- <div class="carousel-caption">
- <div class="container">
- <div class="header-text">
- <h1>B2B商务平台后台管理</h1>
- <p>为满足您自身独具一格、别开生面的需求<br />我们将提供专属的贴心服务!<br />近期上线,敬请期待!</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </header>
- <!-- header end -->
- <!-- aboutUs section start -->
- <section id="aboutUs">
- <div class="container">
- <div class="section-title text-center">
- <h2>
- 关于<strong>我们</strong>
- </h2>
- <hr />
- </div>
- <div class="section-content">
- <div class="row">
- <div class="col-md-6 col-sm-12">
- <img src="static/img/s2s.png" alt="" class="img-responsive" />
- </div>
- <div class="col-md-6 col-sm-12">
- <div class="about-text">
- <h3>who we are</h3>
- <p>深圳市优软科技有限公司,成立于1996年,位于深圳市高新技术产业园,是一家从事企业信息化和管理咨询的高新技术企业,客户分布广泛,包括高科技、电信、制造、贸易和服务等行业。</p>
- <h3>what we do</h3>
- <p>我们长期致力于提高中国企业管理的信息程度,推出了B2B商务、优软商城、优企云服等产品,为广大企业解决生产资料流通中的信息交流提供了更快捷方便的途径。</p>
- <h3>what we belive in</h3>
- <p>
- <strong>宗旨</strong> 实现理想、贡献社会<br /> <strong>目标</strong>
- 构建自生态电子商务平台<br /> <strong>精神</strong> 真诚、平等、勤奋、创新<br /> <strong>责任</strong>
- 让管理不再难,令生意更简单<br /> <strong>使命</strong> 传道、授业、解惑<br />
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- aboutUs section end -->
- <!-- footer start -->
- <footer>
- <div class="container">
- <div class="row">
- <div class="col-sm-3 col-sm-offset-2">
- <div class="qrcode qrcode-uu">
- <div class="qrcode-img pull-left">
- <img src="static/img/qrcode/uu.png" width="100px" height="100px"
- alt="UU互联" />
- </div>
- <div class="qrcode-text pull-left">
- <div>手机UU</div>
- <div>快人一步</div>
- </div>
- <div class="clearfix"></div>
- </div>
- </div>
- <div class="col-sm-3">
- <div class="qrcode qrcode-uas">
- <div class="qrcode-img pull-left">
- <img src="static/img/qrcode/uas.png" width="100px" height="100px"
- alt="优软公众号" />
- </div>
- <div class="qrcode-text pull-left">
- <div>微信扫描</div>
- <div>关注公众号</div>
- </div>
- <div class="clearfix"></div>
- </div>
- </div>
- <div class="col-sm-4">
- <p>
- <a href="">关于优软</a>
- <a href="contact">联系我们</a>
- <a href="help/agreement">帮助</a>
- </p>
- <p>©2016 深圳市优软科技有限公司</p>
- <p>粤ICP备15112126号-2</p>
- </div>
- </div>
- </div>
- </footer>
- <!-- footer end -->
- </body>
- <script type="text/javascript" src="static/lib/jquery/jquery.min.js"></script>
- <script type="text/javascript" src="static/lib/bootstrap/js/bootstrap.min.js"></script>
- <script type="text/javascript" src="static/lib/bootstrap-tour/js/bootstrap-tour.min.js"></script>
- <script type="text/javascript" src="static/js/common/common.js"></script>
- <script type="text/javascript" src="static/js/index/app.js"></script>
- <script type="text/javascript" src="static/js/common/toastr.js"></script>
- </html>
|