116 lines
1.8 KiB
Plaintext
116 lines
1.8 KiB
Plaintext
/* packageF/others/historyGroup/historyGroup.wxss */
|
|
.group_list {
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.group_list .group_item {
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.group_list .group_id {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #f49c40;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.group_list .time {
|
|
font-size: 12px;
|
|
color: #999;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.group_list .more {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
background-color: #f6f6f6;
|
|
font-size: 40px;
|
|
line-height: 25px;
|
|
color: #9e9e9e;
|
|
}
|
|
|
|
.group_list .other_logo {
|
|
border-top: 1px solid #f2f2f2;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin-top: 10px;
|
|
padding: 15px 10px 0 10px;
|
|
}
|
|
|
|
.group_list .other_item:first-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.other_item {
|
|
width: 1.75rem;
|
|
height: 1.75rem;
|
|
display: inline-block;
|
|
margin-left: -0.5rem;
|
|
float: left;
|
|
background: #9e9e9e;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.other_item .small_logo {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.user_logo_list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
.user_logo_list .user_logo_item {
|
|
position: relative;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.user_logo_list .logo {
|
|
width: 50px;
|
|
height: 50px;
|
|
object-fit: contain;
|
|
border-radius: 50%;
|
|
border: solid 2px #f49c40;
|
|
}
|
|
|
|
.user_logo_list .tag {
|
|
position: absolute;
|
|
left: 7px;
|
|
bottom: 0;
|
|
width: 40px;
|
|
color: #fff;
|
|
background-color: #f49c40;
|
|
border-radius: 8px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.pop-content {
|
|
height: 20rem;
|
|
padding: 20px;
|
|
overflow-y: scroll;
|
|
text-align: center;
|
|
}
|
|
|
|
.pop-content .title {
|
|
font-size: 18px;
|
|
color: #202020;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.pop-content .user_logo_list {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.pop-content .user_logo_item {
|
|
margin: 10rpx;
|
|
}
|