Difference between revisions of "Team:NEU China A/Model"

Line 59: Line 59:
 
         width: 120px !important;
 
         width: 120px !important;
 
     }
 
     }
 +
 +
.mu-tab-link-highlight {
 +
    position: absolute;
 +
    left: 0;
 +
    bottom: 0;
 +
    height: 2px;
 +
    background-color: #ff4081;
 +
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
 +
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
 +
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
 +
    will-change: width transform;
 +
    -webkit-backface-visibility: hidden;
 +
    backface-visibility: hidden;
 +
}
  
 
</style>
 
</style>
Line 108: Line 122:
 
             </ul>
 
             </ul>
 
         </div>
 
         </div>
 +
<div class="mu-tab-link-highlight"></div>
  
 
     </nav>
 
     </nav>
Line 212: Line 227:
 
<body>
 
<body>
  
  <div class="high-light"></div>
+
 
 
</body>
 
</body>
  

Revision as of 08:18, 14 October 2018