152 lines
2.3 KiB
Plaintext
152 lines
2.3 KiB
Plaintext
/* packageB/mycomponent/groupListPopup/groupListPopup.wxss */
|
|
.allteam {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: #f8f8f8;
|
|
padding: 0 16rpx 0 12rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.allteam .allLeft {
|
|
flex: 1;
|
|
display: flex;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.allteam .allLeft .teamNo {
|
|
color: #f15353;
|
|
max-width: 55%;
|
|
|
|
/* overflow: hidden; */
|
|
|
|
/* text-overflow: ellipsis; */
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.allteam .allLeft .teamTwo {
|
|
white-space: nowrap;
|
|
flex: 1;
|
|
}
|
|
|
|
.allteam .allRight {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
/* 拼团中弹窗 */
|
|
.open_group {
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.open_group p {
|
|
font-size: 26rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.open_group .icon_close {
|
|
position: absolute;
|
|
top: 8rpx;
|
|
right: 0;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.open_group .icon_close .iconfont {
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.open_group .setMaxH {
|
|
max-height: 384rpx;
|
|
overflow: scroll;
|
|
}
|
|
|
|
/* 拼团中弹窗 */
|
|
.open_group {
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.open_group .p {
|
|
font-size: 14px;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
/* .open_group .icon_close {
|
|
position: absolute;
|
|
top: 8rpx;
|
|
right: 0;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
} */
|
|
|
|
.open_group .iconfont {
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.open_group .into_user {
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.open_group .into_user .user {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
background: #f2f2f2;
|
|
border-radius: 64rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.open_group .into_user .time {
|
|
width: 368rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.open_group .into_user .time .time_a {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.open_group .into_user .time .time_b {
|
|
font-size: 12px;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.open_group .into_user .time .time_b .span {
|
|
color: #f15353;
|
|
}
|
|
|
|
.open_group .into_user .user image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.open_group .into_user button {
|
|
border: none;
|
|
background: #f15353;
|
|
color: #fff;
|
|
width: 155rpx;
|
|
height: 52rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* 拼团中弹窗end */
|