40 lines
590 B
Plaintext
40 lines
590 B
Plaintext
@import "../../nvue.wxss";
|
|
|
|
.page {
|
|
padding: 80px 30px;
|
|
}
|
|
.title {
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.flex-r {
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
.text-item {
|
|
margin-bottom: 5px;
|
|
}
|
|
.tl {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
.hl {
|
|
color: #007AFF;
|
|
}
|
|
.service {
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.confirm {
|
|
margin-top: 50px;
|
|
flex-direction: row;
|
|
}
|
|
.btn-privacy {
|
|
flex: 1;
|
|
}
|
|
.btn-disagree {
|
|
margin-left: 20px;
|
|
}
|