52 lines
814 B
CSS
52 lines
814 B
CSS
.container {
|
|
background: #F9F9F9;
|
|
}
|
|
.search {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
display: flex;
|
|
background: #F9F9F9;
|
|
padding-top: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
padding-left: 21rpx;
|
|
}
|
|
.locat {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.local_left_icon {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.local_city {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #000000;
|
|
margin-right: 13rpx;
|
|
}
|
|
|
|
.search_bar {
|
|
width: 536rpx;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
margin-left: 24rpx;
|
|
margin-right: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #FFFFFF;
|
|
flex: 1;
|
|
}
|
|
.search_input {
|
|
flex: 1;
|
|
}
|
|
.search_icon {
|
|
margin-left: 30rpx;
|
|
margin-right: 15rpx;
|
|
width: 33rpx;
|
|
height: 33rpx;
|
|
}
|
|
.search_qrcode {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 27rpx;
|
|
} |