149 lines
2.5 KiB
Plaintext
149 lines
2.5 KiB
Plaintext
/* packageI/newGroup/contribution/contribution.wxss */
|
|
.group-contribution-main {
|
|
background-color: #fff;
|
|
padding: 28rpx 0;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
|
|
.group-contribution-main .main-box {
|
|
height: 280rpx;
|
|
margin: 0 40rpx;
|
|
position: relative;
|
|
color: #fff;
|
|
margin-bottom: 27rpx;
|
|
}
|
|
|
|
.group-contribution-main .main-box image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.group-contribution-main .main-box .main-box-position {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 60rpx 40rpx;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.group-contribution-main .main-box .main-box-position .box-left {
|
|
position: absolute;
|
|
right: 0.0313rem;
|
|
top: 28rpx;
|
|
min-width: 160rpx;
|
|
height: 36rpx;
|
|
background-color: rgba(255, 175, 95, 0.8);
|
|
border-radius: 16rpx 0 0 16rpx;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.group-contribution-main .main-box .main-box-position .box-h1 {
|
|
padding-top: 12rpx;
|
|
font-size: 56rpx;
|
|
color: #fef8ee;
|
|
}
|
|
|
|
.group-contribution-main .total-box {
|
|
color: #f14e4e;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.red {
|
|
color: #f0201f;
|
|
}
|
|
|
|
.time {
|
|
color: #8e8e8e;
|
|
}
|
|
|
|
.content {
|
|
font-size: 0.4688rem;
|
|
padding-bottom: 32rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.content .li {
|
|
margin: 0rpx 32rpx 0 32rpx;
|
|
line-height: 32rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-top: 32rpx;
|
|
padding-bottom: 25rpx;
|
|
font-size: 28rpx;
|
|
border-bottom: 1rpx solid #ebebeb;
|
|
}
|
|
|
|
.content .li .p {
|
|
display: flex;
|
|
margin-bottom: 9.6rpx;
|
|
}
|
|
|
|
.content .li .p span {
|
|
display: inline-block;
|
|
}
|
|
|
|
.content .li .member {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 0.3125rem;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
}
|
|
|
|
.content .li .member .avator {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
margin: 0 12rpx 0 0;
|
|
}
|
|
|
|
.avator image {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
}
|
|
|
|
.content .li .member .member-name {
|
|
text-align: left;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
|
|
/* 超出部分隐藏 */
|
|
text-overflow: ellipsis;
|
|
|
|
/* 超出部分显示省略号 */
|
|
white-space: nowrap;
|
|
|
|
/* 规定段落中的文本不进行换行 */
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.content .li .right {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
|
|
.box-h3 {
|
|
padding: 0 13.12rpx;
|
|
padding-right: 0;
|
|
height: 46.08rpx;
|
|
border-radius: 6.08rpx;
|
|
border: solid 0.96rpx #fff;
|
|
float: right;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: -19.2rpx;
|
|
}
|
|
|
|
.box-h3 .iconfont {
|
|
margin-top: -10rpx;
|
|
}
|