yuminge-app/yun-min-program-plugin-master/packageB/member/enterprise/TeamDataCount/TeamDataCount.wxss

83 lines
1.4 KiB
Plaintext

.award_detail {
background: #fff;
}
.award_detail .title {
position: fixed;
top: 0;
background: #fff;
width: 100%;
height: 80rpx;
line-height: 80rpx;
border-bottom: solid 2rpx #ebebeb;
display: flex;
}
.award_detail .title icon {
width: 80rpx;
height: 80rpx;
font-size: 48rpx;
color: #666;
line-height: 80rpx;
}
.award_detail .title .p {
font-weight: bold;
font-size: 16px;
color: #333;
}
.award_detail .title .p .span {
font-weight: normal;
color: #8c8c8c;
margin-left: 20rpx;
font-size: 14px;
}
.award_detail .content {
background: #fff;
}
.award_detail .content .list {
display: flex;
align-items: center;
padding-left: 28rpx;
}
.award_detail .content .list .img {
width: 80rpx;
height: 80rpx;
border-radius: 64rpx;
border: solid 2rpx #f5f5f5;
overflow: hidden;
}
.award_detail .content .list .img image {
width: 100%;
/* width: 76rpx; */
height: 100%;
}
.award_detail .content .list .name {
width: 630rpx;
margin-left: 20rpx;
border-bottom: solid 2rpx #ebebeb;
}
.award_detail .content .list .name .li {
line-height: 120rpx;
display: flex;
justify-content: space-between;
font-size: 18px;
padding-right: 28rpx;
}
.award_detail .content .list .name .li .span:first-child {
max-width: 392rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
}