InventorySubmit.wxss 641 B

1234567891011121314151617181920212223242526272829303132
  1. .InventorySubmit {
  2. padding: 0 30rpx;
  3. }
  4. .InventorySubmit .popup-content {
  5. width: 500rpx;
  6. font-size: 24rpx;
  7. border-radius: 10rpx;
  8. padding: 0 40rpx 40rpx;
  9. line-height: 60rpx;
  10. }
  11. .InventorySubmit .popup-content ._h3 {
  12. text-align: center;
  13. height: 80rpx;
  14. line-height: 80rpx;
  15. font-size: 34rpx;
  16. }
  17. .InventorySubmit .popup-content input {
  18. border: 1px solid #dcdcdc;
  19. }
  20. .InventorySubmit .addQrcode-list {
  21. height: 80rpx;
  22. display: flex;
  23. justify-content: space-between;
  24. padding: 15rpx;
  25. border-bottom: 1rpx solid #dcdcdc;
  26. font-size: 24rpx;
  27. }
  28. .InventorySubmit .addQrcode-list .fr {
  29. line-height: 80rpx;
  30. color: #0066CC;
  31. }