page { background: #fff; padding-bottom: 120rpx; } .nomargin { margin-top: 0; } .my-list { position: relative; display: flex; padding: 30rpx 24rpx; align-items: center; overflow: hidden; } .my-list-media image { border-radius: 50%; width: 80rpx; height: 80rpx; } .my-list-inner { padding-left: 24rpx; flex: 1; display: flex; justify-content: space-between; } .my-list-inner .text,.my-list-inner .nums { display: flex; flex-direction: column; justify-content: space-between; } .my-list-inner .title { font-size: 28rpx; color: #333; } .my-list-inner .subtitle { font-size: 24rpx; color: #666; } .my-list-inner .num { font-size: 24rpx; color: #000; text-align: right; } .my-list-inner .num-order { font-size: 24rpx; color: #666; text-align: right; } .my-list-remark { position: relative; } .my-list-remark::before { position: absolute; content: " "; display: inline-block; transform: rotate(45deg); height: 16rpx; width: 16rpx; border-width: 1px 1px 0 0; border-color: #C8C8CD; border-style: solid; top: -1px; margin-left: .3em; } .my-list-remark.noremark::before { display: none; } .my-list:before { content: " "; position: absolute; bottom: 0; right: 0; height: 0; border-bottom: 1rpx solid #ebebeb; transform-origin: 0 0; transform: scaleY(0.5); left: 0; } .fui-loading.line .text,.fui-loading.empty .text { background: #fff; }