加入效果

This commit is contained in:
2025-09-08 15:57:01 +08:00
commit 1f27eb3c94
163 changed files with 1915 additions and 0 deletions

20
miniprogram/app.wxss Normal file
View File

@@ -0,0 +1,20 @@
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 200rpx 0;
box-sizing: border-box;
}
.btn {
margin-top: 30rpx;
width: 80%;
background-color: #07C160;
color: white;
border-radius: 10rpx;
padding: 20rpx 0;
text-align: center;
}