You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
331 B
22 lines
331 B
/* pages/verification/protocol/protocol.wxss */
|
|
.container{
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
padding: 0 30rpx 30rpx;
|
|
}
|
|
|
|
.container .title{
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
margin: 30rpx 0;
|
|
}
|
|
|
|
.container text{
|
|
font-size: 28rpx;
|
|
color: #353535;
|
|
}
|
|
|
|
|