css
parent
ea9a62f329
commit
4daba5fd90
|
|
@ -56,15 +56,15 @@
|
|||
<a class="am-fr" href="{{:PluginsAdminUrl('freightfee', 'admin', 'saveinfo')}}">编辑</a>
|
||||
</div>
|
||||
<div class="am-panel-bd">
|
||||
<table class="am-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>标题</th>
|
||||
<th>价格</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{if !empty($data['goods_list'])}}
|
||||
{{if !empty($data['goods_list'])}}
|
||||
<table class="am-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>标题</th>
|
||||
<th>价格</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{foreach $data['goods_list'] as $v}}
|
||||
<tr>
|
||||
<td>
|
||||
|
|
@ -73,9 +73,11 @@
|
|||
<td>¥{{$v.price}}</td>
|
||||
</tr>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
</tbody>
|
||||
</table>
|
||||
</tbody>
|
||||
</table>
|
||||
{{else /}}
|
||||
没有配置
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -86,10 +88,8 @@
|
|||
</div>
|
||||
<div class="am-panel-bd">
|
||||
<div class="freightfee-rules">
|
||||
<table class="am-table am-table-striped">
|
||||
{{if empty($data['data'])}}
|
||||
没有配置
|
||||
{{else /}}
|
||||
{{if !empty($data['data'])}}
|
||||
<table class="am-table am-table-striped">
|
||||
{{if isset($data['valuation']) and $data['valuation'] eq 0}}
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -131,8 +131,10 @@
|
|||
</tr>
|
||||
{{/foreach}}
|
||||
</tbody>
|
||||
{{/if}}
|
||||
</table>
|
||||
</table>
|
||||
{{else /}}
|
||||
没有配置
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ color: #F5F5F2;font-size: 12px;cursor:pointer;border-radius:0px 0px; position: a
|
|||
.am-container { padding-left:0rem;padding-right:0rem;max-width: 1000px;}
|
||||
.mui-mbar-tabs{ display:block;}
|
||||
.nav-search{padding-left:0px; max-width:1000px; margin:0px auto;padding-top: 20px; height: 100px;}
|
||||
.nav-search .logo-big { display: -webkit-inline-box; float:left;height:60px; width:230px; margin:0px;}
|
||||
.nav-search .logo-big { display: -webkit-inline-box; float:left;height:60px; width:220px; margin:0px;}
|
||||
.search-bar{margin:auto; width: 50%;padding-left: 10%;}
|
||||
.shopMain{margin:0px 0px 0px 5px;}
|
||||
.shopCon li{width:20%;padding:10px;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue