index.wxss 381 B

123456789101112131415161718192021222324252627282930
  1. /* @import "../../../common/icon.css"; */
  2. .container {
  3. display: flex;
  4. flex-direction: column;
  5. width: 100%;
  6. }
  7. .qrimg {
  8. display: flex;
  9. justify-content: center;
  10. }
  11. .qrimg-i {
  12. margin-right: 10px;
  13. }
  14. slider {
  15. width: 100%;
  16. }
  17. input {
  18. width: 100%;
  19. margin-bottom: 20rpx;
  20. }
  21. .btns {
  22. display: flex;
  23. flex-direction: column;
  24. width: 100%;
  25. }
  26. button {
  27. width: 100%;
  28. margin-top: 10rpx;
  29. }