| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .scheedule_sty1 {
- padding: 0px 20px 20px 20px;
- }
- .comhline_sty1 {
- background-color: #F2F2F2;
- width: 100%;
- height: 1px;
- }
- .sch_hang_sty {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .teach_img {
- height: 27px;
- width: 27px;
- margin-left: 30px;
- border-radius: 100%;
- }
- .green_point {
- height: 14px;
- width: 14px;
- background-color: #3DAA4F;
- border-radius: 100%;
- }
- .sch_time_sty {
- margin: 2px 15px;
- font-family: PingFangSC-Regular;
- font-size: 15px;
- color: #333333;
- letter-spacing: 2.0px;
- }
- .sch_class_sty {
- font-family: PingFangSC-Medium;
- font-size: 18px;
- color: #0F1011;
- letter-spacing: 0;
- font-weight: bold;
- }
- .sch_teacher_sty {
- font-size: 12px;
- color: #666666;
- padding: 5px;
- }
- .header_days_sty {
- display: flex;
- flex-direction: row;
- }
- .each_day_default {
- width: 20%;
- height: 36px;
- color: #CECECE;
- font-size: 15px;
- text-align: center;
- margin-top: 15px;
- margin: 10px 20px 10px 20px;
- border-radius: 100%;
- line-height: 36px;
- }
- .isday_click {
- width: 20%;
- height: 36px;
- border-radius: 100%;
- color: #FFFFFF;
- background-color: #4197FC;
- text-align: center;
- margin-top: 15px;
- margin: 10px 20px 10px 20px;
- line-height: 36px;
- }
|