40 lines
570 B
Plaintext
40 lines
570 B
Plaintext
.history-page {
|
|
background: var(--theme-bg);
|
|
}
|
|
|
|
.actions {
|
|
padding: 14rpx 24rpx 0;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.clear-btn {
|
|
margin: 0;
|
|
width: 156rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border-radius: 12rpx;
|
|
border: 1rpx solid var(--theme-border);
|
|
font-size: 24rpx;
|
|
color: var(--theme-primary);
|
|
background: #fff;
|
|
}
|
|
|
|
.clear-btn::after {
|
|
border: none;
|
|
}
|
|
|
|
.history-list {
|
|
padding: 16rpx 24rpx 30rpx;
|
|
}
|
|
|
|
.history-item {
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.history-time {
|
|
margin: 10rpx 10rpx 0;
|
|
font-size: 22rpx;
|
|
color: #8e96a6;
|
|
}
|