task.css 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .l-table-edit-text {
  2. width: 100px;
  3. font-weight: bold;
  4. color: #cc000
  5. }
  6. .default-select {
  7. width: 500px;
  8. }
  9. .short-select {
  10. width: 150px;
  11. }
  12. .default-text {
  13. width: 250px;
  14. height: 28px;
  15. line-height: 28px
  16. }
  17. .short-text {
  18. width: 50px;
  19. line-height: 28px;
  20. height: 28px;
  21. }
  22. .text {
  23. height: 28px;
  24. line-height: 28px;
  25. margin-right: 10px;
  26. display: inline-block;
  27. margin-left: 1px
  28. }
  29. .title {
  30. font-size: 20px;
  31. font-weight: bold;
  32. padding-bottom: 20px;
  33. padding-left: 5px;
  34. border-bottom: 1px solid #ededed;
  35. vertical-align: bottom;
  36. }
  37. .file-style{
  38. width: 550px;
  39. }
  40. .file-style input[type='file'] {
  41. width:160px ;
  42. height:24px;
  43. line-height:22px;
  44. vertical-align: bottom;
  45. margin-top: 2px;
  46. margin-bottom: 2px;
  47. }
  48. .file-style a {
  49. display: inline-block;
  50. line-height: 22px;
  51. }
  52. .notice{color: blue; display: none; margin-top: 2px}
  53. .warn{color: red; display: none; margin-top: 2px}