123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- *{
- font-size:14px;
- }
- .control-group.group-row-space{
- border-bottom: 2px solid #f4f5f7;
- height: 33px;
- margin-left: 10px;
- line-height:45px;
- }
- .form-align-radio{
- margin-right:5px;
- }
- .form-align-radio a:hover{
- border-bottom:2px solid #36aeea;
- }
- #btn-group{
- /* border:1px solid pink; */
- padding-top:5px;
- }
- #dropdown-menu{
- width:400px;
- position:relative;
- left:20px;
- /* border:1px dotted green; */
- }
- #dropdown-menu li{
- float:left;
- padding:8px;
- }
- #btn-group{
- height:45px;
-
- /* width:600px; */
- }
- .btn-menu{
- margin-left:5px;
- margin-top:15px;
- margin-bottom:2px;
-
- border-radius:5px;
- border-color:#36aeea;
- border-style:solid;
- border-width:1px;
-
- background:white;
- text-align:center;
- width:90px;
- height:30px;
- color:#36aeea;
- cursor: pointer;
- }
- #search-from{
- width:300px;
- /* border:1px solid red; */
- height:45px;
- float:right;
- position:relative;
- top:-40px;
- }
- #search-box{
- /* border:1px solid black; */
- border:none;
-
- width: 230px;
- height: 34px;
- position:relative;
- top:5px;
- left:25px;
-
-
- }
- #search-input{
- height:30px;
- width:180px;
- padding-left:25px;
- border-radius:5px 0px 0px 5px;
- border:none;
- background:#f3f3f3;
- }
- #search-button{
- border:none;
- height:30px;
- border-radius:0px 5px 5px 0px;
- position:relative;
- top:4px;
- left:-5px;
- }
- #table_hp{
- width:99%;
- margin-left:8px;
- margin-top:15px;
- border:2px solid #f4f5f7;
- border-bottom-style:none;
- border-radius:5px;
- }
- .fxk-label{
- display:block;
- /* border: 1px solid #ff00ff; */
- width:40px;
- height:30px;
- position:relative;
- left:20px;
- }
- .fxk-check-box {
- opacity: 0.8;
- position: absolute;
- z-index: -1;
- }
- input[type=checkbox]+span {
- display: inline-block;
- height: 20px;
- width: 20px;
- border:1px solid #ccc;
- border-radius: 2px;
- background-color: white;
- position:relative;
- top:3px;
- }
- input[type=checkbox]:checked+span {
- /* background-color: #36aeea; */
- background: url(../images/bluegou.png) no-repeat ;
- }
- th{
- height: 80px;
- color:#444444;
- }
- tr:hover{
- background-color:#f3f3f3;
- }
- td{
- height:60px;
- text-align:center;
- color:#444444;
- }
- .hp_table_td_button,.hp_table_td_status,.hp_table_td_delete{
-
- height:34px;
- width:80px;
-
- border-radius:5px;
- border:none;
- background:#36aeea;
-
- cursor: pointer;
- }
- button {
-
- color:white;
- }
- .hp_table_td_button:hover{
- background:#4c637b;
- }
- .hp_table_td_status:hover{
- background:#4c637b;
- }
- .hp_table_td_delete:hover{
- background:#4c637b;
- }
- #daochu{
- float: left;
-
- margin-top: 20px;
- margin-bottom: 10px;
- }
- .btn2{
- border-radius:5px 5px 5px 5px;
- border:none;
-
- width:170px;
- height:34px;
- color:white;
- background:#67ba2f;
- text-align:center;
- cursor: pointer;
- }
- .btn2:visited{
- background-color: #4c637b;
- }
- .btn2:hover{
- background:#4c637b;
- }
- .span6{
- /* border:1px solid red; */
- width:400px;
- height:30px;
- position:relative;
- left:1000px;
- top:10px;
- }
- .span6 a {
- display: block;
- float: left;
- width :34px;
- height:34px;
- COLOR: #4c637b;
- text-decoration: none ;
- }
- .span6 a:hover {
- color: white;
- text-align:left;
- background-image: url(../images/round.jpg);
- background-repeat: no-repeat;
- }
- #divselect{
- /* border:1px solid red; */
- }
- #inputselect{
- /* border:1px solid red; */
- }
|