You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
771 B
44 lines
771 B
.list-bar{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
z-index: 19;
|
|
position: absolute;
|
|
right: 0;
|
|
width: 60rpx;
|
|
}
|
|
.list-text{
|
|
font-size: 22rpx;
|
|
}
|
|
.list-alert{
|
|
position: absolute;
|
|
z-index: 20;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin-left: -80rpx;
|
|
margin-top: -80rpx;
|
|
border-radius: 80rpx;
|
|
text-align: center;
|
|
line-height: 160rpx;
|
|
font-size: 70rpx;
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
|
|
.city-name-item {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 150rpx;
|
|
height: 56rpx;
|
|
margin-top: 16rpx;
|
|
/* border: solid 1rpx #ccc; */
|
|
border-radius: 56rpx;
|
|
border: 1px solid #ccc;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|