| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- /**广告主 财务管理首页**/
- *{
- font-family: "microsoft yahei";
- front-size:14px;
- margin:0px;
- padding:0px;
- }
- ul li{
- float:left;
- }
- .third{
- margin-top:20px;
- float:left;
- width:98.88%;
- }
- .dropdown-menu{
- margin-left:20px;
- float:left;
- width:98.88%;
- margin-top: 30px;
- }
- .second{
- margin-top:15px;
- }
- ul 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;
- }
- ul li.btn1:hover{
- background-color:#36AEEA!important;
- }
- .control-group.control-group-lfet{
- margin-left: 10px;
- margin-top: 86px;
- position: absolute;
- }
- select #selectedAdvertiserId{
- background-color:#f3f3f3;
- margin-top: 7px;
- max-width: 150px;
- border-radius: 5px !important;
- }
- select,option{
- background-color:#344c67!important;
- color:#b8c6d6;
- border:none;
- left: -10px;
- width: 130px;
- }
- option:hover{
- background-color:#5b728a;
- }
- .ax_droplist{
- margin-left: 30px;
- margin-top: 4px;
- }
- #tex{
- top:50px;
- }
- .controls-reset{
- float:left;
- display: flex;
- }
- .ban{
- float:left;
- margin-top:10px;
- }
- a{
- text-decoration:none;
- }
- a:hover{
- text-decoration: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-top: 76px;
- margin-left: 20px;
- }
- th{
- border:none;
- }
- td{
- border-color: #d4d8db;
- border-left:none;
- border-right:none;
- }
- #dateRangePicker{
- font-size: 14px;
- height: 30px;
- width: 180px;
- padding:0px;
- border:none;
- }
-
- .icon-calendar{
- margin-left:6px;
- }
- #tex{
- border: 1px solid #dfdfdf;
- border-radius: 5px;
- display: block;
- height: 32px;
- margin-left: 100px;
- margin-top: -22px;
- width: 203px;
- }
-
- #pageDiv{
- float:right;
- margin:20px 50px 0 20px;
- }
- #pageDiv li.active a{
- color:#ffffff;
- background-color:#0170C9!important;
- }
- span.abviser{
- margin-left:15px;
- margin-top: 4px;
- }
- button{
- color: #fff;
- }
- .click2{
- 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;
- }
- .click3{
- 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;
- margin-left: 15px;
- }
- .click2:hover{
- background:#4d637b none repeat scroll 0% 0%;
- }
- .click3:hover{
- background:#4d637b none repeat scroll 0% 0%;
- }
- .table1 th td tr{
- border-collapse: collapse;
- color: #4c637b;
- float: left;
- margin-top: 100px;
- text-align: center;
- width: 97.3%;
- 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;
- }
- .controls-reset-1{
- float:left;
- }
|