作为Android开发人员,记录一下小程序的摸索之路
居中
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
input
type="number" confirm-type="done" value="{{car_price}}" placeholder-style="color:#FF6000;margin-right:10rpx;font-size:28rpx;" placeholder="请输入" class="car-price" bindconfirm="changeCarPrice" bindblur="changeCarPrice"/>