yuminge-app/yun-min-program-plugin-master/packageH/circleCommunity/circleMyAttention/circleMyAttention.wxss

58 lines
989 B
Plaintext

/* packageH/circleCommunity/circleMyAttention/circleMyAttention.wxss */
view,
text {
box-sizing: border-box;
}
.tablis {
background: #fff;
padding: 0.19rem 0.94rem 1.19rem 0.84rem;
}
.tablis .lis {
width: 100%;
height: 4.25rem;
display: flex;
align-items: center;
border-bottom: 0.05rem solid #f2f2f2;
padding: 0 0.9rem;
}
.tablis .lis .circleImg {
width: 2.188rem;
height: 2.188rem;
background-color: #cfcfcf;
border-radius: 50%;
}
.tablis .lis .circleImg image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.tablis .lis .title {
flex: 1;
padding-left: 0.594rem;
font-size: 0.938rem;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
color: #202020;
}
.tablis .lis .right {
font-size: 0.688rem;
color: #fff;
width: 3.75rem;
height: 1.563rem;
background-color: #3175fe;
border-radius: 0.781rem;
display: flex;
align-items: center;
justify-content: center;
}