提交 09d1efe5 编写于 作者: D Devil

细节优化

上级 2db570cd
......@@ -19,7 +19,7 @@
<ul data-am-widget="gallery" class="am-gallery am-avg-sm-1 am-avg-md-2 am-avg-lg-3 am-gallery-bordered" data-am-gallery="{}">
{{foreach $data_list as $v}}
<li>
<div id="data-list-{{$v.id}}" class="am-gallery-item {{if $v['is_enable'] neq 1}}am-active{{/if}}">
<div id="data-list-{{$v.plugins}}" class="am-gallery-item {{if $v['is_enable'] neq 1}}am-active{{/if}}">
<img src="{{$v.logo}}" class="icon" />
<div class="base">
<h3 class="name">{{$v.name}}</h3>
......
此差异已折叠。
......@@ -18,8 +18,8 @@
border-radius: 2px;
}
.content ul.am-gallery-bordered.am-gallery-bordered .am-gallery-item.am-active {
border: 1px solid #fde2e2;
background: #fffbfb;
border: 1px solid #ff8a8a !important;
background: #fff2f2;
}
.content ul.am-gallery-bordered.am-gallery-bordered .am-gallery-item:hover {
border: 1px solid #999;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册