Files
teaching-feedback-assistant/pages/records/index.wxss

109 lines
1.5 KiB
Plaintext

.records-page {
padding-top: 48rpx;
}
.records-filter {
margin-top: 28rpx;
padding: 24rpx;
}
.filter-label,
.filter-value {
display: block;
}
.filter-label {
color: #6e6e73;
font-size: 23rpx;
}
.filter-value {
margin-top: 8rpx;
color: #1c1c1e;
font-size: 29rpx;
font-weight: 700;
}
.records-empty {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 24rpx;
padding: 64rpx 36rpx;
text-align: center;
}
.empty-icon {
color: #007aff;
font-size: 56rpx;
}
.empty-title {
margin: 20rpx 0 12rpx;
color: #1c1c1e;
font-size: 36rpx;
font-weight: 800;
}
.empty-action {
width: 280rpx;
margin-top: 28rpx;
}
.record-list {
display: flex;
flex-direction: column;
gap: 14rpx;
margin-top: 18rpx;
}
.record-card {
padding: 26rpx 24rpx;
}
.record-top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20rpx;
}
.record-profile,
.record-date,
.record-content {
display: block;
}
.record-profile {
color: #1c1c1e;
font-size: 31rpx;
font-weight: 800;
}
.record-date {
margin-top: 6rpx;
color: #6e6e73;
font-size: 23rpx;
}
.record-content {
margin-top: 20rpx;
padding-top: 18rpx;
border-top: 1rpx solid #e5e5ea;
color: #3a3a3c;
font-size: 27rpx;
line-height: 1.65;
white-space: pre-wrap;
}
.delete-button {
margin: 0;
padding: 8rpx 14rpx;
border: 1rpx solid #f1c4c4;
border-radius: 10rpx;
background: #fff2f2;
color: #d13f3a;
font-size: 22rpx;
line-height: 1.3;
}