...
|
...
|
@@ -311,7 +311,8 @@ export default { |
|
|
height: 36px;
|
|
|
margin-right: 8px;
|
|
|
background-image: url('~statics/image/article/link-text-icon.png');
|
|
|
background-size: cover;
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
vertical-align: sub;
|
|
|
position: relative;
|
|
|
top: -1px;
|
...
|
...
|
@@ -323,7 +324,8 @@ export default { |
|
|
width: 36px;
|
|
|
height: 36px;
|
|
|
background-image: url('~statics/image/article/link-img-icon.png');
|
|
|
background-size: cover;
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
position: absolute;
|
|
|
right: 8px;
|
|
|
bottom: 8px;
|
...
|
...
|
|