cv快速input
效果
<view class="miniWhether-box-lss"><view class="content-inp-text">快递单号</view><input class="content-inp-input" type="text"v-model="expressInfo.expressNo" placeholder="填写快递单号" /></view><view class="miniWhether-box-lss" style="margin-top: 10rpx;"><view class="content-inp-text">备注</view><input class="content-inp-input" type="text"v-model="expressInfo.expressRemark" placeholder="填写备注内容" /></view>
css:
.miniWhether-box-lss{height: 92rpx;line-height: 92rpx;padding-top: 8rpx;padding-left: 10rpx;// line-height: 80rpx;border-radius: 24rpx;// background-color: #096;border: 1rpx solid #ffffff;}.content-inp-text {display: inline-block;width: 120rpx;height: 34rpx;vertical-align: 8rpx;margin-right: -20rpx;font-family: PingFang SC, PingFang SC;font-weight: bold;font-size: 30rpx;color: #333333;line-height: 33rpx;text-align: left;font-style: normal;text-transform: none;// background-color: #0000FF;}.content-inp-input {display: inline-block;font-family: PingFang SC, PingFang SC;font-weight: 500;font-size: 28rpx;color: #ADB1BB;line-height: 34rpx;text-align: left;font-style: normal;text-transform: none;}