新增案例体验地址

This commit is contained in:
Zhaoyang 2020-03-25 17:00:09 +08:00
parent 5439d6ae72
commit 200fb5a5ae
1 changed files with 11 additions and 2 deletions

View File

@ -4,8 +4,14 @@
<div class="hero">
<p class="action">
<a :href="$withBase('/guide/diboot-core/安装.html')" class="button white">快速上手</a>
<i class="fa fa-2x fa-play-circle" aria-hidden="true"></i>
<a href="https://devtools-v2.diboot.com/antd/" class="button white" target="_blank">Antd项目案例</a>
<i class="fa fa-2x fa-play-circle" aria-hidden="true"></i>
<a :href="$withBase('https://devtools-v2.diboot.com/element/')" class="button white" target="_blank">Element项目案例</a>
<i class="fa fa-2x fa-play-circle" aria-hidden="true"></i>
<a href="javascript:;" class="button has-icon" @click="showVideo">
<img class="icon" src="../public/play-circle.png" alt="">
了解 diboot 2.0
@ -279,7 +285,8 @@ a.button.white {
}
@media screen and (max-width: 750px) {
.button.has-icon{
margin-top: 15px;
display: block;
margin-top: 5px;
}
.home {
padding: 0;
@ -310,6 +317,8 @@ a.button.white {
height: 180px;
}
a.button.white{
display: block;
margin-bottom: 10px;
margin-right: 0;
}
}