美文网首页
WX小程序 view 文本右对齐 text-aligns:rig

WX小程序 view 文本右对齐 text-aligns:rig

作者: jasperWhf | 来源:发表于2020-01-17 10:03 被阅读0次

justify-content: flex-end;亲测有效

.right-view{ 

       display: flex; 

       height: 42upx;

      line-height: 42upx;

      font-size: 24upx;

      color: #FFFFFF; width: 128upx;

      padding-right: 15upx;justify-content: flex-end;

      background-color: #738BB9;

}

相关文章

网友评论

      本文标题:WX小程序 view 文本右对齐 text-aligns:rig

      本文链接:https://www.haomeiwen.com/subject/rpkczctx.html