64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
/* packageC/micro_communities/microFanlist/microFanlist.wxss */
|
|
.microFanlist .ul {
|
|
padding: 0 25.6rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.microFanlist .ul .li {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.microFanlist .ul .li .left-box {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
|
|
.microFanlist .ul .li .left-box image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 100%;
|
|
overflow: hidden;
|
|
margin-right: 25.6rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.microFanlist .ul .li .left-box .title {
|
|
flex: 1;
|
|
width: 96rpx;
|
|
text-align: left;
|
|
overflow: hidden; /* 超出部分隐藏 */
|
|
text-overflow: ellipsis; /* 超出部分显示省略号 */
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.microFanlist .ul .li .right-box .btn {
|
|
width: 180rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
display: inline-block;
|
|
background: red;
|
|
border-radius: 6rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.microFanlist .ul .li .right-box image {
|
|
width: 36rpx;
|
|
margin-left: 32rpx;
|
|
}
|
|
|
|
.microFanlist .unsubID {
|
|
display: inline-block;
|
|
width: 576rpx;
|
|
height: 121.6rpx;
|
|
line-height: 121.6rpx;
|
|
text-align: left;
|
|
text-indent: 57.6rpx;
|
|
font-size: 32rpx;
|
|
}
|