Files
teaching-feedback-assistant/pages/feedback/index.wxss
shay7sev 0a07538dce feat: establish teaching feedback mini program
Connect student profiles, defaults, and feedback records to the Rust API. Configure the WeChat AppID, custom tab bar, and local development workflow for version 0.1.0.
2026-07-15 15:36:51 +08:00

58 lines
854 B
Plaintext

.feedback-page {
padding-top: 44rpx;
}
.feedback-form {
margin-top: 32rpx;
padding: 24rpx;
}
.feedback-field,
.content-field {
padding: 22rpx;
border: 2rpx solid #d8e5f2;
border-radius: 14rpx;
background: #fbfdff;
}
.feedback-field + .feedback-field,
.content-field {
margin-top: 16rpx;
}
.content-label-row,
.profiles-hint {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20rpx;
}
.content-count {
color: #8a97a6;
font-size: 23rpx;
}
.feedback-textarea {
width: 100%;
min-height: 300rpx;
margin-top: 18rpx;
color: #17233a;
font-size: 29rpx;
line-height: 1.6;
}
.save-feedback {
margin-top: 24rpx;
}
.profiles-hint {
margin-top: 22rpx;
padding: 20rpx 22rpx;
border: 2rpx dashed #c7ddeb;
border-radius: 12rpx;
color: #65758a;
font-size: 24rpx;
line-height: 1.45;
}