|
@@ -64,13 +64,10 @@
|
|
|
href="https://github.com/jdf2e/nutui"
|
|
href="https://github.com/jdf2e/nutui"
|
|
|
></a>
|
|
></a>
|
|
|
<a
|
|
<a
|
|
|
- class="gitee"
|
|
|
|
|
|
|
+ class="user-link gitee"
|
|
|
target="_blank"
|
|
target="_blank"
|
|
|
href="https://gitee.com/jd-platform-opensource/nutui"
|
|
href="https://gitee.com/jd-platform-opensource/nutui"
|
|
|
- ><img
|
|
|
|
|
- src="https://storage.360buyimg.com/imgtools/158748bd85-17a80c60-e547-11eb-995a-377f565026ba.png"
|
|
|
|
|
- alt="Fork me on Gitee"
|
|
|
|
|
- /></a>
|
|
|
|
|
|
|
+ ></a>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
@@ -255,19 +252,13 @@ export default defineComponent({
|
|
|
width: 26px;
|
|
width: 26px;
|
|
|
height: 26px;
|
|
height: 26px;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
- background: url('../../assets/images/icon-user.png') no-repeat;
|
|
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-image: url('../../assets/images/icon-user.png');
|
|
|
background-size: 26px;
|
|
background-size: 26px;
|
|
|
- }
|
|
|
|
|
- .gitee {
|
|
|
|
|
- display: inline-block;
|
|
|
|
|
- width: 26px;
|
|
|
|
|
- height: 26px;
|
|
|
|
|
- background-size: 100%;
|
|
|
|
|
- margin-left: 10px;
|
|
|
|
|
- > img {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- vertical-align: text-top;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ &.gitee {
|
|
|
|
|
+ margin-left: 4px;
|
|
|
|
|
+ background-image: url('../../assets/images/icon-gitee.png');
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|