提交 8c2e89b5 编写于 作者: D devil

细节优化

上级 9eb5ae3b
......@@ -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',
),
);
?>
\ No newline at end of file
......@@ -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; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册