|
.search-wrap {
|
position: fixed;
|
z-index: 999;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100%;
|
background-color: #f5f5f5;
|
}
|
.search-wrap .index-search-box .search-box {
|
padding: 0 20rpx;
|
height: 64rpx;
|
line-height: 64rpx;
|
background: #F5F5F5;
|
border-radius: 50rpx;
|
overflow: hidden;
|
font-size: 28rpx;
|
color: #999;
|
box-sizing: border-box;
|
}
|
.search-wrap .index-search-box button {
|
height: 78rpx;
|
line-height: 78rpx;
|
border: solid 1rpx #CCCCCC;
|
color: #333333;
|
background: #FFFFFF;
|
}
|
.search-wrap .index-search-box{
|
padding: 0 30rpx;
|
padding-bottom: 30rpx;
|
background-color: #F5F5F5;
|
}
|
.before-search {
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
flex-flow: wrap;
|
}
|
.before-search .item {
|
padding: 16rpx;
|
margin-right: 16rpx;
|
margin-bottom: 16rpx;
|
border-radius: 8rpx;
|
color: #686868;
|
background: #f0f2f5;
|
font-size: 24rpx;
|
}
|
.reg180 {
|
padding-left: 20rpx;
|
text-align: center;
|
-webkit-transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
}
|
.reg180 .icon-jiantou {
|
color: #333333;
|
display: block;
|
width: 44rpx;
|
height: 44rpx;
|
line-height: 44rpx;
|
font-size: 36rpx;
|
}
|