样式错误,line-height问题

 昨晚写的少了

.numLb {
  font-family: PingFang-SC-Bold;
  font-size: 92rpx;
  color: #1abb76;
  letter-spacing: 0.29px;
  text-align: center;
  line-height: 160px;//line-height改成60就好了
  margin-top: 0rpx;
  height: 60rpx;
  /* background-color: yellow; */
}

原文地址:https://www.cnblogs.com/tufei7/p/11307149.html