更换了一下详情的图标
This commit is contained in:
parent
4eda50a881
commit
906fea3d5c
|
|
@ -57,6 +57,9 @@ code {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border: 1px dashed #3388FF;
|
border: 1px dashed #3388FF;
|
||||||
}
|
}
|
||||||
|
.bookmarkInfo {
|
||||||
|
cursor: url('../images/detail.ico'),auto;
|
||||||
|
}
|
||||||
.img-fixed-size {
|
.img-fixed-size {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 292 B |
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 |
|
|
@ -103,18 +103,18 @@
|
||||||
{{ tag.name }}
|
{{ tag.name }}
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<span class="left floated like">
|
||||||
<i class="add to calendar icon"></i>
|
<i class="add to calendar icon"></i>
|
||||||
{{ bookmark.created_at.substr(5) }}
|
{{ bookmark.created_at }}
|
||||||
</span>
|
</span>
|
||||||
<!-- <span class="left floated like">
|
<!-- <span class="left floated like">
|
||||||
<i class="pointing up icon"></i>
|
<i class="pointing up icon"></i>
|
||||||
{{ bookmark.click_count }}
|
{{ bookmark.click_count }}
|
||||||
</span> -->
|
</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="详情">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue