Files
memind/miniapp/pages/space/index.wxss

51 lines
667 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;
}
.page-card {
display: flex;
flex-direction: column;
gap: 10rpx;
padding: 24rpx;
margin-bottom: 18rpx;
}
.page-title {
font-size: 30rpx;
font-weight: 700;
}
.page-meta {
color: #64748b;
font-size: 24rpx;
}
.empty {
padding: 40rpx;
text-align: center;
color: #64748b;
}
.error {
margin-bottom: 20rpx;
color: #b42318;
}