ClassSchedule.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .scheedule_sty1 {
  2. padding: 0px 20px 20px 20px;
  3. }
  4. .comhline_sty1 {
  5. background-color: #F2F2F2;
  6. width: 100%;
  7. height: 1px;
  8. }
  9. .sch_hang_sty {
  10. display: flex;
  11. flex-direction: row;
  12. align-items: center;
  13. }
  14. .teach_img {
  15. height: 27px;
  16. width: 27px;
  17. margin-left: 30px;
  18. border-radius: 100%;
  19. }
  20. .green_point {
  21. height: 14px;
  22. width: 14px;
  23. background-color: #3DAA4F;
  24. border-radius: 100%;
  25. }
  26. .sch_time_sty {
  27. margin: 2px 15px;
  28. font-family: PingFangSC-Regular;
  29. font-size: 15px;
  30. color: #333333;
  31. letter-spacing: 2.0px;
  32. }
  33. .sch_class_sty {
  34. font-family: PingFangSC-Medium;
  35. font-size: 18px;
  36. color: #0F1011;
  37. letter-spacing: 0;
  38. font-weight: bold;
  39. }
  40. .sch_teacher_sty {
  41. font-size: 12px;
  42. color: #666666;
  43. padding: 5px;
  44. }
  45. .header_days_sty {
  46. display: flex;
  47. flex-direction: row;
  48. }
  49. .each_day_default {
  50. width: 20%;
  51. height: 36px;
  52. color: #CECECE;
  53. font-size: 15px;
  54. text-align: center;
  55. margin-top: 15px;
  56. margin: 10px 20px 10px 20px;
  57. border-radius: 100%;
  58. line-height: 36px;
  59. }
  60. .isday_click {
  61. width: 20%;
  62. height: 36px;
  63. border-radius: 100%;
  64. color: #FFFFFF;
  65. background-color: #4197FC;
  66. text-align: center;
  67. margin-top: 15px;
  68. margin: 10px 20px 10px 20px;
  69. line-height: 36px;
  70. }