Files
huike-front/weapp/pages/download/download.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

15 lines
210 B
Plaintext

.main {
width: 100vw;
height: 100vh;
}
.center {
height: 140px;
margin-top: calc((100% - 140px) / 2);
text-align: center;
padding: 0 32rpx;
}
.center .text {
font-size: 36rpx;
color: #333333;
}