小程序
小游戏
企业微信
微信支付
扫描小程序码分享
想要达到的效果:
目前效果:
代码和样式如下:
如果把rightTitle的flex-direction设成row-reverse,右边部分靠右了,但是里面的字体会颠倒,请问有什么解决办法?
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
box样式
display: flex;
align-items: center;
justify-content: space-between;
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
.propertyBox{ display: flex; justify-content: space-between; align-items: center; }
.propertyBox {justify-content: space-between;}
1、在左view和右view之间加一个view,flex:1即可。
.propertyBox{ display: flex; flex-wrap: nowrap; align-items: center; } .leftTitle{ flex:1; }
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
box样式
display: flex;
align-items: center;
justify-content: space-between;
.propertyBox{ display: flex; justify-content: space-between; align-items: center; }
.propertyBox{ display: flex; justify-content: space-between; align-items: center; }
.propertyBox {justify-content: space-between;}
1、在左view和右view之间加一个view,flex:1即可。
.propertyBox{ display: flex; flex-wrap: nowrap; align-items: center; } .leftTitle{ flex:1; }