| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- *{box-sizing: border-box;padding: 0;margin:0; font-family: "Microsoft Yahei", "微软雅黑";}
- html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
- body,ol,table,tr,td,ul,li,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p,em,i,b,strong,span{font-size: 12px;font-weight: normal;list-style-type:none;font-style: inherit;}
- h1,h2,h3,h4,h5,h6{
- margin: 0 !important;
- }
- a{text-decoration: none;}
- a:hover{text-decoration: none !important;}
- img{border: none; vertical-align: middle}
- input,button,select,textarea{outline:none}
- .clearfix:before,.clearfix:after{display:table;content:'';line-height:0;}
- .clearfix:after{clear:both;}
- .clear{clear:both;}
- /*超出隐藏省略*/
- .textmore{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
- /*文字大小设置*/
- .f12{
- font-size: 12px;
- }
- .f14{
- font-size: 14px;
- }
- .f16{
- font-size: 16px;
- }
- .f18{
- font-size: 18px;
- }
- .f24{
- font-size: 24px;
- }
- /*左右浮动设置*/
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- .ft-weight{
- font-weight: bold;
- }
- /*边框设置*/
- .box-left-no{
- border-left: none;
- }
- .box-right-no{
- border-right: none;
- }
- .box-top-no{
- border-top: none;
- }
- .box-bottom-no{
- border-bottom: none;
- }
- /*margin padding none*/
- .margin-no{
- margin: 0;
- }
- .paddding-no{
- padding: 0;
- }
- .text-left{
- text-align: left !important;
- }
- .text-right{
- text-align: right !important;
- }
- .text-center{
- text-align: center !important;
- }
- /*通用颜色*/
- /*分页效果*/
- #form .ng-isolate-scope{
- position: absolute;
- bottom: 50px;
- left: 50px;
- width: 100%;
- }
- .ng-table-pager .ng-table-counts{
- display: none;
- }
- .ng-table-pager .pagination{
- padding-left: 50px;
- width: 100%;
- }
- .ng-table-pager .pagination li{
- height: 35px;
- line-height: 35px;
- }
- .ng-table-pager .pagination li a{
- display: inline-block;
- padding: 0 5px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- font-size: 14px;
- color: #333;
- border-radius: 3px;
- }
- .ng-table-pager .pagination li a span{
- display: inline-block;
- width: 35px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- font-size: 14px;
- color: #333;
- border-radius: 3px;
- }
- .ng-table-pager .pagination li.active a,.ng-table-pager .pagination li:hover a{
- font-size: 14px;
- color: #333;
- }
- .ng-table-pager .btn-default.active, .ng-table-pager .btn-default:hover, .ng-table-pager .pagination>.disabled>a, .ng-table-pager .pagination>li>a:hover {
- color: #fff;
- background-color: #ef613b;
- border-color: #ef613b;
- }
- .ng-table-pager .pagination>.disabled>a span, .ng-table-pager .pagination>li>a:hover span{
- color: #fff;
- }
- .page-record{
- height: 35px;
- line-height: 35px;
- }
- .page-record span:first-child {
- margin: 0 10px;
- }
- .page-record span input{
- margin: 0 5px;
- width: 40px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- font-size: 14px;
- color: #333;
- border-radius: 3px;
- border: 1px solid #ddd;
- }
- .page-record span input:focus{
- border-color: #4574e8;
- }
- .page-record span button {
- margin-left: 5px;
- width: 40px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- font-size: 14px;
- color: #333;
- background: none;
- border: 1px solid #ddd;
- border-radius: 3px;
- cursor: pointer ;
- }
- .page-record span button:hover{
- background: #ef613b;
- border: 1px solid transparent ;
- color: #fff;
- }
|