|
|
@@ -43,7 +43,13 @@
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
-
|
|
|
+ .header .back {
|
|
|
+ position: absolute;
|
|
|
+ top: 15px;
|
|
|
+ left: 15px;
|
|
|
+ width: 32px;
|
|
|
+ z-index: 2;
|
|
|
+ }
|
|
|
.header .shop-name {
|
|
|
position: absolute;
|
|
|
z-index: 2;
|
|
|
@@ -214,6 +220,7 @@
|
|
|
<body>
|
|
|
<div id="app">
|
|
|
<div class="header">
|
|
|
+ <img class="back" onclick="javascript: history.go(-1);" src="__CDN__/assets/shop/img/goods/back.png" alt="">
|
|
|
<img class="header-bg" src="__CDN__/assets/shop/img/goods/header-bg.jpg" alt="">
|
|
|
<img class="shop-name" src="{$logo}" alt="">
|
|
|
</div>
|
|
|
@@ -286,14 +293,8 @@
|
|
|
<!--[if (gte IE 9)|!(IE)]><!-->
|
|
|
<!--<![endif]-->
|
|
|
<!--[if lte IE 8 ]>
|
|
|
-<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
|
|
|
-<script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
|
|
|
<script src="js/amazeui.ie8polyfill.min.js"></script>
|
|
|
<![endif]-->
|
|
|
-<script src="__CDN__/assets/shop/js/amazeui.min.js"></script>
|
|
|
-<script src="__CDN__/assets/shop/plugins/superSlide/jquery.SuperSlide.2.1.1.js"></script>
|
|
|
-<script src="__CDN__/assets/shop/js/app.js"></script>
|
|
|
-<script src="__CDN__/assets/libs/layer/layer.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|