You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TimeTable.css 2.1 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. font-family: "Microsoft YaHei", "微软雅黑" !important;
  5. padding: 10px;
  6. color: #333;
  7. }
  8. .perFestivalsBox td.active {
  9. cursor: pointer;
  10. }
  11. .perFestivalsBox td.active:hover {
  12. color: crimson;
  13. }
  14. .warpper {
  15. background: #fff;
  16. padding-bottom: 30px;
  17. font-size: 15px;
  18. }
  19. .personalBox {
  20. padding: 10px;
  21. }
  22. .personT {
  23. font-size: 28px;
  24. text-align: center;
  25. margin: 30px 0 10px;
  26. }
  27. .perSemester {
  28. /*text-align: center;*/
  29. border: 1px solid #dfdfdf;
  30. line-height: 40px;
  31. overflow: hidden;
  32. padding: 0 10px;
  33. }
  34. .perSemester span {
  35. float: right
  36. }
  37. .perWeek {
  38. overflow: hidden;
  39. line-height: 40px;
  40. text-align: center;
  41. border-left: 1px solid #dfdfdf;
  42. border-right: 1px solid #dfdfdf;
  43. }
  44. .perWeek li {
  45. width: 12.5%;
  46. float: left;
  47. border-left: 1px solid #dfdfdf;
  48. }
  49. /*.perWeek li:first-child{
  50. border-left: 1px solid #dfdfdf;
  51. } */
  52. .perFestivalsBox {
  53. border-left: 1px solid #dfdfdf;
  54. border-right: 1px solid #dfdfdf;
  55. border-bottom: 1px solid #dfdfdf;
  56. text-align: center;
  57. }
  58. .perFestivalsBox td {
  59. border-left: 1px solid #dfdfdf;
  60. border-top: 1px solid #dfdfdf;
  61. width: 12.5%;
  62. font-size: 14px;
  63. padding: 10px;
  64. }
  65. .perFestivalsBox td div {
  66. min-height: 20px;
  67. /*padding:0 10px;*/
  68. }
  69. /*.perFestivalsBox td div:first-child{
  70. margin-top: 10px;
  71. }
  72. .perFestivalsBox td div:last-child{
  73. margin-bottom: 10px;
  74. }*/
  75. .perFestivalsBox td:first-child, .perWeek li:first-child {
  76. border-left: 0;
  77. }
  78. .perBtn {
  79. background: #282E3B;
  80. text-align: center;
  81. font-size: 0;
  82. line-height: 40px;
  83. width: 300px;
  84. margin: 30px auto 0;
  85. cursor: pointer;
  86. border-radius: 4px;
  87. }
  88. .perBtn * {
  89. display: inline-block;
  90. vertical-align: middle;
  91. }
  92. .perBtn img {
  93. width: 20px;
  94. margin-right: 10px
  95. }
  96. .perBtn span {
  97. font-size: 14px;
  98. color: #fff;
  99. }
  100. .perFestivalsBox table, .perFestivalsBox tr {
  101. width: 100%;
  102. }