|
@@ -19,7 +19,7 @@
|
|
|
<!-- Bootstrap CSS File -->
|
|
|
<link href="../static/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
|
-
|
|
|
+ <script src="https://unpkg.com/naive-ui"></script>
|
|
|
<!-- Libraries CSS Files -->
|
|
|
<link href="../static/lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
|
|
<link href="../static/lib/animate/animate.min.css" rel="stylesheet">
|
|
@@ -28,34 +28,10 @@
|
|
|
<link href="../static/lib/magnific-popup/magnific-popup.css" rel="stylesheet">
|
|
|
<link href="../static/lib/ionicons/css/ionicons.min.css" rel="stylesheet">
|
|
|
|
|
|
- <!-- Main Stylesheet File -->
|
|
|
<link href="../static/css/style.css" rel="stylesheet">
|
|
|
</head>
|
|
|
|
|
|
<body id="body">
|
|
|
-
|
|
|
-<!--==========================
|
|
|
- Top Bar
|
|
|
-============================-->
|
|
|
-<!-- <section id="topbar" class="d-none d-lg-block">-->
|
|
|
-<!-- <div class="container clearfix">-->
|
|
|
-<!-- <div class="contact-info float-left">-->
|
|
|
-<!-- <i class="fa fa-envelope-o"></i> <a href="mailto:contact@example.com">name@websitename.com</a>-->
|
|
|
-<!-- <i class="fa fa-phone"></i> +1 2345 67855 22-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="social-links float-right">-->
|
|
|
-<!-- <a href="#" class="twitter"><i class="fa fa-twitter"></i></a>-->
|
|
|
-<!-- <a href="#" class="facebook"><i class="fa fa-facebook"></i></a>-->
|
|
|
-<!-- <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>-->
|
|
|
-<!-- <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>-->
|
|
|
-<!-- <a href="#" class="instagram"><i class="fa fa-instagram"></i></a>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </section>-->
|
|
|
-
|
|
|
-<!--==========================
|
|
|
- Header
|
|
|
-============================-->
|
|
|
<header id="header">
|
|
|
<div class="container">
|
|
|
|
|
@@ -92,7 +68,7 @@
|
|
|
<!--==========================
|
|
|
Page Banner Section
|
|
|
============================-->
|
|
|
-<section id="innerBanner">
|
|
|
+<section id="innerBanner" style="background-color: #00a3d1">
|
|
|
<div class="inner-content">
|
|
|
<h2><span>{{.content.Title}}</span><br>欢迎来到宝智达冷链</h2>
|
|
|
<div>
|
|
@@ -108,9 +84,6 @@
|
|
|
<div class="container">
|
|
|
<div class="section-header">
|
|
|
<h2>部分合作案例</h2>
|
|
|
- <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores quae porro consequatur aliquam,-->
|
|
|
- <!-- incidunt fugiat culpa esse aute nulla. duis fugiat culpa esse aute nulla ipsum velit export irure-->
|
|
|
- <!-- minim illum fore</p>-->
|
|
|
</div>
|
|
|
<div class="owl-carousel clients-carousel">
|
|
|
{{range $index,$exam:=.example}}
|
|
@@ -125,8 +98,7 @@
|
|
|
<footer id="footer">
|
|
|
<div class="container">
|
|
|
<div class="copyright">
|
|
|
- Copyright © 2018.Company name All rights reserved.<a target="_blank"
|
|
|
- href="http://sc.chinaz.com/moban/">网页模板</a>
|
|
|
+ Copyright © 2018.Company name All rights reserved.<a target="_blank" href="http://sc.chinaz.com/moban/">网页模板</a>
|
|
|
</div>
|
|
|
<div class="credits">
|
|
|
</div>
|
|
@@ -146,8 +118,6 @@
|
|
|
<script src="../static/lib/owlcarousel/owl.carousel.min.js"></script>
|
|
|
<script src="../static/lib/magnific-popup/magnific-popup.min.js"></script>
|
|
|
<script src="../static/lib/sticky/sticky.js"></script>
|
|
|
-<script src="contact/jqBootstrapValidation.js"></script>
|
|
|
-<script src="contact/contact_me.js"></script>
|
|
|
<script src="../static/js/main.js"></script>
|
|
|
|
|
|
</body>
|