/* packageB/member/couponLog/couponLog.wxss */ #couponLog .log-list { background: #fff; padding: 0 0.875rem; } #couponLog .log-list .list { display: flex; flex-direction: column; justify-content: space-around; padding: 0.5rem 0; height: 3.5rem; border-bottom: 1rpx solid #ececec; } #couponLog .log-list .list .flexjc { display: flex; justify-content: space-between; } #couponLog .log-list .list .size12 { font-size: 12px; } #couponLog .log-list .list .color-red { color: #ff4949; } #couponLog .log-list .list .color-999 { color: #999; }