74 lines
1.1 KiB
Plaintext
74 lines
1.1 KiB
Plaintext
/* packageI/newGroup/groupcblog/groupcblog.wxss */
|
|
.groupcblog {
|
|
background: #fff;
|
|
}
|
|
|
|
.cblist {
|
|
height: 96rpx;
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.cblist .cbflex {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
|
|
.cblist .cbflex .txtName {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.cblist .cbflex .uidBox {
|
|
padding: 6.4rpx 11.2rpx;
|
|
color: #ff4c4c;
|
|
border-radius: 6rpx;
|
|
background: #ffe4e4;
|
|
flex-shrink: 0;
|
|
margin-left: 11.2rpx;
|
|
}
|
|
|
|
.cblist .cbflex .avaimg {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 8rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.cblist .cbflex .avaimg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.cblist .boxPadd {
|
|
flex: 0.4;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.boxlist {
|
|
height: 64rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.boxlist .boxflex {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.boxlist .boxPadd {
|
|
flex: 0.4;
|
|
text-align: center;
|
|
}
|