60 lines
1023 B
Plaintext
60 lines
1023 B
Plaintext
/* packageI/newGroup/groupContributionDetailslog/groupContributionDetailslog.wxss */
|
|
#groupContributionDetailslog {
|
|
min-height: 100vh;
|
|
background: #fff;
|
|
}
|
|
|
|
.logBox {
|
|
border-bottom: 1rpx solid #e5e5e5;
|
|
margin: 0 30rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 32rpx 0;
|
|
}
|
|
|
|
.logBox .left {
|
|
height: 128rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.logBox .left .avaimg {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.logBox .left .avaimg image {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.logBox .right {
|
|
height: 128rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.logBox .right .priceTxt {
|
|
color: #6f6f6f;
|
|
}
|
|
|
|
.logBox .right .price {
|
|
color: #ff7373;
|
|
}
|
|
|
|
.logBox .right .time {
|
|
font-size: 12px;
|
|
color: #afafaf;
|
|
}
|