Difference between revisions of "Template:CSU CHINA"

Line 21: Line 21:
 
     <style>
 
     <style>
 
         #navigator{ margin-top: 16px; }
 
         #navigator{ margin-top: 16px; }
         #navigator:hover{ background-color: #212529;}
+
         #navigator:hover{ background-color: rgb(52,58,64);}
 
         #navigator .navbar-brand img{ height: 45px; }
 
         #navigator .navbar-brand img{ height: 45px; }
 
         #navigator a{ font-size: 16px; }
 
         #navigator a{ font-size: 16px; }
Line 32: Line 32:
 
         #navigator .dropdown:hover .dropdown-menu{
 
         #navigator .dropdown:hover .dropdown-menu{
 
             display: block;
 
             display: block;
 +
        }
 +
        #navigator .nav-item:hover .dropdown-toggle::after{
 +
            /* 下拉菜单后面的小箭头消失 */
 +
            color: rgba(0, 0, 0, 0);
 +
            transition: color 0.15s;
 +
            -webkit-transition: color 0.15s; /* Safari */
 
         }
 
         }
  

Revision as of 05:19, 21 October 2019