如果div内元素右对齐, 使用 align 属性。

<div align="right></div>

如果想要文字靠右对齐, 则使用 text-align

//css
.s-info{ text-align: right; }

猪猪侠要努力呀!