问答详情
源自:6-8 CSS3 结构性伪类选择器—nth-child(n)

怎么标签里字的居中啊!

ol>li:nth-child(2n+1){
background:#896;
width:60px;
height:60px;
font:italic 20px "songti";
text-shadow:1px 2px 0 green;
text-align:center;
border-radius:4px;
margin:0 auto;
}

提问者:qq_薛程程_03691123 2016-08-23 07:32

个回答

  • weibo_时间煮雨我煮面022_0
    2016-10-27 13:34:13

    添加一行:l

    line-height:60px;


  • qq_薛程程_03691123
    2016-08-23 16:56:32

    但是还是没有达到预期的效果---上下左右都居中。

  • 童超
    2016-08-23 08:02:03

    text-align:center字体居中