.item{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:1.5rem;padding:0 .3rem}.item:after{content:"";position:absolute;left:.3rem;bottom:0;right:.3rem;height:1px;background:#eaeaea;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.item .left{-webkit-flex-shrink:1;flex-shrink:1}.item .left,.item .left .text{font-family:PingFangSC-Regular;font-size:.32rem;color:#333}.item .left .text{margin-bottom:.14rem}.item .left .user-name{font-size:.32rem}.item .left .time{font-family:PingFangSC-Regular;font-size:.24rem;color:#999;position:relative;top:1px}.item .right{color:#333;text-align:right;-webkit-flex-shrink:0;flex-shrink:0}.item .right,.item .right .yuan{font-family:PingFangSC-Regular;font-size:.32rem}.item .right .yuan{margin-bottom:.14rem}.item .right .azuan{font-family:PingFangSC-Regular;font-size:.24rem;color:#999}.item .amount-red{color:#fd4c5c}.item .amount-grey{color:#333}.item .username-blue{color:#409bef}html[data-theme=dark] .item:after{background:#333}html[data-theme=dark] .item .left,html[data-theme=dark] .item .left .text{color:#ccc}html[data-theme=dark] .item .left .time{color:#666}html[data-theme=dark] .item .right{color:#ccc}html[data-theme=dark] .item .right .azuan{color:#666}html[data-theme=dark] .item .amount-grey{color:#ccc}