goOut.wxss 615 B

1234567891011121314151617181920212223242526272829303132333435
  1. .goOut .submit-box {
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. bottom: 0;
  6. padding: 0 30rpx;
  7. background-color: #fff;
  8. }
  9. .goOut .dtl {
  10. padding: 30rpx;
  11. border-bottom: 1rpx solid #dcdcdc;
  12. font-size: 26rpx;
  13. line-height: 40rpx;
  14. }
  15. .goOut .addQrcode-list {
  16. height: 80rpx;
  17. display: flex;
  18. justify-content: space-between;
  19. padding: 15rpx;
  20. border-bottom: 1rpx solid #dcdcdc;
  21. font-size: 24rpx;
  22. }
  23. .goOut .addQrcode-list .fl {
  24. display: flex;
  25. }
  26. .goOut .addQrcode-list .fl .code {
  27. margin-right: 20rpx;
  28. }
  29. .goOut .addQrcode-list .fr {
  30. line-height: 80rpx;
  31. }
  32. .popup-input-warp {
  33. padding: 30rpx 40rpx;
  34. }