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