User:Selfice/sandbox/首页/styles.css:修订间差异

无编辑摘要
无编辑摘要
第42行: 第42行:
padding: 0.6em;
padding: 0.6em;
flex: 1 1 30%;
flex: 1 1 30%;
}
.statisticians_block{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
font-size: 14px;
}
.statisticians_left{
flex: 1 1 0;
display: flex;
}
.statisticians_right{
flex: 1 1 0;
float: right;
text-align: right;
}
}