62 lines
903 B
Plaintext
62 lines
903 B
Plaintext
.fui-nav {
|
|
height: 90rpx;
|
|
background: rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.image-48 {
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.local,.tel {
|
|
margin: 8rpx 0;
|
|
}
|
|
|
|
.fui-header {
|
|
background: #efefef;
|
|
z-index: 10002;
|
|
display: flex;
|
|
padding: 0 15rpx;
|
|
}
|
|
|
|
.fui-header .searchbar {
|
|
flex: 1;
|
|
background: #fff;
|
|
border-radius: 8rpx;
|
|
margin-right: 15rpx;
|
|
display: flex;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
}
|
|
|
|
.fui-header .searchbar icon {
|
|
height: 36rpx;
|
|
margin: 0 10rpx;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fui-header .searchbar input {
|
|
border-radius: 8rpx;
|
|
padding: 0 10rpx;
|
|
width: 100%;
|
|
font-size: 30rpx;
|
|
background: transparent;
|
|
color: #444;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border: none;
|
|
}
|
|
|
|
.shop {
|
|
width: 100%;
|
|
overflow: auto;
|
|
margin-top: 80rpx;
|
|
}
|
|
|
|
.none {
|
|
display: none;
|
|
}
|
|
|
|
.block {
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
} |