20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
/* packageI/newGroup/redeemLog/redeemLog.wxss */
|
|
.logbox {
|
|
background: #fff;
|
|
}
|
|
|
|
.li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #eee;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.lis {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|