59 lines
880 B
Plaintext
59 lines
880 B
Plaintext
|
/* pages/bind/bind.wxss */
|
||
|
.container{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
.submit_btn{
|
||
|
margin-top: 10%;
|
||
|
}
|
||
|
.privacy_data{
|
||
|
width: 90%;
|
||
|
margin: 2% auto 0;
|
||
|
font-size: 34rpx;
|
||
|
color: #838383;
|
||
|
}
|
||
|
|
||
|
.wx-checkbox-input {
|
||
|
width: 34rpx !important;
|
||
|
height: 34rpx !important;
|
||
|
}
|
||
|
|
||
|
.privacy_color{
|
||
|
color: #5199ff;
|
||
|
}
|
||
|
.privacy_wrap{
|
||
|
width: 96%;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.privacy_title{
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 44rpx;
|
||
|
font-weight: bold;
|
||
|
box-sizing: border-box;
|
||
|
padding-bottom: 10rpx;
|
||
|
border-bottom: 1rpx solid #000;
|
||
|
margin-top: 4%;
|
||
|
}
|
||
|
.privacy_content{
|
||
|
width: 100%;
|
||
|
height: 60vh;
|
||
|
overflow-y: auto;
|
||
|
margin: 4% 0;
|
||
|
text-indent: 2rem;
|
||
|
font-size: 28rpx;
|
||
|
color: #585859;
|
||
|
}
|
||
|
.fontWeight{
|
||
|
font-weight: bold;
|
||
|
color: #000;
|
||
|
margin: 5px 0;
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
.fontS{
|
||
|
margin: 5px 0;
|
||
|
}
|
||
|
.brView{
|
||
|
margin-top: 20px;
|
||
|
}
|