index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. @charset "utf-8";
  2. #textbook-index {
  3. .content {
  4. width: 1140px !important;
  5. }
  6. .date-layout {
  7. background: #fff;
  8. padding-top: 30px;
  9. padding-bottom: 10px;
  10. overflow: hidden;
  11. .b {
  12. background: rgba(255, 255, 255, 1);
  13. box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  14. border-radius: 4px;
  15. height: 315px;
  16. }
  17. .date-info {
  18. height: 40px;
  19. line-height: 40px;
  20. border-bottom: 1px solid #d9d9d9;
  21. padding: 0 15px;
  22. span {
  23. margin-right: 20px;
  24. display: inline-block;
  25. position: relative;
  26. }
  27. .today::before {
  28. content: '';
  29. width: 10px;
  30. height: 10px;
  31. display: inline-block;
  32. border: 1px solid #4299FF;
  33. border-radius: 50%;
  34. margin-right: 8px;
  35. }
  36. .type-1::before {
  37. content: '';
  38. width: 10px;
  39. height: 10px;
  40. display: inline-block;
  41. background: #FFB231FF;
  42. border-radius: 50%;
  43. margin-right: 8px;
  44. }
  45. .type-2::before {
  46. content: '';
  47. width: 10px;
  48. height: 10px;
  49. display: inline-block;
  50. background: #4299FF;
  51. border-radius: 50%;
  52. margin-right: 8px;
  53. opacity: 0.59;
  54. }
  55. }
  56. .g-two-date {
  57. .ant-fullcalendar-cell {
  58. .type-1 {
  59. .ant-fullcalendar-value {
  60. background: #FFB231FF;
  61. color: #fff;
  62. border-radius: 12px;
  63. }
  64. }
  65. .type-2 {
  66. .ant-fullcalendar-value {
  67. background: #4299FF;
  68. color: #fff;
  69. border-radius: 12px;
  70. opacity: 0.59;
  71. }
  72. }
  73. }
  74. }
  75. .f-r {
  76. .button {
  77. padding: 6px 0;
  78. }
  79. }
  80. }
  81. .compare-layout {
  82. padding-top: 20px;
  83. padding-bottom: 80px;
  84. background: #fff;
  85. .button {
  86. padding: 6px 0;
  87. }
  88. .table {
  89. width: 1100px;
  90. margin: 0 auto;
  91. text-align: center;
  92. table {
  93. width: 100%;
  94. }
  95. th {
  96. height: 96px;
  97. line-height: 96px;
  98. width: 555px;
  99. font-size: 20px;
  100. font-weight: bold;
  101. background: #F1F3F7FF;
  102. }
  103. td {
  104. height: 64px;
  105. line-height: 64px;
  106. font-size: 18px;
  107. }
  108. th:first-child,
  109. td:first-child {
  110. font-weight: bold;
  111. }
  112. th:first-child {
  113. background: #D8EEFFFF;
  114. color: #637DA3FF;
  115. }
  116. td:first-child {
  117. background: #F9FDFFFF;
  118. color: #637DA3FF;
  119. }
  120. tr:nth-of-type(even) {
  121. background: #FAFAFA;
  122. td:first-child {
  123. background: #F1F9FFFF;
  124. }
  125. }
  126. }
  127. }
  128. .list-layout {
  129. margin: 0 -15px;
  130. padding-bottom: 70px;
  131. padding-top: 20px;
  132. background: #fff;
  133. .textbook-item {
  134. margin: 0 15px;
  135. margin-bottom: 15px;
  136. }
  137. }
  138. .table-layout {
  139. background: #fff;
  140. padding-top: 20px;
  141. padding-bottom: 30px;
  142. .t {
  143. line-height: 44px;
  144. height: 44px;
  145. }
  146. .tabs {
  147. display: inline-block;
  148. padding-left: 20px;
  149. }
  150. .user-table {
  151. margin-bottom: 20px;
  152. }
  153. }
  154. .other-answer-carousel {
  155. padding-top: 40px;
  156. padding-bottom: 40px;
  157. .tabs {
  158. margin-bottom: 0px;
  159. }
  160. }
  161. }