echart.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. /* Create by gaojiye */
  2. @charset "utf-8";
  3. /*通用样式ͨ*/
  4. body,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
  5. margin:0;
  6. padding:0;
  7. }
  8. ul, li{
  9. list-style: none;
  10. }
  11. a:link,
  12. a:visited,
  13. a:active {
  14. text-decoration: none;
  15. }
  16. body{
  17. background: #040f3c;
  18. }
  19. .header{
  20. height: 80px;
  21. position: relative;
  22. padding-top: 13px;
  23. font-size: 36px;
  24. color: #16a085;
  25. text-align: center;
  26. background: url(images/bg.jpg) top center no-repeat;
  27. }
  28. .header a.a-access{
  29. position: absolute;
  30. right: 3%;
  31. top: -18%;
  32. }
  33. .main{
  34. padding: 0 30px 30px;
  35. }
  36. .main-left,
  37. .main-right{
  38. float: left;
  39. width: 28%;
  40. padding: 0 10px;
  41. }
  42. .main-middle{
  43. float: left;
  44. width: 44%;
  45. padding: 0 10px;
  46. }
  47. .border-container {
  48. position: relative;
  49. margin-top: 15px;
  50. padding: 10px;
  51. border: 1px solid #180909;
  52. }
  53. .border-container span.border-span {
  54. display: block;
  55. position: absolute;
  56. width:35px;
  57. height: 35px;
  58. }
  59. .border-container span.top-left {
  60. top: -4px;
  61. left:-4px;
  62. border-top: 3px solid #180909;
  63. border-left: 3px solid #180909;
  64. }
  65. .border-container span.top-right {
  66. top:-4px;
  67. right:-4px;
  68. border-top: 3px solid #180909;
  69. border-right: 3px solid #180909;
  70. }
  71. .border-container span.bottom-left {
  72. bottom: -4px;
  73. left: -4px;
  74. border-bottom: 3px solid #180909;
  75. border-left: 3px solid #180909;
  76. }
  77. .border-container span.bottom-right {
  78. bottom: -4px;
  79. right: -4px;
  80. border-bottom: 3px solid #54dcf2;
  81. border-right: 3px solid #54dcf2;
  82. }
  83. .name-title{
  84. font-size:20px ;
  85. color: #16a085;
  86. }
  87. #radar{
  88. height: 275px;
  89. }
  90. #dormitorydetail{
  91. height: 135px;
  92. }
  93. #graduateyear{
  94. height: 192px;
  95. }
  96. .three-pie{
  97. border-top: 1px solid #2c768a;
  98. margin: -10px;
  99. margin-top: 10px;
  100. }
  101. .teacher-pie{
  102. border-bottom: 1px solid #2c768a;
  103. margin: -10px;
  104. margin-bottom: 0;
  105. }
  106. .three-pie li,
  107. .teacher-pie li{
  108. float: left;
  109. width: 50%;
  110. border-right: 1px solid #2c768a;
  111. }
  112. .teacher-pie li .name-title{
  113. padding-left:10px ;
  114. padding-top:10px ;
  115. }
  116. .three-pie li:last-child,
  117. .teacher-pie li:last-child{
  118. border-right: none;
  119. }
  120. #sexrate,
  121. #nationarate,
  122. #householdrate{
  123. height: 266px;
  124. }
  125. #mapadd{
  126. height: 304px;
  127. }
  128. .number-show{
  129. position: absolute;
  130. top: 20%;
  131. right: 5%;
  132. }
  133. .number-show span.span-name{
  134. font-size:14px ;
  135. color:#180909 ;
  136. }
  137. .number-show span.span-number-show{
  138. font-size:18px ;
  139. color:#54b5b5 ;
  140. font-style: italic;
  141. }
  142. .number-show li{
  143. line-height: 25px;
  144. }
  145. #teacherrate,
  146. #courserate,
  147. #professionrate{
  148. height: 200px;
  149. }
  150. #agelist{
  151. height: 130px;
  152. }
  153. #changedetail{
  154. height: 229px;
  155. }
  156. .table-kingdargen{
  157. margin-top: 6px;
  158. text-align: center;
  159. margin-bottom: 0;
  160. }
  161. .table-kingdargen>thead>tr>th{
  162. border-bottom: 1px solid #0f4075;
  163. padding: 2px 8px;
  164. text-align: center;
  165. color: #16a085;
  166. font-size: 12px;
  167. font-weight: normal;
  168. border-top: 1px solid #0f4075!important;
  169. }
  170. .table-kingdargen tbody tr td{
  171. padding: 1px 8px;
  172. font-size: 12px;
  173. border: none;
  174. color: #fff;
  175. }
  176. .table-kingdargen tbody tr:nth-child(2n){
  177. background: #1d2a42;
  178. }
  179. .table-kingdargen tbody tr:hover{
  180. background: #1d2a42;
  181. }
  182. .table-kingdargen tbody tr td:nth-child(2){
  183. color: #e9aa00;
  184. }
  185. .table-kingdargen tbody tr td:nth-child(3){
  186. color: #53bf18;
  187. }
  188. .table-kingdargen tbody tr td:nth-child(4){
  189. color: #f9504a;
  190. }
  191. .table-kingdargen tbody tr td:nth-child(5){
  192. color: #16a085;
  193. }
  194. #juniorservice{
  195. height: 190px;
  196. }
  197. #edubalance{
  198. height: 203px;
  199. }
  200. @import url("https://fonts.googleapis.com/css?family=Raleway");
  201. * {
  202. box-sizing: border-box;
  203. }
  204. .copyright {
  205. position: absolute;
  206. bottom: 0;
  207. }
  208. .copyright a {
  209. text-decoration: none;
  210. color: #16a085;
  211. }
  212. .copyright a:hover {
  213. text-decoration: underline;
  214. }
  215. .button {
  216. position: relative;
  217. padding: 0.5em 1.5em;
  218. border: none;
  219. background-color: transparent;
  220. cursor: pointer;
  221. outline: none;
  222. font-size: 18px;
  223. margin: 1em 0.8em;
  224. }
  225. .button.type1 {
  226. color: #16a085;
  227. }
  228. .button.type1.type1::after, .button.type1.type1::before {
  229. content: "";
  230. display: block;
  231. position: absolute;
  232. width: 20%;
  233. height: 20%;
  234. border: 2px solid;
  235. transition: all 0.6s ease;
  236. border-radius: 2px;
  237. }
  238. .button.type1.type1::after {
  239. bottom: 0;
  240. right: 0;
  241. border-top-color: transparent;
  242. border-left-color: transparent;
  243. border-bottom-color: #566473;
  244. border-right-color: #566473;
  245. }
  246. .button.type1.type1::before {
  247. top: 0;
  248. left: 0;
  249. border-bottom-color: transparent;
  250. border-right-color: transparent;
  251. border-top-color: #566473;
  252. border-left-color: #566473;
  253. }
  254. .button.type1.type1:hover:after, .button.type1.type1:hover:before {
  255. width: 100%;
  256. height: 100%;
  257. }