23 lines
335 B
Plaintext
23 lines
335 B
Plaintext
/* pages/protocol/Privacy.wxss */
|
|
.protocolWrap{
|
|
color: #333333;
|
|
padding: 20rpx 30rpx;
|
|
font-size: 30rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
.title{
|
|
font: 32rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
.firstLevel{
|
|
margin-top: 20rpx;
|
|
}
|
|
.firstLevel>view{
|
|
text-indent: 2em;
|
|
}
|
|
.levelTitle{
|
|
font-weight: bold;
|
|
text-indent: 0em;
|
|
}
|