change index.md file js

This commit is contained in:
Sean
2020-02-26 15:19:54 +08:00
parent d05689996c
commit 46d2bc9062
4 changed files with 55 additions and 1 deletions
+53
View File
@@ -1042,3 +1042,56 @@ mark {
transform: translateX(0px) !important;
}
}
.easyloader-box {
display: flex;
flex-direction: row;
width: 80%;
}
.easyloader-box > div {
position: relative;
width: 50%;
}
.easyloader-box img {
width: 100%;
}
.easyloader-box p {
margin-left: 10px;
color: white;
}
.easyloader-mask {
position: absolute;
right: 0px;
bottom: 0px;
height: 50%;
width: 100%;
background-color: black;
opacity: 0.7;
}
.easyloader-btn {
position: absolute;
display: flex;
flex-direction: row;
justify-content: space-around;
bottom: 6%;
width: 100%;
}
.easyloader-btn a {
width: 90px;
text-align: center;
padding: 2px 10px;
background-color: #007bff;
color: white !important;
border-radius: 10px;
}
.easyloader-btn a:hover {
background-color: #45a9ff;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

+1
View File
@@ -47,6 +47,7 @@
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to burn the program (**For M5StickC, set the baud rate to 115200 or 750000**)
## Example
- **UIFlow**
+1 -1
View File
@@ -243,7 +243,7 @@
$("#"+product_class_name[class_num]+" .item:last-child img").attr("src", product_class[class_num][i].img);
$("#"+product_class_name[class_num]+" .item:last-child p").text(product_class[class_num][i].p);
}
}
}