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; }
.authorized_info{ color:rgb(161, 161, 161) ; font-size: 1.125rem; line-height: 2.5rem; letter-spacing: .125rem; }
.auth_getinfo{ text-indent: -3.125rem; }