123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .trace-box {
- background-color: #ffffff;
- margin-bottom: 20rpx;
- .item {
- width: 100vw;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- border-bottom: 1px solid #DDDDDD;
- .user {
- display: flex;
- .portrait {
- width: 80rpx;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 50%;
- background-color: #3874F6;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- margin-right: 20rpx;
- flex-shrink: 0;
- }
- .content {
- .label {
- font-size: 30rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- text {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- }
- }
- .date {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- margin-top: 6rpx;
- }
- }
- }
- .text {
- width: 100%;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- word-break: break-all;
- margin-top: 20rpx;
- }
- .type {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- margin-top: 20rpx;
- text {
- font-size: 24rpx;
- color: #333333;
- }
- }
- }
- .bottom {
- display: flex;
- justify-content: flex-end;
- width: 100%;
- height: 80rpx;
- background: #FFFFFF;
- navigator {
- padding: 0 20rpx;
- line-height: 80rpx;
- .iconfont {
- font-size: 28rpx;
- color: #999999;
- margin-right: 8rpx;
- }
- font-size: 24rpx;
- font-family: PingFang SC-Regular,
- PingFang SC;
- color: #333333;
- }
- }
- }
|