This commit is contained in:
devil_gong
2018-09-17 10:54:55 +08:00
parent 93e178b739
commit 7931073f9d
20 changed files with 21 additions and 14 deletions

View File

@ -47,13 +47,17 @@
</div>
</div>
<div class="wap-base am-show-sm-only">
<span class="original-price">¥{{$cart.original_price}}</span>
<if condition="$cart['original_price'] gt 0">
<span class="original-price">¥{{$cart.original_price}}</span>
</if>
<strong class="total-price-content">¥{{$cart.price}}</strong>
<span class="wap-number">x{{$cart.stock}}</span>
</div>
</td>
<td class="price am-hide-sm-only">
<p class="original-price">¥{{$cart.original_price}}</p>
<if condition="$cart['original_price'] gt 0">
<p class="original-price">¥{{$cart.original_price}}</p>
</if>
<p class="line-price">¥{{$cart.price}}</p>
</td>
<td class="number am-hide-sm-only">

View File

@ -170,7 +170,9 @@
<foreach name="floor.goods" item="goods">
<div class="goods-items <if condition="in_array($key, [0,1])">am-u-sm-7 am-u-md-4 text-two<else />am-u-sm-6 am-u-md-2 text-three</if> <if condition="in_array($key, [0,3])">sug</if> <if condition="in_array($key, [2,5])">big</if> <if condition="$key eq 5">last</if>">
<div class="outer-con">
<div class="goods-title ellipsis">{{$goods.title}}</div>
<div class="goods-title ellipsis">
<a href="{{$goods['goods_url']}}">{{$goods.title}}</a>
</div>
<div class="price">¥{{$goods.price}}</div>
</div>
<a href="{{$goods['goods_url']}}">

View File

@ -1,14 +1,14 @@
<div class="navCir">
<li class="active">
<a href="home.html"><i class="am-icon-home"></i>首页</a>
<a href="{{:__MY_URL__}}"><i class="am-icon-home"></i>首页</a>
</li>
<li>
<a href="sort.html"><i class="am-icon-list"></i>分类</a>
<a href="{{:U('Home/Category/Index')}}"><i class="am-icon-list"></i>分类</a>
</li>
<li>
<a href="shopcart.html"><i class="am-icon-shopping-basket"></i>购物车</a>
<a <if condition="empty($user)">href="javascript:;" class="login-event"<else /> href="{{:U('Home/Cart/Index')}}"</if>><i class="am-icon-shopping-basket"></i>购物车</a>
</li>
<li>
<a href="../person/index.html"><i class="am-icon-user"></i>我的</a>
<a <if condition="empty($user)">href="javascript:;" class="login-event"<else /> href="{{:U('Home/User/Index')}}"</if>><i class="am-icon-user"></i>我的</a>
</li>
</div>

View File

@ -25,7 +25,6 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
.cart-nav input[type="checkbox"] { vertical-align: inherit; }
.cart-nav .nav-left { margin-left: 5px; }
.cart-nav .nav-left a { margin-left: 10px; }
.cart-nav .nav-total-price { margin-right: 5px; }
@media only screen and (min-width:640px) {
.cart-content table tr .base { width: 30%; }
@ -34,10 +33,11 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
.cart-content table tr .total-price { width: 20%; }
.cart-content table tr .operation { width: 15%; }
.cart-content { margin-top: 20px; }
.cart-nav .nav-total-price { margin-right: 5px; }
}
@media only screen and (max-width:640px) {
.cart-content table tr .base { width: 80%; }
.cart-content table tr .base { width: 85%; }
.selected-tips { display: none; }
.am-footer { margin-top: 10px; }
@ -45,5 +45,7 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
.nav-right { width: 70%; }
.cart-nav, .nav-left, .nav-right { overflow: hidden; }
.nav-right .nav-total-price { display: block;
width: calc(100% - 141px); height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
width: calc(100% - 120px); height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.cart-nav .separate-submit { float: right; width: 80px; }
.wap-base { padding-left: 20px; }
}

View File

@ -119,7 +119,6 @@ color: #F5F5F2;font-size: 14px;cursor:pointer;border-radius:0px 0px ;}
/* 顶部小导航 */
.header-top { background-color: #fafafa; border-bottom: solid 1px #f0f0f0; }
.header-top a, .header-top span { color: #333; }
.header{ display:none; max-width:1000px; margin:0px auto; font-size:12px;}
.am-footer { border-top: 2px solid #d2364c; }
@ -512,7 +511,7 @@ background:url(../Images/ibar_sprites.png) no-repeat;background-position:0px -23
/**
* 公共登录窗口
*/
.common-login-modal { max-width: 400px; max-height: 350px; left: calc(50% - 200px); top: calc(50% - 175px); margin-left: 0; margin-top: 0; }
.common-login-modal { max-width: 400px; height: 372px; left: calc(50% - 200px); top: calc(50% - 186px); margin-left: 0; margin-top: 0; }
}
/**

View File

@ -138,7 +138,7 @@ text-align: center;float:none}
/*第二套各类活动*/
.row li{width: 25%;float: left;}
}
.word .outer:hover { background: #f9918f; color: #fff; border: 3px solid #fff; }
.word .outer:hover { background: #f9918f; color: #fff !important; border: 3px solid #fff; }
@media only screen and (min-width: 640px) {
@ -351,8 +351,8 @@ text-align: center;float:none}
.m-baseinfo{position: relative;margin-bottom: 10px;}
.m-baseinfo img.user-avatar {display: block;width: 50px;height: 50px;border-radius: 50px;}
.m-baseinfo em span {position: absolute;top:15px;left:60px;font-size: 12px;color: #3C3C3C;}
.member-login{height: 25px;overflow: hidden;display: block;}
.member-login .btn{width:95px;margin-right:3px;height: 25px;display: inline-block;line-height: 25px;text-align: center;}
.member-login .btn:hover { color: #fff !important; text-decoration: none; }
.member-login{overflow: hidden;height:25px;text-align: center;}
.member-logout { position: absolute; top: 33px; left: 60px; font-size: 12px; color: #f4546b; }
.member-center { overflow: hidden; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB