78 lines
1.1 KiB
Plaintext
78 lines
1.1 KiB
Plaintext
page{
|
|
background-color: #fff;
|
|
}
|
|
.search{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background-color: #fff;
|
|
z-index: 100;
|
|
}
|
|
.area{
|
|
width: 20%;
|
|
font-size: 30rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
.search-box{
|
|
width: 78%;
|
|
position: relative;
|
|
border-radius: 40rpx;
|
|
overflow: hidden;
|
|
}
|
|
.search-box input{
|
|
width: 100%;
|
|
height: 60rpx;
|
|
background-color: #EEE;
|
|
padding: 0 60rpx 0 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.search-icon-box{
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.search-icon-box image{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
}
|
|
.list{
|
|
margin-top: 80rpx;
|
|
}
|
|
.community-box, .community-name{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.community-box{
|
|
padding: 20rpx 0;
|
|
border-top: 1px solid #DDD;
|
|
}
|
|
.community-name image{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.community-name-text {
|
|
line-height: 100rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.load-more{
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|