Files
2025-11-28 16:49:36 +08:00

33 lines
558 B
Plaintext

/* 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;
}