细节优化

This commit is contained in:
Devil 2019-11-03 23:00:28 +08:00
parent 2db570cd64
commit 09d1efe5f2
3 changed files with 12 additions and 12 deletions

View File

@ -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="{}"> <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}} {{foreach $data_list as $v}}
<li> <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" /> <img src="{{$v.logo}}" class="icon" />
<div class="base"> <div class="base">
<h3 class="name">{{$v.name}}</h3> <h3 class="name">{{$v.name}}</h3>

File diff suppressed because one or more lines are too long

View File

@ -18,8 +18,8 @@
border-radius: 2px; border-radius: 2px;
} }
.content ul.am-gallery-bordered.am-gallery-bordered .am-gallery-item.am-active { .content ul.am-gallery-bordered.am-gallery-bordered .am-gallery-item.am-active {
border: 1px solid #fde2e2; border: 1px solid #ff8a8a !important;
background: #fffbfb; background: #fff2f2;
} }
.content ul.am-gallery-bordered.am-gallery-bordered .am-gallery-item:hover { .content ul.am-gallery-bordered.am-gallery-bordered .am-gallery-item:hover {
border: 1px solid #999; border: 1px solid #999;