css文本块中首行文本的缩进,字间距

1、letter-spacing:字间距

.authorized_info{
    color:rgb(161, 161, 161) ;
    font-size: 1.125rem;
    line-height: 2.5rem;
    letter-spacing: .125rem;

}

 

 

 2、text-indent、文本块中首行文本的缩进

.auth_getinfo{
    text-indent: -3.125rem;
}

猜你喜欢

转载自www.cnblogs.com/lpp-11-15/p/12972821.html
今日推荐