mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change index.md file js
This commit is contained in:
@@ -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 |
@@ -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**
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user