Skip to content

Commit

Permalink
添加联系方式
Browse files Browse the repository at this point in the history
  • Loading branch information
upuptop committed Sep 24, 2019
1 parent 072c33f commit 2885669
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions src/components/JsonDiffPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@
<Row type="flex" justify="center" class="sub_title">
<Col span="24"><h1>JSON在线对比工具 by upuptop</h1></Col>
</Row>
<br>

<Row type="flex" justify="right" class="sub_title">
<Col span="24">
<a href="mailto:[email protected]" title="email" class="icon"
style="background-color: transparent;">
<Icon type="md-mail" size="24"/>
</a>
<a target="_blank" class="icon"
href="http://wpa.qq.com/msgrd?v=3&amp;uin=337081267&amp;site=qq&amp;menu=yes"
title="QQ">
<Icon type="ios-text" size="30"/>
</a>
<!-- <a class="wechat icon" target="_blank">-->
<!-- <img width="30" height="30" src="https://www.cnblogs.com/images/cnblogs_com/upuptop/1499489/o_qrcode_for_gh_d73ac1b804ed_344.jpg">-->
<!-- </a>-->

</Col>
</Row>
<br>

<Row type="flex" justify="center" class="sub_title">
Expand Down Expand Up @@ -72,16 +89,6 @@
</Col>
</Row>

<Row>
<Col span="24" type="center">
<Tag color="default"><a href="mailto:[email protected]">mail:[email protected]</a></Tag>
<Tag color="primary">
<a class="qq" target="_blank"
href="http://wpa.qq.com/msgrd?v=3&amp;uin=337081267&amp;site=qq&amp;menu=yes"
title="qq">QQ:337081267</a>
</Tag>
</Col>
</Row>
</div>


Expand Down Expand Up @@ -173,6 +180,14 @@
</script>

<style scoped>
a.wechat :hover {
background-color: red;
}
a.icon {
margin-left: 10px;
}
.container {
padding-right: 15px;
padding-left: 15px;
Expand Down

0 comments on commit 2885669

Please sign in to comment.