diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index b1cdb670..af695c20 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -170,12 +170,12 @@ figure.thumbnails img { } -/* .mask { +.mask { position: absolute; top: 0; left: 0; width: 150px; - height: 150px; + height: 206px; background: rgba(0, 0, 0, 0.7); color: #ffffff; opacity: 0; @@ -187,7 +187,20 @@ figure.thumbnails img { .item a:hover .mask { opacity: 1; -} */ +} + +.mask-btn1 { + position:relative; + top:60px; + left:30px; +} + +.mask-btn2 { + position:relative; + top:87px; + left:30px; +} + .product_list div.btn-group-vertical { display: none; @@ -209,7 +222,7 @@ main>.content { margin: 0px; } -.banner { +/* .banner { width: 300px; margin-right: 10px; margin-left: 20px; @@ -220,7 +233,7 @@ main>.content { box-shadow: 5px 5px 5px #888888; cursor: pointer; transition: all 0.1s; -} +} */ div.card-img-overlay { background-color: rgba(0, 0, 0, 0.6); @@ -231,7 +244,7 @@ div.card-img-overlay:hover { color: blue !important; } -.banner div.card-img-overlay h4 { +/* .banner div.card-img-overlay h4 { font-size: 3em; color: #fff; } @@ -243,8 +256,17 @@ div.card-img-overlay:hover { .banner:hover { transform: scale(1.1); z-index: 1; +} */ + + +.banner { + width: 100%; + height: 300px; + background-color: #fffbff; } + + .d-flex { z-index: 1000; position: fixed; @@ -450,6 +472,22 @@ body[data-page="zh_CN/README.md"] .search { z-index: 1001; top: 92%; } + .mask { + display: none; + width: 130px; + height: 186px; + } + .mask-btn1 { + position:relative; + top:50px; + left:23px; + } + + .mask-btn2 { + position:relative; + top:75px; + left:23px; + } } #loading { diff --git a/docs/en/faq.md b/docs/en/faq.md index 50a40e67..51d375c2 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -114,12 +114,9 @@
- One issue commonly exists on M5Stick-C, which happens when the battery is at a low level. In this case, some of the devices will have problem powering on, this is probably caused by a chaos timing sequence of power-on of ESP32, some component is involved, such as AXP192, 552, ESP32
-
- There is one way to bring the device back to live: 1. Connect G0 and 3V3 with a 680 ohm resisto. 2. Plug in the USB cable. 3. The screen will light up and leave the USB to charge the device.
+The following operations can restore the device to normal: 1. Short the BAT to GND. 2. Insert the USB cable. 3. After the screen is lit, stop shorting and USB continues to charge the device.