ts_aimz/pages/treaty/service/service.wxss
itgaojian163 7c7d85373d 页面
2025-03-21 18:05:54 +08:00

21 lines
360 B
Plaintext

/* pages/treaty/privacy/privacy.wxss */
.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;
}