细节优化
parent
2db570cd64
commit
09d1efe5f2
|
|
@ -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>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue