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.

99 lines
1.7 KiB

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;
}
.flex_column{
display:flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
align-content: center;
}
.flex_column_center{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
}
.flex_column_left{
display:flex;
flex-direction: column;
justify-content: center;
}
.flex_column_between{
display:flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
align-content: center;
}
.flex_top{
display:flex;
justify-content: flex-start;
}
.flex_center{
display:flex;
justify-content: center;
align-items: center;
align-content: center;
}
.flex_start{
display:flex;
justify-content: flex-start;
align-items: center;
align-content: center;
}
.flex_between{
display:flex;
justify-content: space-between;
align-items: center;
align-content: center;
}
.flex_between_top{
display:flex;
justify-content: space-between;
}
.flex_wrap{
flex-wrap: wrap;
}