* {
margin:0;
padding:0;
}
a {
color:#fff;
text-decoration:none;
}
ul li {
width:200px;
list-style:none;
line-height:50px;
text-align:center;
border-bottom:1px solid white;
border-collapse:collapse;
color:#fff;
}
.oneUl>li {
background-color:#1b6d85;
}
.twoUl>li {
background-color:#2aabd2;
cursor:pointer;
}
更新时间:2021-02-04 01:44:11