12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .top .title {
- text-align: left;
- font-size: 30px;
- padding: 0 0 0 8%;
- }
- .top .date {
- text-align: left;
- font-size: 25px;
- color: #ff0000;
- padding: 10px 0 10px 26%;
- }
- .th {
- width: 200px !important;
- height: 40px !important;
- }
- .ths{
- width: 200px !important;
- height: 40px !important;
- }
- .th p {
- color: #ff0000;
- }
- .th .beizhu {
- color: #000;
- }
- .table tr td {
- text-align: center;
- padding: 15px;
- font-size: 15px;
- color: #000;
- }
- .teacherName {
- color: #ff0000;
- }
- // .fourth td:nth-child(8n) p {
- // display: none;
- // }
- // .rowLesson{
- // padding: 0 115px;
- // }
- .timeTable{
- width: 1000px;
- }
|