70 lines
1.1 KiB
Plaintext
70 lines
1.1 KiB
Plaintext
.affiliated {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.affiliated .list .li {
|
|
padding-left: 43rpx;
|
|
padding-right: 46rpx;
|
|
border-bottom: 2rpx solid #e9e9e9;
|
|
}
|
|
|
|
.affiliated .list .li .top {
|
|
display: flex;
|
|
padding-bottom: 31rpx;
|
|
padding-left: 6rpx;
|
|
align-items: center;
|
|
padding-top: 34rpx;
|
|
}
|
|
|
|
.affiliated .list .li .top .left {
|
|
width: 73rpx;
|
|
height: 73rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.affiliated .list .li .top .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.affiliated .list .li .top .right {
|
|
font-size: 36rpx;
|
|
line-height: 36rpx;
|
|
color: #000;
|
|
padding-left: 41rpx;
|
|
flex: 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.affiliated .list .li .bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.affiliated .list .li .bottom {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.affiliated .list .li .add {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
padding-left: 6rpx;
|
|
padding-top: 31rpx;
|
|
padding-bottom: 31rpx;
|
|
}
|
|
|
|
.affiliated .list .li .add image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.affiliated .list .li:last-child {
|
|
border: none;
|
|
}
|