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.

45 lines
693 B

page{
background-color: #F6F6F6;
padding-bottom:20rpx;
}
image{
width: 100%;
display: block;
}
*{
font-size: 24rpx;
box-sizing: border-box;
}
.font_20{
font-size:20rpx;
color:#999;
}
.twoWords{display:inline-block;width:56rpx;}
.halfWords{display:inline-block;width:14rpx;}
.i_yuan{
font-size:24rpx;
margin-right: 0rpx!important;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height:100%;
}
.normal_tit{
font-size: 34rpx;
font-weight: 500;
color: #333333;
line-height: 34rpx;
padding:30rpx 0;
}
.font_red
{
color:#FF578A!important;
}
.padding_20{
padding:30rpx 0 10rpx 0;
}