qrCode.wxss 728 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .canvas-code {
  2. background-color: #fff;
  3. /* margin-left: 165rpx; */
  4. }
  5. .qrcode {
  6. /* margin-top: 200rpx; */
  7. display: flex;
  8. justify-content: space-between;
  9. width: 100%;
  10. flex-direction: column;
  11. align-items: center;
  12. height: 310px;
  13. }
  14. .txt {
  15. text-align: center;
  16. color: #ffffff;
  17. width: 100%;
  18. /* position: absolute; */
  19. /* top: 321px; */
  20. }
  21. .txt-top {
  22. text-align: center;
  23. color: #ffffff;
  24. width: 100%;
  25. /* position: absolute; */
  26. /* top: 73px; */
  27. }
  28. page{
  29. background-image: url(https://dy.shpr.top/images/bg-red-1.jpg);
  30. background-repeat: no-repeat;
  31. background-size: 100% 100%;
  32. -moz-background-size: 100% 100%;
  33. box-sizing: border-box;
  34. padding-top: 330px;
  35. }