index.css 4.6 KB

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