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.
33 lines
552 B
33 lines
552 B
/* pages/cloud_currency_center/rule/rule.wxss */
|
|
.container{
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
padding: 0 30rpx 30rpx;
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.container .clause{
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
font-size: 28rx;
|
|
padding-top: 28rpx;
|
|
}
|
|
|
|
.container .clause text{
|
|
line-height: 55rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.container .clause .title{
|
|
color: #333333;
|
|
font-size: 32rpx;
|
|
line-height: 44rpx;
|
|
text-align: center;
|
|
}
|