<html>
<head>
<style type="text/css">
ul{
list-style:none;
border-left:1px solid grey;
padding:10px 0;
margin-left:auto;
margin-right:auto;
width:200px;
}

li#yuanjiao{
width:100px;
height:35px;
border:1px solid grey;
border-left:0px solid grey;
margin:6px 0px;
border-radius:0px 15px 15px 0px;
text-align:center;
line-height:35px;
-webkit-transition:width 0.5s linear,background-color 1s linear;
-moz-transition:width 0.2s linear,background-color 1s linear;
-o-transition:width 0.2s linear,background-color 1s linear;
-ms-transition: width 0.3s ease, background-color 1s ease;
transition: width 0.3s ease, background-color 1s ease;
}

li#yuanjiao:hover{
width:200px;
height:35px;
border:1px solid grey;
border-left:0px solid grey;
margin:5px 0px;
border-radius:0px 15px 15px 0px;
background-color:orange;
text-align:center;
}

</style>
</head>
<body>
<ul>
<li );
}
</script>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2021-11-26
  • 2021-08-29
  • 2021-07-03
  • 2021-06-20
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-10-30
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案