.goods-input {
width: 76rpx;
height: 40rpx;
background: #F6F6F6;
border-radius: 8rpx;
/* 文字水平居中 */
text-align: center
}
【微信小程序】input组件中文字水平居中
最新推荐文章于 2024-07-31 15:52:02 发布
.goods-input {
width: 76rpx;
height: 40rpx;
background: #F6F6F6;
border-radius: 8rpx;
/* 文字水平居中 */
text-align: center
}