文字上下左右居中

 .loginline {
      height: 2px;
      background: #9a0000;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }


  <div class="loginH1">文字<span style="font-size: 18px;line-height: 20px">●</span>文字</div>

div是折行用的,前面前台flex

<!--<view class="name">11●222</view>-->

<view style="color: black;font-size: 18px;margin-left: 3px;display: flex;">
	稻城稻城
	<view style="font-size: 5px;padding: 8px 0 0 0;">●</view>
	数字数字
 </view>
posted @ 2022-11-17 10:54  寒冷的雨呢  阅读(21)  评论(0编辑  收藏  举报