timeTable.less 526 B

123456789101112131415161718192021222324252627282930313233343536
  1. .top .title {
  2. text-align: left;
  3. font-size: 30px;
  4. padding: 0 0 0 8%;
  5. }
  6. .top .date {
  7. text-align: left;
  8. font-size: 25px;
  9. color: #ff0000;
  10. padding: 10px 0 10px 26%;
  11. }
  12. .th {
  13. width: 120px !important;
  14. height: 40px !important;
  15. }
  16. .th p {
  17. color: #ff0000;
  18. }
  19. .th .beizhu {
  20. color: #000;
  21. }
  22. .table tr td {
  23. text-align: center;
  24. padding: 15px 5px;
  25. font-size: 15px;
  26. color: #000;
  27. }
  28. .teacherName {
  29. color: #ff0000;
  30. }
  31. // .fourth td:nth-child(8n) p {
  32. // display: none;
  33. // }
  34. // .rowLesson{
  35. // padding: 0 115px;
  36. // }