小程序字体垂直水平居中

1,151 阅读1分钟

.td { display: flex; align-items: center; justify-content: center; } 使用了flex布局控制其中的文字水平和垂直居中