Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

274 рядки
3.5 KiB

  1. * {
  2. padding: 0;
  3. margin: 0;
  4. box-sizing: border-box;
  5. }
  6. html,
  7. body {
  8. height: 100%;
  9. }
  10. .surveyCon {
  11. display: flex;
  12. flex-direction: column;
  13. justify-content: center;
  14. }
  15. .title_search,
  16. .menu,
  17. .split {
  18. flex-grow: 0;
  19. flex-shrink: 0;
  20. }
  21. .menuTab {
  22. width: 100%;
  23. padding-left: 25px;
  24. display: flex;
  25. justify-content: space-around;
  26. align-items: center;
  27. }
  28. .menuTab div.active {
  29. color: #0064D6;
  30. }
  31. .survey {
  32. flex-grow: 1;
  33. padding: 20px 2.6%;
  34. overflow: auto;
  35. }
  36. .surveyBox {
  37. display: none;
  38. /* padding: 10px; */
  39. }
  40. .surveyBox:first-child {
  41. display: block;
  42. }
  43. .surveyT {
  44. padding: 0 25px;
  45. line-height: 0;
  46. text-align: center;
  47. }
  48. .surveyT img {
  49. width: 100%;
  50. }
  51. .surveyT1 img {
  52. width: 70%;
  53. }
  54. .surveyLine {
  55. line-height: 0;
  56. text-align: center;
  57. margin: 10px 0 15px;
  58. }
  59. .surveyLine img {
  60. width: 61%;
  61. }
  62. .surveyList div {
  63. position: relative;
  64. color: #5E5E5E;
  65. font-size: 13px;
  66. line-height: 24px;
  67. margin: 10px 10px;
  68. text-indent: 15px;
  69. }
  70. .surveyList div::after {
  71. content: '';
  72. position: absolute;
  73. left: 0;
  74. top: 9px;
  75. width: 6px;
  76. height: 6px;
  77. background-color: #DC9722;
  78. border-radius: 50%;
  79. }
  80. .surveyTxt {
  81. color: #5E5E5E;
  82. font-size: 13px;
  83. line-height: 24px;
  84. margin: 10px 0;
  85. text-indent: 15px;
  86. }
  87. .history {
  88. position: relative;
  89. }
  90. .history:after {
  91. content: '';
  92. width: 2px;
  93. background-color: #D7D7D7;
  94. /* height: 100%; */
  95. position: absolute;
  96. left: 0;
  97. right: 0;
  98. top: 0;
  99. bottom: -35px;
  100. margin: auto;
  101. }
  102. .yearx {
  103. position: relative;
  104. z-index: 3;
  105. width: 60px;
  106. height: 60px;
  107. margin: 30px auto 20px;
  108. border-radius: 50%;
  109. background-color: #0064D6;
  110. text-align: center;
  111. line-height: 60px;
  112. font-size: 18px;
  113. color: #fff;
  114. }
  115. .yearx:after {
  116. position: absolute;
  117. left: -6px;
  118. top: -6px;
  119. content: '';
  120. width: 70px;
  121. height: 70px;
  122. border: 1px solid #0064D6;
  123. border-radius: 50%;
  124. }
  125. .monthx {
  126. position: relative;
  127. z-index: 3;
  128. margin-top: 20px;
  129. }
  130. .monthTxt {
  131. color: #5E5E5E;
  132. font-size: 13px;
  133. line-height: 24px;
  134. margin-top: 8px;
  135. }
  136. .monthTime {
  137. font-size: 15px;
  138. line-height: 26px;
  139. color: #0064D6;
  140. font-weight: bold;
  141. }
  142. .monthx.right {
  143. padding-left: 54%;
  144. }
  145. .monthx.left {
  146. padding-right: 54%;
  147. }
  148. .monthx.left>.monthTime {
  149. text-align: right;
  150. }
  151. .line {
  152. width: 10px;
  153. height: 10px;
  154. position: absolute;
  155. left: 0;
  156. right: 0;
  157. top: 8px;
  158. border-radius: 50%;
  159. border: 1px solid #0064D6;
  160. margin: auto;
  161. }
  162. .line:before {
  163. content: '';
  164. width: 6px;
  165. height: 6px;
  166. position: absolute;
  167. left: 0;
  168. bottom: 0;
  169. right: 0;
  170. top: 0;
  171. margin: auto;
  172. border-radius: 50%;
  173. background-color: #0064D6;
  174. }
  175. .monthText {
  176. color: #5E5E5E;
  177. font-size: 13px;
  178. line-height: 24px;
  179. margin: 10px 10px;
  180. text-indent: 27px;
  181. }
  182. .day-left p em {
  183. color: #0064D6;
  184. }
  185. .tables tbody tr td.green i:after {
  186. background: #0064D6;
  187. }
  188. .day-left h1 {
  189. color: #0064D6;
  190. }
  191. .xuanzhong i {
  192. background: #0064D6 !important;
  193. }
  194. .today i {
  195. background: rgba(0, 100, 214, 0.6);
  196. }
  197. .courseBox {
  198. border-radius: 4px;
  199. padding: 10px 15px;
  200. margin: 10px 0;
  201. background-color: #fff;
  202. /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  203. box-shadow: 0 0 5px rgba(0, 0, 0, .1); */
  204. background: #f7f7f7;
  205. }
  206. .title {
  207. position: relative;
  208. padding-right: 70px;
  209. font-size: 16px;
  210. line-height: 24px;
  211. }
  212. .title a {
  213. position: absolute;
  214. right: 0;
  215. top: 0;
  216. background-color: #5EB263;
  217. font-size: 12px;
  218. color: #fff;
  219. line-height: 24px;
  220. padding: 0 5px;
  221. border-radius: 3px;
  222. }
  223. .courseTxt {
  224. display: flex !important;
  225. justify-content: space-between;
  226. margin: 10px 0;
  227. font-size: 14px;
  228. }
  229. .courseCon {
  230. font-size: 14px;
  231. line-height: 24px;
  232. }
  233. .course-card{
  234. display: none;
  235. }