Files
huike-front/weapp/app.wxss
T
weli a661e439a0 chore: initialize frontend repo with teaching terminology updates
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context.

Made-with: Cursor
2026-04-23 16:37:14 +08:00

17 lines
300 B
Plaintext

/**app.wxss**/
page{
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.container {
box-sizing: border-box;
}
button{
border-radius: 2px!important;
}
button:not([type='primary']){
border: 1px solid rgb(217,217,217);
background: #ffffff;
}