zoujiandong b496603f7c 111
2025-06-17 17:58:29 +08:00

15 lines
290 B
Plaintext

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