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.
 

74 lines
1.2 KiB

.title-box,.title-header{
background: #f7f7f7;
}
.bg-box,.bg-box .title-header {
background: transparent;
color: #ccc;
}
.title-header {
position: fixed;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 32rpx;
line-height: 90rpx;
z-index: 1;
}
.title-header .icon-fanhui1 {
padding: 0 20rpx;
font-size: 44rpx;
color: #333;
}
.right {
position: absolute;
right: 20rpx;
}
.search-box {
display: flex;
align-items: center;
margin-left: 60rpx;
width: 400rpx;
border-radius: 30rpx;
height: 60rpx;
padding: 0 20rpx;
font-size: 26rpx;
background: rgba(0,0,0,0.04);
}
.bg-box .search-box {
background: rgba(0,0,0,0.3);
}
.search-box .weui-input {
margin-left: 10rpx;
flex: 1;
width: 100%;
white-space: nowrap;
overflow: hidden;
height: 60rpx;
text-overflow: ellipsis;
}
.search-box .iconfont {
line-height: 60rpx;
}
.bg-box.title-box .icon-fanhui1 {
color: white;
}
.phcolor {
color: #ccc;
}
.city-area {
padding-right: 10rpx;
margin-right: 20rpx;
line-height: 28rpx;
border-right: 1rpx solid #ccc;
flex-shrink: 0;
}
.city-area::before {
font-family: "iconfont";
content: "\e60f";
margin-left: 18rpx;
margin-right: 4rpx;
font-size: 22rpx;
}