15 lines
276 B
CSS
15 lines
276 B
CSS
.userAgreement {
|
|
font-size: 0;
|
|
padding-top: 0.6rem;
|
|
}
|
|
.userAgreement span {
|
|
font-size: 0.32rem;
|
|
font-weight: bold;
|
|
margin-bottom: 0.3rem;
|
|
display: inline-block;
|
|
}
|
|
.userAgreement p {
|
|
font-size: 0.28rem;
|
|
margin-bottom: 0.36rem;
|
|
color: #333;
|
|
} |