liangjin
2021-05-11 e293974e1be9d2b6894cbf2fa5841a8bd21163de
pages/order/hbfqOrder/hbfqOrder.acss
@@ -51,3 +51,70 @@
  margin-top: 12px;
}
.user-msg-view {
  width: 686rpx;
  background: #fff;
  padding: 0px 0 10px;
  box-sizing: border-box;
  box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
  border-radius: 8px;
  margin: auto;
  margin-top: 12px;
}
/* .btn-view {
  width: 686rpx;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
  margin-top:40rpx;
}
.to-qrcode {
  width: 320rpx;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #8C4EF5;
  border-radius: 22px;
  line-height: 44px;
  color: #8C4EF5;
}
.get-qrcode {
  width: 320rpx;
  height: 44px;
  border-radius: 22px;
  border: 0;
  color:#fff;
  line-height: 44px;
} */
.btn-view {
  width: 686rpx;
  height: 120rpx;
  display: flex;
  align-items:center;
  justify-content:center
}
.to-qrcode {
  width: 320rpx;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #8C4EF5;
  border-radius: 22px;
  line-height: 44px;
  color: #8C4EF5;
}
.get-qrcode {
  width: 320rpx;
  height: 40px;
  margin-top: 20rpx;
  margin-bottom: 20rpx;
  border-radius: 22px;
  border: 0;
  color:#fff;
  line-height: 40px;
}