Files
xuan_wechat/pages/refund/logs/logs.wxss
2023-08-29 13:53:48 +08:00

8 lines
482 B
Plaintext

.logs{ background: #f7f8f9; min-height: 100vh; padding: 10rpx 30rpx 30rpx; box-sizing: border-box; }
.logs-item{ background: white; border-radius: 20rpx; padding: 25rpx 30rpx; margin-top: 20rpx; }
.logs-flex{ display: flex; align-items: center; justify-content: space-between; }
.logs-title{ font-weight: bold; font-size: 28rpx; line-height: 40rpx; }
.logs-time{ font-size: 26rpx; color: gray; line-height: 40rpx; }
.logs-text{ font-size: 28rpx; padding-top: 10rpx; color: gray; }