css文字垂直居中

<div class="" style="text-align:center;margin-top:20rpx;">
  <div class="" style="background:#F9C356;width:80%;height:70rpx;margin:0 auto;border-radius:10rpx;display:flex;justify-content: space-between;line-height:70rpx;">
     <text style="">我的ETG碎片:</text><text style="">1000</text>
  </div>
</div>

說明:控制文字垂直,主要在父元素設置text-align:center;子元素設置高度和行高height:70rpx;line-height:70rpx;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章