123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- /* Create by gaojiye */
- @charset "utf-8";
- /*通用样式ͨ*/
- body,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
- margin:0;
- padding:0;
- }
- ul, li{
- list-style: none;
- }
- a:link,
- a:visited,
- a:active {
- text-decoration: none;
- }
- body{
- background: #040f3c;
- }
- .header{
- height: 80px;
- position: relative;
- padding-top: 13px;
- font-size: 36px;
- color: #16a085;
- text-align: center;
- background: url(images/bg.jpg) top center no-repeat;
- }
- .header a.a-access{
- position: absolute;
- right: 3%;
- top: -18%;
- }
- .main{
- padding: 0 30px 30px;
- }
- .main-left,
- .main-right{
- float: left;
- width: 28%;
- padding: 0 10px;
- }
- .main-middle{
- float: left;
- width: 44%;
- padding: 0 10px;
- }
- .border-container {
- position: relative;
- margin-top: 15px;
- padding: 10px;
- border: 1px solid #180909;
- }
- .border-container span.border-span {
- display: block;
- position: absolute;
- width:35px;
- height: 35px;
- }
- .border-container span.top-left {
- top: -4px;
- left:-4px;
- border-top: 3px solid #180909;
- border-left: 3px solid #180909;
- }
- .border-container span.top-right {
- top:-4px;
- right:-4px;
- border-top: 3px solid #180909;
- border-right: 3px solid #180909;
- }
- .border-container span.bottom-left {
- bottom: -4px;
- left: -4px;
- border-bottom: 3px solid #180909;
- border-left: 3px solid #180909;
- }
- .border-container span.bottom-right {
- bottom: -4px;
- right: -4px;
- border-bottom: 3px solid #54dcf2;
- border-right: 3px solid #54dcf2;
- }
- .name-title{
- font-size:20px ;
- color: #16a085;
- }
- #radar{
- height: 275px;
- }
- #dormitorydetail{
- height: 135px;
- }
- #graduateyear{
- height: 192px;
- }
- .three-pie{
- border-top: 1px solid #2c768a;
- margin: -10px;
- margin-top: 10px;
- }
- .teacher-pie{
- border-bottom: 1px solid #2c768a;
- margin: -10px;
- margin-bottom: 0;
- }
- .three-pie li,
- .teacher-pie li{
- float: left;
- width: 50%;
- border-right: 1px solid #2c768a;
- }
- .teacher-pie li .name-title{
- padding-left:10px ;
- padding-top:10px ;
- }
- .three-pie li:last-child,
- .teacher-pie li:last-child{
- border-right: none;
- }
- #sexrate,
- #nationarate,
- #householdrate{
- height: 266px;
- }
- #mapadd{
- height: 304px;
- }
- .number-show{
- position: absolute;
- top: 20%;
- right: 5%;
- }
- .number-show span.span-name{
- font-size:14px ;
- color:#180909 ;
- }
- .number-show span.span-number-show{
- font-size:18px ;
- color:#54b5b5 ;
- font-style: italic;
- }
- .number-show li{
- line-height: 25px;
- }
- #teacherrate,
- #courserate,
- #professionrate{
- height: 200px;
- }
- #agelist{
- height: 130px;
- }
- #changedetail{
- height: 229px;
- }
- .table-kingdargen{
- margin-top: 6px;
- text-align: center;
- margin-bottom: 0;
- }
- .table-kingdargen>thead>tr>th{
- border-bottom: 1px solid #0f4075;
- padding: 2px 8px;
- text-align: center;
- color: #16a085;
- font-size: 12px;
- font-weight: normal;
- border-top: 1px solid #0f4075!important;
- }
- .table-kingdargen tbody tr td{
- padding: 1px 8px;
- font-size: 12px;
- border: none;
- color: #fff;
- }
- .table-kingdargen tbody tr:nth-child(2n){
- background: #1d2a42;
- }
- .table-kingdargen tbody tr:hover{
- background: #1d2a42;
- }
- .table-kingdargen tbody tr td:nth-child(2){
- color: #e9aa00;
- }
- .table-kingdargen tbody tr td:nth-child(3){
- color: #53bf18;
- }
- .table-kingdargen tbody tr td:nth-child(4){
- color: #f9504a;
- }
- .table-kingdargen tbody tr td:nth-child(5){
- color: #16a085;
- }
- #juniorservice{
- height: 190px;
- }
- #edubalance{
- height: 203px;
- }
- @import url("https://fonts.googleapis.com/css?family=Raleway");
- * {
- box-sizing: border-box;
- }
- .copyright {
- position: absolute;
- bottom: 0;
- }
- .copyright a {
- text-decoration: none;
- color: #16a085;
- }
- .copyright a:hover {
- text-decoration: underline;
- }
- .button {
- position: relative;
- padding: 0.5em 1.5em;
- border: none;
- background-color: transparent;
- cursor: pointer;
- outline: none;
- font-size: 18px;
- margin: 1em 0.8em;
- }
- .button.type1 {
- color: #16a085;
- }
- .button.type1.type1::after, .button.type1.type1::before {
- content: "";
- display: block;
- position: absolute;
- width: 20%;
- height: 20%;
- border: 2px solid;
- transition: all 0.6s ease;
- border-radius: 2px;
- }
- .button.type1.type1::after {
- bottom: 0;
- right: 0;
- border-top-color: transparent;
- border-left-color: transparent;
- border-bottom-color: #566473;
- border-right-color: #566473;
- }
- .button.type1.type1::before {
- top: 0;
- left: 0;
- border-bottom-color: transparent;
- border-right-color: transparent;
- border-top-color: #566473;
- border-left-color: #566473;
- }
- .button.type1.type1:hover:after, .button.type1.type1:hover:before {
- width: 100%;
- height: 100%;
- }
|