diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 3514dcac..5d1997f8 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -9,7 +9,7 @@ a { .markdown-section { max-width: 80%; - margin-top: 50px; + margin-top: 25px; } .markdown-section a { @@ -77,7 +77,7 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section { position: fixed; top:20%; right: 4%; - z-index: 9999; + z-index: 900; } @@ -169,6 +169,7 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section { .dropdown{ display: inline-block; transition:all .25s ease; + color: #343a40; } .dropdown div{ @@ -179,18 +180,20 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section { /* border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; */ transition:all .25s ease; - left: -60px; + left: -44px; text-align: center; - top: 50px; + top: 40px; + z-index: 1001; + } .dropdown:hover { box-shadow: 0px 2px 0 0 #007bff; + color: #007bff; } .dropdown:hover div{ - min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; @@ -199,11 +202,16 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section { list-style: none; background-clip: padding-box; height: max-content; + box-shadow: 0px 12px 11px 0px #888888; } .dropdown div a:hover{ - color:#007bff; + color:#007bff !important; +} + +.dropdown div a:active{ + background-color:#cccccc !important; } diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.jpg b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.jpg deleted file mode 100644 index 559182cf..00000000 Binary files a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.jpg and /dev/null differ diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.webp b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.webp new file mode 100644 index 00000000..8debc09e Binary files /dev/null and b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.webp differ diff --git a/docs/en/case.md b/docs/en/case.md index 78b5d0f1..8963631f 100644 --- a/docs/en/case.md +++ b/docs/en/case.md @@ -1,6 +1,6 @@ # M5Stack Cases {docsify-ignore-all} -## M5Stack Awesome +## M5Stack User Cases * [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card diff --git a/docs/en/core/m5stickc.md b/docs/en/core/m5stickc.md index 72e4f907..e8b67345 100644 --- a/docs/en/core/m5stickc.md +++ b/docs/en/core/m5stickc.md @@ -95,7 +95,7 @@ There are two versions of IMU sensors (MPU6886 and SH200Q) currently available o Power structure block diagram - + **RED LED & IR Transmitter & BUTTON A & BUTTON B** diff --git a/docs/index.html b/docs/index.html index 5659ae97..d3274e4a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,8 +23,8 @@ //监听加载状态改变 document.onreadystatechange = completeLoading; //加载状态为complete时隐藏loading效果 - function completeLoading() {   - if (document.readyState == "complete") {     + function completeLoading() { + if (document.readyState == "complete") { var loadingMask = document.getElementById('loading');   loadingMask.style.display = 'none'; // loadingMask.parentNode.removeChild(loadingMask);   @@ -61,19 +61,26 @@
M5Stack Docs
- 中文 +