qrCode.wxss 441 B

1234567891011121314151617181920212223242526272829
  1. .canvas-code {
  2. background-color: #fff;
  3. /* margin-left: 165rpx; */
  4. }
  5. .qrcode {
  6. margin-top: 200rpx;
  7. display: flex;
  8. justify-content: center;
  9. width: 100%;
  10. flex-direction: column;
  11. align-items: center;
  12. }
  13. .txt {
  14. text-align: center;
  15. color: #BF2637;
  16. width: 100%;
  17. position: absolute;
  18. top: 321px;
  19. }
  20. .txt-top {
  21. text-align: center;
  22. color: #BF2637;
  23. width: 100%;
  24. position: absolute;
  25. top: 73px;
  26. }