|
@@ -685,14 +685,13 @@
|
|
|
</dd>
|
|
</dd>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="text-center row"ng-if="cartIsEmpty">
|
|
|
|
|
- <div class="col-xs-offset-3 col-xs-2">
|
|
|
|
|
- <img src="static/img/all/empty-cart.png">
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="col-xs-5">
|
|
|
|
|
- <p class="grey f16">您的购物车空空如也,请先挑选您想要购买的产品吧!</p>
|
|
|
|
|
- <a href=".">马上去逛一逛</a> <i class="fa fa-arrow-right"></i>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div class="no-store" ng-if="cartIsEmpty">
|
|
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
|
|
+ <p>
|
|
|
|
|
+ 您的购物车空空如也,请先挑选您想要购买的产品吧!
|
|
|
|
|
+ <br>
|
|
|
|
|
+ <a href="/">马上去逛一逛</a>
|
|
|
|
|
+ </p>
|
|
|
</div>
|
|
</div>
|
|
|
<p class="height16" ng-if="!cartIsEmpty"> </p>
|
|
<p class="height16" ng-if="!cartIsEmpty"> </p>
|
|
|
<dd class="all_price fixed-bottom" ng-if="!cartIsEmpty && countByPage > 4">
|
|
<dd class="all_price fixed-bottom" ng-if="!cartIsEmpty && countByPage > 4">
|
|
@@ -748,6 +747,31 @@
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>-->
|
|
</div>-->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+<style>
|
|
|
|
|
+ .no-store{
|
|
|
|
|
+ height: 255px;
|
|
|
|
|
+ width:100%;
|
|
|
|
|
+ display:inline-flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ background: white;
|
|
|
|
|
+ }
|
|
|
|
|
+ .no-store p{
|
|
|
|
|
+ padding-top:10px;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ color: #999;
|
|
|
|
|
+ margin-left:15px;
|
|
|
|
|
+ line-height: 28px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .no-store p a{
|
|
|
|
|
+ color: #5078cb;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ background: url(static/img/all/icon_nianxian.jpg)no-repeat;
|
|
|
|
|
+ background-position: 0px 7px;
|
|
|
|
|
+ padding-left: 25px;
|
|
|
|
|
+ }
|
|
|
|
|
+</style>
|
|
|
<script>
|
|
<script>
|
|
|
$(function(){
|
|
$(function(){
|
|
|
$(window).bind("scroll",function() {
|
|
$(window).bind("scroll",function() {
|