weixin article img center
This commit is contained in:
parent
4211e2181a
commit
8db386c188
|
|
@ -180,4 +180,11 @@ img.operator {
|
|||
|
||||
.js-history-word:hover {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
.js-weixin-content img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<span>{{bookmark.created_at}}</span>
|
||||
</div>
|
||||
<div class="ui divider"></div>
|
||||
<div class="content" style="padding:0 20px">
|
||||
<div class="content js-weixin-content" style="padding:0 5px">
|
||||
<div class="description js-content">
|
||||
<p ng-bind-html="bookmark.content"></p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue