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:
38
custom-tab-bar/index.wxss
Normal file
38
custom-tab-bar/index.wxss
Normal file
@@ -0,0 +1,38 @@
|
||||
.tabbar {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
display: flex;
|
||||
min-height: 112rpx;
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
border-top: 1rpx solid #edf1f6;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 6rpx;
|
||||
min-height: 112rpx;
|
||||
color: #8995a5;
|
||||
}
|
||||
|
||||
.tab-item-active {
|
||||
color: #2b67e8;
|
||||
}
|
||||
|
||||
.tab-glyph {
|
||||
font-size: 42rpx;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.tab-label {
|
||||
font-size: 24rpx;
|
||||
line-height: 1.2;
|
||||
}
|
||||
Reference in New Issue
Block a user