You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GirdSelectIndex.css 581 B

4 years ago
123456789101112131415161718192021222324252627282930313233343536
  1. .lr-form-layout {
  2. padding:44px 0 0 0;
  3. }
  4. .lr-form-layout-top {
  5. position:absolute;
  6. top:0;
  7. left:0;
  8. border-bottom:1px solid #ddd;
  9. height:44px;
  10. width:100%;
  11. padding-left:3px;
  12. z-index:4;
  13. }
  14. .lr-item {
  15. position: relative;
  16. float: left;
  17. padding-top: 8px;
  18. padding-left:5px;
  19. line-height:28px;
  20. }
  21. .lr-item .btn
  22. {
  23. position: relative;
  24. display: inline-block;
  25. height: 28px;
  26. margin-bottom: 1px;
  27. line-height: 14px;
  28. }
  29. .lr-item .lr-select {
  30. width:170px;
  31. }
  32. .lr-item .lr-field-error-info {
  33. top:9px;
  34. height:26px;
  35. }