Commit 8bdef0c5 by 朱继来

调整购物车样式

parent e5dbf226
......@@ -161,6 +161,11 @@ li {
width: 100px;
}
@media screen and (max-width: 1550px) {
.shop-lists input { width: 80px; }
.select-standard-brand { width: 20px; }
}
.amount-section{
margin-top: 40px;
text-align: right;
......
......@@ -413,12 +413,12 @@
<table class="table table-bordered table-hover shop-table">
<thead>
<tr>
<th width="5%">序号</th>
<th width="4%">序号</th>
<th width="10%">SKUID</th>
<th width="10%">商品名称</th>
<th width="10%">制造商</th>
<th width="10%">标准品牌</th>
<th width="5%">倍数</th>
<th width="4%">倍数</th>
<th width="8%">采购数量</th>
<th width="7%">采购单价</th>
<th width="7%">小计</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment