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