add quickstart page anchor

This commit is contained in:
Gitshaoxiang
2020-03-11 15:11:17 +08:00
parent 318f833ae3
commit 9db4e842f0
6 changed files with 202 additions and 1677 deletions
+1 -1161
View File
File diff suppressed because one or more lines are too long
+67 -5
View File
@@ -959,7 +959,9 @@ mark {
.anchor-box span {
width: 100px;
text-align: center;
margin-left: 6px
margin-left: 6px;
overflow: hidden;
white-space:nowrap;
}
.anchor-box svg {
@@ -1045,7 +1047,7 @@ mark {
}
.easyloader-box p {
margin-left: 10px;
margin: 10px 25px;
color: white
}
@@ -1063,8 +1065,15 @@ mark {
justify-content: center
}
.easyloader-mask a{
margin-top:50px;
text-align: center;
}
.video_play {
bottom: -100%
bottom: -100%;
}
.easyloader-btn {
@@ -1072,8 +1081,8 @@ mark {
display: flex;
flex-direction: row;
justify-content: space-around;
bottom: 6%;
width: 100%
bottom: 7%;
width: 100%;
}
.easyloader-btn a {
@@ -1099,3 +1108,56 @@ mark {
width: 100%
}
}
.platform-box {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.platform-item {
position: relative;
overflow: hidden;
margin: 20px;
box-shadow: 0px 0px 5px 0px #dbdbdb;
border-radius: 15px;
}
.platform-item h3 {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
font-size: 20px;
font-weight: normal;
color: #fff;
z-index: 11;
}
.platform-tag{
position: absolute;
top: 50%;
left: 45%;
width: 150px;
height: 150px;
margin: -60px 0 0 -60px;
background: #333;
opacity: .8;
border-radius: 50%;
z-index: 10;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .5s cubic-bezier(0.23, 0.53, 0.22, 0.93);
}
.platform-item a:hover .platform-tag{
transform: scale(4.3, 4.3);
}
+125 -505
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -393,7 +393,7 @@
$("#example_video")[0].pause();
})
}
}else if(page_url.indexOf(/uiflow/) != -1){
}else if((page_url.indexOf(/uiflow/) != -1)||(page_url.indexOf(/arduino/) != -1)){
$(".anchor-box").append(Part_A+quickstart_icon+Part_B);
}
}
+8 -1
View File
@@ -99,4 +99,11 @@
}
</style>
</style>
<script>
anchor_search();
scrollFunc();
</script>
-4
View File
@@ -101,7 +101,6 @@
>Atom的APIKey可以通过web配网页面查看,或通过串口工具查看
<<<<<<< HEAD
><img src="assets/img/product_pics/core/minicore/atom/apikey.png" width="50%"><img src="assets/img/product_pics/core/minicore/atom/serialtool.png" width="50%">
@@ -156,9 +155,6 @@
><img src="/image/base/usbmode.jpg" width="50%" height="50%">
## UIFlow教程
=======
## 相关教材
>>>>>>> 3cd56af95d6b315f183720dac88d2b3e42c9401e
* [M5StickC物联网入门教程](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickC_Guide.pdf)