39 lines
859 B
Plaintext
39 lines
859 B
Plaintext
.search-container.data-v-83c85e8a {
|
|
background-color: #fafafa;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 32rpx 30rpx 20rpx 30rpx;
|
|
}
|
|
.hao-scroll .hot-citys.data-v-83c85e8a {
|
|
padding: 20rpx 30rpx;
|
|
background-color: #fff;
|
|
}
|
|
.hao-scroll .hot-citys__title.data-v-83c85e8a {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.hao-scroll .hot-citys__citys.data-v-83c85e8a {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
-webkit-column-gap: 22rpx;
|
|
column-gap: 22rpx;
|
|
}
|
|
.hao-scroll .hot-citys__citys__city.data-v-83c85e8a {
|
|
margin-top: 20rpx;
|
|
width: 156rpx;
|
|
height: 58rpx;
|
|
background: #efefef;
|
|
border-radius: 6rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
/* 平台适配 */
|
|
|