/* pages/mine/product/coupon/addcoupon.wxss */ page { font-size: 28rpx; } .row-item-width { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 30%; } .row-item-width input { text-align: center; } .row-item { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 95%; } .item-padding { padding: 5rpx 0rpx; }