细节优化
parent
9eb5ae3bfe
commit
8c2e89b58b
|
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
<div class="am-fr nav-right">
|
||||
<form action="{{:MyUrl('index/buy/index')}}" method="post">
|
||||
<span class="selected-tips am-fl">已选商品 <strong>0</strong> 件</span>
|
||||
<span class="selected-tips am-fl"><span>已选商品</span> <strong>0</strong> <span>件</span></span>
|
||||
<span class="total-price-tips am-fl">合计:</span>
|
||||
<strong class="nav-total-price am-fl">{{$price_symbol}}0.00</strong>
|
||||
<input type="hidden" name="ids" value="0" />
|
||||
|
|
|
|||
|
|
@ -32,5 +32,21 @@ return array (
|
|||
'log_write' =>
|
||||
array (
|
||||
),
|
||||
'plugins_css' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\share\\Hook',
|
||||
),
|
||||
'plugins_js' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\share\\Hook',
|
||||
),
|
||||
'plugins_view_common_bottom' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\share\\Hook',
|
||||
),
|
||||
'plugins_view_goods_detail_photo_bottom' =>
|
||||
array (
|
||||
0 => 'app\\plugins\\share\\Hook',
|
||||
),
|
||||
);
|
||||
?>
|
||||
|
|
@ -44,7 +44,7 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
|
|||
.nav-right { width: 68%; }
|
||||
.cart-nav, .nav-left, .nav-right { overflow: hidden; }
|
||||
.nav-right .nav-total-price { display: block;
|
||||
width: calc(100% - 122px); height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
|
||||
width: calc(100% - 175px); 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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue