timeTable.less 615 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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: 200px !important;
  14. height: 40px !important;
  15. }
  16. .ths{
  17. width: 200px !important;
  18. height: 40px !important;
  19. }
  20. .th p {
  21. color: #ff0000;
  22. }
  23. .th .beizhu {
  24. color: #000;
  25. }
  26. .table tr td {
  27. text-align: center;
  28. padding: 15px;
  29. font-size: 15px;
  30. color: #000;
  31. }
  32. .teacherName {
  33. color: #ff0000;
  34. }
  35. // .fourth td:nth-child(8n) p {
  36. // display: none;
  37. // }
  38. // .rowLesson{
  39. // padding: 0 115px;
  40. // }
  41. .timeTable{
  42. width: 1000px;
  43. }