123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- @CHARSET "UTF-8";
- /**
- Ace Admin Template CSS File
- */
- a{
- text-decoration:none;
- }
- #second{
- margin-top:25px;
- height: 50px;
- }
-
- .re a span{
- color: #4c637b;
-
- }
- .da {
- color: black;
- }
- li.btn1{
- float:left;
- width:120px;
- height:34px;
- line-height:34px;
- color:#36AEEA!important;
- font-size:12px;
- border:1px solid #36AEEA;
- border-radius:5px!important;
- text-align: center;
- cursor: pointer;
- margin:10px 10px 0 0;
- }
- li.btn1:hover{
- background-color:#36AEEA!important;
- }
- #third ul .active1{
- float:left;
- color: #4c637b;
- margin:0px 0px 0px 10px;
- }
- #third ul .size1{
- float:left;
- margin:10px 10px 0px 10px;
- color: #4c637b;
- }
- #third ul .size2{
- float:left;
- margin:10px 10px 0px 10px;
- color: #4c637b;
- }
- #third ul .divider2{
- float:left;
- margin:10px 10px 0px 10px;
- color: #4c637b;
- }
- a{
- color: #4c637b;
- }
- #searchbtn{
- float:left;
- margin:25px 30px 0px 30px;
-
- }
- th{
- border:none;
- }
- td{
- border-color: #d4d8db;
- border-left:none;
- border-right:none;
- }
- .table1{
- margin-top: 15px;
- float: left;
- text-align: center;
- border-collapse: collapse;
- border-color: #d4d8db;
- width: 97.3%;
- line-height: 60px;
- padding: 20px 20px 0px;
- margin-left: 20px;
- }
- .table1 th td tr{
- border-collapse: collapse;
- color: #4c637b;
- float: left;
- margin-top: 100px;
- text-align: center;
- width: 97.5%;
- line-height: 20px;
- margin-left:20px;
- margin-right:20px;
- margin-top:20px;
- }
- .tr1 {
- color: #4c637b;
- }
- .table1 tr {
- border: thin solid #b9c5d9;
- }
- .th11 {
- width: 80px;
- }
- .table1 th {
- border: medium none;
- height: 70px;
- }
- .tablefig{
- width:97.5%;
- margin-top:20px;
- margin-left:20px;
- clear: both;
- }
- .control-group{
- float:left;
- margin-left: 25px;
- font-size:14px;
- height:40px;
- color: #4c637b;
- display: inline-flex
- }
- .i{
- height:25px;
- width:150px;
- }
- #third ul{
- margin-left: 20px;
-
- }
- select{
- height:25px;
- width:150px;
- }
- .table1 th{
- line-height:80px;
- height:80px;
- border:none;
- text-align: center;
- color: #4c637b;
- }
- .table1 td{
- text-align: center;
- height: 60px;
- border:none;
- color:#4c637b;
- }
-
- .btn3{
- background: #36aeea none repeat scroll 0 0;
- border: medium none;
- border-radius: 5px;
- color: white;
- cursor: pointer;
- display: inline;
- font-size: 14px;
- height: 30px;
- margin-left: 15px;
- min-width: 100px;
- float:left;
- }
- .btn3:hover{
- background:#4c637b;
- color:white;
- }
-
- .ljbtn2{
- background: #67ba2f none repeat scroll 0 0;
- border: medium none;
- border-radius: 5px;
- color: white;
- cursor: pointer;
- display: block;
- height: 30px;
- line-height: 30px;
- text-align: center;
- text-decoration: none;
- width: 100px;
-
- }
- .ljbtn2:hover{
- background:#4c637b;
- text-decoration : none ;
- color:white;
- }
- #daochu{
- float: left;
- margin-left: 20px;
- }
- .control-group .control-group-lfet{
- position:absloute;
- float:left;
- display:none;
- clear:both;
- }
- .fig{
- text-align: center;
- width:97.3%;
- lin-heiht:70px;
- }
|