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.
54 lines
863 B
54 lines
863 B
|
5 years ago
|
.title-box,.title-header{
|
||
|
|
background: #ffff;
|
||
|
|
}
|
||
|
|
.bg-box,.bg-box .title-header {
|
||
|
|
background: transparent;
|
||
|
|
color: #ccc;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title-header {
|
||
|
|
position: fixed;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
display: flex;
|
||
|
|
top: 0;
|
||
|
|
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: 560rpx;
|
||
|
|
border-radius: 30rpx;
|
||
|
|
height: 60rpx;
|
||
|
|
padding: 0 20rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
background: #F0F0F0;
|
||
|
|
}
|
||
|
|
.bg-box .search-box {
|
||
|
|
background: #F0F0F0;
|
||
|
|
}
|
||
|
|
.search-box .weui-input {
|
||
|
|
margin-left: 10rpx;
|
||
|
|
flex: 1;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.bg-box.title-box .icon-fanhui1 {
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
.phcolor {
|
||
|
|
color: #ccc;
|
||
|
|
}
|