mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 13:22:47 +08:00
优化样式表现;
This commit is contained in:
@@ -412,7 +412,7 @@
|
|||||||
<fieldset class="layui-elem-field layui-field-title">
|
<fieldset class="layui-elem-field layui-field-title">
|
||||||
<legend>订单列表-简约卡片</legend>
|
<legend>订单列表-简约卡片</legend>
|
||||||
<div class="layui-field-box">
|
<div class="layui-field-box">
|
||||||
<div class="ul-order-list-simple-card">
|
<div class="ul-order-list-simple-card ul-bg-gray ul-padding-md">
|
||||||
<div class="item" data-repeat="3">
|
<div class="item" data-repeat="3">
|
||||||
<div class="item-header">
|
<div class="item-header">
|
||||||
<div class="item-header-title"> <i class="layui-icon layui-icon-home"></i> 奥宏商店</div>
|
<div class="item-header-title"> <i class="layui-icon layui-icon-home"></i> 奥宏商店</div>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding : 15px;
|
padding : 15px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-header {
|
.item-header {
|
||||||
|
|||||||
@@ -129,7 +129,7 @@
|
|||||||
|
|
||||||
$('.main-content h2,.main-content>.demo-page>fieldset').each(function (index, elem) {
|
$('.main-content h2,.main-content>.demo-page>fieldset').each(function (index, elem) {
|
||||||
if ($(elem).find('.demo-js-src').length == 0) {
|
if ($(elem).find('.demo-js-src').length == 0) {
|
||||||
$(elem).find('.layui-field-box').addClass('demo-js-src').css('display', 'block');
|
$(elem).children('.layui-field-box').addClass('demo-js-src').css('display', 'block');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
$('.main-content h2,.main-content>.demo-page>fieldset>legend').each(function (index, elem) {
|
$('.main-content h2,.main-content>.demo-page>fieldset>legend').each(function (index, elem) {
|
||||||
|
|||||||
Reference in New Issue
Block a user