15 lines
290 B
Plaintext
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;
|
|
} |