taskSchedule.css 271 B

123456789101112131415161718192021
  1. #d1 {
  2. text-align: center;
  3. float: left;
  4. border: 1px solid #e6e6e6;
  5. width: 110px;
  6. height: 38px;
  7. background-color: #fbfbfb;
  8. }
  9. #d2 {
  10. border: 1px solid #e6e6e6;
  11. width: 498px;
  12. height: 38px;
  13. margin-left: 109px;
  14. }
  15. #s1 {
  16. position: relative;
  17. top: 8px;
  18. }