Commit cc81912b by qinjianhui

fix: 加入我们发送邮件

parent 5d63397f
......@@ -119,7 +119,8 @@
</div>
</div>
<div class="join-btn">
<button @click="onJoinUs">加入我们</button>
<!-- <button @click="onJoinUs">加入我们</button> -->
<a href="mailto:hr@joshine.cn">加入我们</a>
</div>
</div>
</el-collapse-item>
......@@ -559,7 +560,8 @@ input::placeholder {
margin: 0 auto;
margin-top: 20px;
button {
button,
a {
background-color: #efa958;
border: none;
outline: none;
......@@ -567,6 +569,7 @@ input::placeholder {
padding: 12px 50px;
cursor: pointer;
box-shadow: 4px 4px 12px #efa958;
text-decoration: none;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment