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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b9b57b-2f26e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b9b57b-2f26e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?