timeTable.less 491 B

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