2025-07-14 17:16:32 +08:00

16 lines
314 B
Plaintext

/* case/pages/privacy/privacy.wxss */
/* case/pages/agreement/agreement.wxss */
.page{
background: #fff;
flex:1;
display: flex;
position: relative;
overflow-y: scroll;
flex-direction: column;
margin-top: 172rpx;
}
.con{
flex:1;
padding:10rpx 32rpx 0;
margin-bottom: 20rpx;
}