51 lines
671 B
Plaintext
51 lines
671 B
Plaintext
.toolbar {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 42rpx;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.reload {
|
|
width: 132rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
border-radius: 12rpx;
|
|
background: #e7f3f1;
|
|
color: #0f766e;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.session {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10rpx;
|
|
padding: 24rpx;
|
|
margin-bottom: 18rpx;
|
|
}
|
|
|
|
.session-title {
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.session-meta {
|
|
color: #64748b;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.empty {
|
|
padding: 40rpx;
|
|
text-align: center;
|
|
color: #64748b;
|
|
}
|
|
|
|
.error {
|
|
margin-bottom: 20rpx;
|
|
color: #b42318;
|
|
}
|