update-icon
This commit is contained in:
@@ -109,53 +109,8 @@
|
||||
<div class="text-center" style="margin-bottom:10px;padding-left: 5px;padding-right: 5px;" id="documentation_text">
|
||||
<a class="btn btn-light btn-icon-split" href="https://blog.csdn.net/fengydongdong/article/details/136017627?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522170697370916800182197281%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=170697370916800182197281&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_ecpm_v1~rank_v31_ecpm-1-136017627-null-null.142^v99^pc_search_result_base3&utm_term=MixIO%E8%AF%A6%E7%BB%86%E6%95%99%E7%A8%8BMixly%E5%9B%BE%E5%BD%A2%E5%8C%96%E7%BC%96%E7%A8%8B%E9%BD%90%E6%8A%A4%E6%9C%BA%E5%99%A8%E4%BA%BAArduino%E4%B8%8EMicropython%20%E7%89%A9%E8%81%94%E7%BD%91%E5%B9%B3%E5%8F%B0&spm=1018.2226.3001.4187"><span class="icon"><i class="fa fa-compass" style="margin-top:5px;width:1rem;height:1rem"></i></span><span class="text lang" style="margin-top:1px" key="GUIDE">入门指南</span></a>
|
||||
</div>
|
||||
<style>
|
||||
#question_text{
|
||||
position:relative;
|
||||
animation:mymove 3s infinite;
|
||||
-webkit-animation:mymove 3s infinite; /*Safari and Chrome*/
|
||||
animation-direction:alternate;/*轮流反向播放动画。*/
|
||||
animation-timing-function: ease-in-out; /*动画的速度曲线*/
|
||||
/* Safari 和 Chrome */
|
||||
-webkit-animation:mymove 5s infinite;
|
||||
-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
|
||||
-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
|
||||
}
|
||||
@keyframes mymove
|
||||
{
|
||||
0%{
|
||||
transform: scale(1); /*开始为原始大小*/
|
||||
}
|
||||
25%{
|
||||
transform: scale(1.2); /*放大1.1倍*/
|
||||
}
|
||||
50%{
|
||||
transform: scale(1);
|
||||
}
|
||||
75%{
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-webkit-keyframes mymove /*Safari and Chrome*/
|
||||
{
|
||||
0%{
|
||||
transform: scale(1); /*开始为原始大小*/
|
||||
}
|
||||
25%{
|
||||
transform: scale(1.2); /*放大1.1倍*/
|
||||
}
|
||||
50%{
|
||||
transform: scale(1);
|
||||
}
|
||||
75%{
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="text-center" style="margin-bottom:10px;padding-left: 5px;padding-right: 5px;" id="question_text">
|
||||
<a class="btn btn-light btn-icon-split" target="_blank" title="进入页面后先登录并加入课程,再重新点击一次此链接" href="https://cmooc.bnu.edu.cn/cMOOC/theme?courseId=1847259373622644736&themeId=1849313704267784192"><span class="icon"><i class="fa fa-pencil" style="margin-top:5px;width:1rem;height:1rem"></i></span><span class="text" style="margin-top:1px">需求调研</span></a>
|
||||
<a class="btn btn-light btn-icon-split" target="_blank" href="https://gitee.com/mixly2/mixio"><span class="icon"><i class="fa fa-github" style="margin-top:5px;width:1rem;height:1rem"></i></span><span class="text" style="margin-top:1px">开源仓库</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user