mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-24 23:59:16 +08:00
样式完善优化
This commit is contained in:
parent
39d219903b
commit
27d9236eb5
@ -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
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user