初始化项目, 添加TDesign等包

This commit is contained in:
zhengw
2025-11-28 16:49:36 +08:00
commit 3e53beb7bb
980 changed files with 39201 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
/* pages/agreement/agreement.wxss */
page {
padding-bottom: constant(safe-area-inset-bottom);
/*兼容 IOS<11.2*/
padding-bottom: env(safe-area-inset-bottom);
/*兼容 IOS>11.2*/
background-color: #fff;
}
.agreement-content {
padding: 12px;
background-color: #fff;
}
.agreement-content > view {
margin-bottom: 1em;
}
.agreement-content > view:last-child {
margin-bottom: 0;
}
.agreement-content > .agreement-h1 {
font-size: 18px;
font-weight: bold;
}
.agreement-content > .agreement-h2 {
font-size: 16px;
font-weight: bold;
}