.city_box { height: 100%; background: #fff; display: flex; } .city_left { flex: 1; } .city_right { width: 60rpx; display: flex; flex-direction: column; justify-content: space-around; } .letter_item { flex: 1; display: block; font-size: 24rpx; color: #33B9FF; text-align: center; } .city_locate{ display: flex; justify-content: space-between; padding: 10rpx 20rpx 10rpx 20rpx; } .national { height: 80rpx; line-height: 80rpx; border-bottom: 1px solid #efefef; font-size: 28rpx; color: #333; padding-left: 25rpx; } .city_locate_title { color: #999; margin-right: 20rpx; } .new_city { background: #efefef; font-size: 28rpx; } .new_city_title { line-height: 50rpx; color: #999; padding-left: 25rpx; margin-bottom: 20rpx; } .new_city_box { display: flex; flex-wrap: wrap; } .new_city_text { width: 200rpx; text-align: center; line-height: 70rpx; background: #fff; border-radius: 35rpx; margin: 0 0 22rpx 22rpx; } .city_first_letter { line-height: 40rpx; height: 40rpx; padding-left: 25rpx; font-size: 28rpx; background: #eee; color: #999; } .city_name { display: block; line-height: 80rpx; height: 80rpx; border-bottom: 1px solid #efefef; font-size: 28rpx; color: #333; padding-left: 25rpx; } .show-dialog { width: 10vh; height: 10vh; position: absolute; top: 50vh; left: 40vw; background: white; color: #1296DB; font-size: 100rpx; font-weight: bold; position: fixed; padding-top: 30rpx; padding-bottom: 30rpx; text-align: center; box-shadow:0px 2px 5px 5px gray; } .top { width: 100%; background-color: #f7f7f7; } .topsearch { width: 97%; display: flex; padding: 3% 0; align-items: center; } .frame { background-color: white; width: 90%; border-radius: 20rpx; padding: 0 3%; }