149 lines
2.4 KiB
Plaintext
149 lines
2.4 KiB
Plaintext
/* packageH/circleCommunity/circleSearch/circleSearch.wxss */
|
|
|
|
view,
|
|
text,
|
|
icon {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.iconfont {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.searchBox {
|
|
width: 100%;
|
|
height: 3.06rem;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 0.44rem 0.94rem 0 0.94rem;
|
|
}
|
|
|
|
.searchBox .search {
|
|
background-color: #eff0f1;
|
|
border-radius: 0.94rem;
|
|
height: 1.88rem;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.searchBox .search icon {
|
|
color: #aaa;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.searchBox .search input {
|
|
flex: 1;
|
|
margin-left: 0.75rem;
|
|
border: none;
|
|
}
|
|
|
|
.tablis {
|
|
background: #fff;
|
|
padding: 1.19rem 0.94rem 1.19rem 0.84rem;
|
|
}
|
|
|
|
.tablis .lis:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.tablis .lis:last-child {
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.tablis .lis {
|
|
width: 100%;
|
|
height: 2.38rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 2.09rem;
|
|
}
|
|
|
|
.tablis .lis .right {
|
|
background-color: #3175fe;
|
|
border-radius: 0.78rem;
|
|
font-size: 0.81rem;
|
|
color: #fff;
|
|
padding: 0.38rem 1.06rem 0.41rem 1.06rem;
|
|
}
|
|
|
|
.tablis .lis .right_one {
|
|
background-color: #a6a6a6;
|
|
border-radius: 0.78rem;
|
|
font-size: 0.81rem;
|
|
color: #fff;
|
|
width: 3.75rem;
|
|
height: 1.56rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tablis .lis .left {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tablis .lis .left .circleImg {
|
|
width: 2.19rem;
|
|
height: 2.19rem;
|
|
background-color: #cfcfcf;
|
|
border-radius: 100%;
|
|
margin-right: 0.63rem;
|
|
}
|
|
|
|
.tablis .lis .left .circleImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.tablis .lis .left .circle {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail {
|
|
display: flex;
|
|
font-size: 0.69rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail icon {
|
|
font-size: 0.8rem;
|
|
color: #ffa200;
|
|
height: 1rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail text {
|
|
margin-left: 0.41rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail .tiezi {
|
|
display: flex;
|
|
}
|
|
|
|
.tablis .lis .left .circle .detail .member {
|
|
display: flex;
|
|
margin-left: 1.34rem;
|
|
}
|
|
|
|
.tablis .lis .left .circle .title {
|
|
width: 100%;
|
|
font-size: 0.94rem;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
}
|