The text in the circle of Mini Program cannot be centered horizontally.

it is in the middle on the Android, but it is crooked with the Apple 6 test. It doesn"t work with either of the following.

  display: flex;
  justify-content: center;  
  align-items: center;
  text-align: center;

clipboard.png


line-height:height


your first solution is not good., display: flex is a box layout, and the second one can only center it horizontally. If you want to center it vertically, add line-height
text vertical center


have you located it? Do you put the word directly in the div or the p tag? It's hard to locate the problem if you only play css.

Menu