样式完善优化

This commit is contained in:
邹景立 2021-03-16 16:29:21 +08:00
parent 39d219903b
commit 27d9236eb5
4 changed files with 26 additions and 4 deletions

View File

@ -87,9 +87,9 @@
{eq name='vo.truck_type' value='0'}<span class="layui-badge layui-bg-blue">无需快递配送</span>{else}<span class="layui-badge layui-bg-green">需要快递配送</span>{/eq}
</div>
</td>
<td class='nowrap sub-span-blue'>
<td class='nowrap sub-strong-blue'>
<div class="margin-bottom-5">
剩余库存 <span>{$vo.stock_total-$vo.stock_sales}</span> ( 已销售 <span>{$vo.stock_sales}</span> )
剩余库存 <b>{$vo.stock_total-$vo.stock_sales}</b> ( 已销售 <b>{$vo.stock_sales}</b> )
</div>
<!--{if auth('copy')}-->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -152,6 +152,28 @@
}
}
.sub-strong- {
&red b {
color: #ec494e !important
}
&blue b {
color: #2494f2 !important
}
&desc b {
color: #999 !important
}
&text b {
color: #333 !important
}
&green b {
color: #090 !important
}
}
.text- {
&top {
vertical-align: top !important