assistant-todo-mobile/src/pages/CityList/index.css

35 lines
557 B
CSS
Raw Normal View History

2023-01-18 07:57:54 -05:00
.citylist{
height: 100%;
2023-02-14 07:20:18 -05:00
/* padding-top: 45px; */
2023-01-18 07:57:54 -05:00
}
ul{
list-style: none;
margin: 0;
}
2023-01-28 07:04:23 -05:00
.city-index {
position: absolute;
display: flex;
flex-direction: column;
right: 5px;
z-index: 1;
height: 90%;
box-sizing: border-box;
padding-top: 20px;
text-align: center;
}
.city-index .city-index-item {
flex: 1;
}
.city-index .index-active {
color: #fff;
background-color: #21b97a;
border-radius: 100%;
display: inline-block;
font-size: 12px;
width: 15px;
height: 15px;
line-height: 15px;
}