一行有两个view,怎么一个左对齐,一个右对齐?

小程序 文章 2022-03-17 12:00 1828 0 全屏看文

AI助手支持GPT4.0

一行有两个view,怎么一个左对齐,一个右对齐?There are two views in a row, how can one be left-aligned and the other right-aligned?

一行有两个view,怎么一个左对齐,一个右对齐?

想要达到的效果:

目前效果:

代码和样式如下:

如果把rightTitle的flex-direction设成row-reverse,右边部分靠右了,但是里面的字体会颠倒,请问有什么解决办法?


The desired effect: the current effect: the code and style are as follows: if the flex direction of righttitle is set to row reverse, the right part is on the right, but the font inside will be reversed. What is the solution?

回答:

八九:

box样式

displayflex;

  align-itemscenter;

  justify-contentspace-between;


老张:

1、在左view和右view之间加一个view,flex:1即可。

养乐多💍:
.propertyBox{   display: flex;  flex-wrap: nowrap;  align-items: center;}.leftTitle{  flex:1;}
养乐多💍:别设置宽度
.:
.propertyBox{  display: flex;  justify-content: space-between;  align-items: center;}
尐飞魚คิดถึง:

.propertyBox {justify-content: space-between;}

-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
获取用户基本信息(UnionID机制)没有昵称?
我遇到一个说是腾讯服务商只要10块钱就可以微信免300认证,这个安全吗?
微信支付收不到回调。查看服务器日志也没有访问 notify_url?
华为手机使用canvas.getContext('2d')真机黑屏
有客服电话吗?想咨询一下关于商品发货的问题
随便看看
微信公众号免300认证教程 5126
小程序已经上线,作为管理员无法在小程序数据助手查看数据? 4436
小程序广告组件通过审核,但是小程序内没有显示广告? 4411
企业微信通讯录账号被管理员误/恶意删除,怎么办? 8449
问题? 7673
如何快速搭建抽奖助手小程序(无需代码知识) 5234
许涛 大哥在吗, 要解冻小程序的时候提示信息主体不一致, 能帮忙看下吗? 6506
小程序搜一搜全称搜索不显示 麻烦解决一下!谢谢 5804
我的小程序广告收款主体是个体工商户,每个月邮寄两次发票很是麻烦,我年底的时候打包邮寄一次可以么? 5465
如何解决渲染层网络错误Failed to load media? 16714