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.
This commit is contained in:
57
pages/feedback/index.wxss
Normal file
57
pages/feedback/index.wxss
Normal file
@@ -0,0 +1,57 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user