chao преди 6 месеца
родител
ревизия
7e008a3ecf
променени са 1 файла, в които са добавени 10 реда и са изтрити 3 реда
  1. 10 3
      index.html

+ 10 - 3
index.html

@@ -55,7 +55,7 @@
     .Blockly_python {
       position: fixed;
       top: 8px;
-      left: 500px;
+      left: 620px;
       z-index: 10;
     }
 
@@ -73,11 +73,18 @@
       /* background-color: #225dd5; */
       color: #225dd5;
       border-bottom: 5px solid #225dd5;
+      font-weight: 800;
+    }
+
+    @media screen and (max-width: 1700px) {
+      .Blockly_python {
+        left: 550px;
+      }
     }
 
     @media screen and (max-width: 1500px) {
       .Blockly_python {
-        left: 400px;
+        left: 440px;
       }
     }
 
@@ -105,7 +112,7 @@
   <div class="Blockly_python">
     <div>
       <a href="https://pi-help.cocorobo.hk"><span>图形化</span></a>
-      &nbsp;&nbsp;&nbsp;&nbsp;
+      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <span class="Blockly_python_active">Python</span>
     </div>
   </div>