微信小程序文本居中

.myText{
  display: flex;
  align-items: center;/* 垂直居中 */
  justify-content: center;/* 水平居中 */

  
  width: 200rpx;
  height: 200rpx;
}

猜你喜欢

转载自blog.csdn.net/fl2502923/article/details/112359836