mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add related links name
This commit is contained in:
@@ -98,8 +98,9 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section {
|
||||
.related_links a {
|
||||
display: block;
|
||||
background-color: #041e36;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.related_links a:hover {
|
||||
@@ -110,10 +111,20 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section {
|
||||
|
||||
position: relative;
|
||||
top:12px;
|
||||
left: 12px;
|
||||
left: 22px;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
.related_links div {
|
||||
|
||||
position: relative;
|
||||
top:15px;
|
||||
width: 80px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
||||
+4
-4
@@ -76,10 +76,10 @@
|
||||
<a id="language" class="btn btn-primary" style="color:#fff" onclick="language()">中文</a>
|
||||
</div>
|
||||
<div class="related_links">
|
||||
<a href="https://github.com/m5stack" target="view_window"><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/github_logo.png"></a>
|
||||
<a href="https://www.youtube.com/m5stack" target="view_window"><img class="link-logo youtube" src="//cdn.shopify.com/s/files/1/0056/7689/2250/t/2/assets/youtube-w.png?16706"></a>
|
||||
<a href="https://www.facebook.com/M5Stack" target="view_window"><img class="link-logo facebook" src="//cdn.shopify.com/s/files/1/0056/7689/2250/t/2/assets/facebook-w.png?16706"></a>
|
||||
<a href="https://twitter.com/M5Stack" target="view_window"><img class="link-logo twitter" src="//cdn.shopify.com/s/files/1/0056/7689/2250/t/2/assets/twitter-w.png?16706"></a>
|
||||
<a href="https://github.com/m5stack" target="view_window"><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/github_logo.png"><div>Github</div></a>
|
||||
<a href="https://www.youtube.com/m5stack" target="view_window"><img class="link-logo youtube" src="//cdn.shopify.com/s/files/1/0056/7689/2250/t/2/assets/youtube-w.png?16706"><div>Youtube</div></a>
|
||||
<a href="https://www.facebook.com/M5Stack" target="view_window"><img class="link-logo facebook" src="//cdn.shopify.com/s/files/1/0056/7689/2250/t/2/assets/facebook-w.png?16706"><div>Facebook</div></a>
|
||||
<a href="https://twitter.com/M5Stack" target="view_window"><img class="link-logo twitter" src="//cdn.shopify.com/s/files/1/0056/7689/2250/t/2/assets/twitter-w.png?16706"><div>Twitter</div></a>
|
||||
</div>
|
||||
<div id="app">loading...</div>
|
||||
<!-- <div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/back_top.png" class="back_top" onclick="(function(){$('html, body').animate({scrollTop: 0}, 500);})()"></div> -->
|
||||
|
||||
Reference in New Issue
Block a user