ts_aimz/pages/treaty/rule/rule.wxss
2025-04-09 11:31:24 +08:00

26 lines
498 B
Plaintext

/* pages/treaty/privacy/privacy.wxss */
page {
background: linear-gradient(to bottom, #F0F0F0, #FFFFFF);
background-size: 100% 100vh;
background-repeat: no-repeat;
}
.content-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20rpx;
}
.content-title {
font-size: 28rpx;
font-weight: 500;
color: black;
}
.content-body {
font-size: 24rpx;
color: gray;
margin-top: 20rpx;
padding: 20rpx;
}