yulanfapiao.wxss 732 字节
.fapiaoitem {
  display: flex;
  align-items: center;
  padding: 32rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
  justify-content: space-between;
}

.fapiaobox {
  border-top: 24rpx solid #f9f9f9;
  padding: 0 32rpx;
  box-sizing: border-box;
}

.fapiaoitemleft {
  color: #06121e;
  font-size: 28rpx;
  font-weight: bold;
  width: 310rpx;
}

.fapiaoitemright {
  width: 390rpx;
  color: #5b5e63;
  font-size: 28rpx;
  text-align: right;
}

.fapiaoitemright input {
  width: 100%;
}

.wancheng {
  width: 686rpx;
  height: 88rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 8rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  margin:74rpx auto 0;
  line-height: 88rpx;

}