a661e439a0
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
17 lines
300 B
Plaintext
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;
|
|
} |