inOut.wxss 589 B

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