【微信小程序】input组件中文字水平居中

.goods-input {
  width: 76rpx;
  height: 40rpx;
  background: #F6F6F6;
  border-radius: 8rpx;
  /* 文字水平居中 */
  text-align: center
}

【微信小程序】input组件中文字水平居中

上一篇:搭建Redis服务器


下一篇:vue 购物车 todolist