更换了一下详情的图标

This commit is contained in:
luchenqun 2017-02-27 20:49:20 +08:00
parent 4eda50a881
commit 906fea3d5c
5 changed files with 7 additions and 4 deletions

View File

@ -57,6 +57,9 @@ code {
cursor: default;
border: 1px dashed #3388FF;
}
.bookmarkInfo {
cursor: url('../images/detail.ico'),auto;
}
.img-fixed-size {
width: 16px;
height: 16px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 292 B

BIN
public/images/detail.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 249 B

View File

@ -103,18 +103,18 @@
{{ tag.name }}
</div>
</div>
<div class="extra content" ng-click="jumpToUrl(bookmark.url, bookmark.id)">
<div class="extra content bookmarkInfo" ng-click="detailBookmark(bookmark);$event.stopPropagation()" title="点击进入书签详情页面">
<span class="left floated like">
<i class="add to calendar icon"></i>
{{ bookmark.created_at.substr(5) }}
{{ bookmark.created_at }}
</span>
<!-- <span class="left floated like">
<i class="pointing up icon"></i>
{{ bookmark.click_count }}
</span> -->
<span class="right floated">
<!-- <span class="right floated">
<img class="ui mini spaced image" style="cursor:default;width:16px;height:16px;margin:0 1px" ng-src="./images/detail.png" ng-click="detailBookmark(bookmark);$event.stopPropagation()" title="详情">
</span>
</span> -->
</div>
</div>
</div>