You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
685 B
31 lines
685 B
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanlfind-follow-container__list .item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanlfind-follow-container__list .item .cu-avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
flex-shrink: 0;
|
|
background-color: #f9f9f9;
|
|
}
|
|
.wanlfind-follow-container__list .item .subject {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex: 1;
|
|
}
|
|
.wanlfind-follow-container__list .item .subject .info {
|
|
max-width: 250rpx;
|
|
}
|
|
.wanlfind-follow-container__list .item .subject .menu {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
|