servantDetail.wxss 266 B

1234567891011121314151617
  1. .qr-container{
  2. width: 100vw;
  3. height: 100vh;
  4. display: flex;
  5. /* align-items: center; */
  6. justify-content: center;
  7. }
  8. .qr-show{
  9. width: 500rpx;
  10. height: 500rpx;
  11. /* background-color: aqua; */
  12. margin-top: 300rpx;
  13. }
  14. .qr-show image{
  15. width: 100%;
  16. height: 100%;
  17. }