base.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. *{box-sizing: border-box;padding: 0;margin:0; font-family: "Microsoft Yahei", "微软雅黑";}
  2. html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
  3. 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;}
  4. h1,h2,h3,h4,h5,h6{
  5. margin: 0 !important;
  6. }
  7. a{text-decoration: none;}
  8. a:hover{text-decoration: none !important;}
  9. img{border: none; vertical-align: middle}
  10. input,button,select,textarea{outline:none}
  11. .clearfix:before,.clearfix:after{display:table;content:'';line-height:0;}
  12. .clearfix:after{clear:both;}
  13. .clear{clear:both;}
  14. /*超出隐藏省略*/
  15. .textmore{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  16. /*文字大小设置*/
  17. .f12{
  18. font-size: 12px;
  19. }
  20. .f14{
  21. font-size: 14px;
  22. }
  23. .f16{
  24. font-size: 16px;
  25. }
  26. .f18{
  27. font-size: 18px;
  28. }
  29. .f24{
  30. font-size: 24px;
  31. }
  32. /*左右浮动设置*/
  33. .fl{
  34. float: left;
  35. }
  36. .fr{
  37. float: right;
  38. }
  39. .ft-weight{
  40. font-weight: bold;
  41. }
  42. /*边框设置*/
  43. .box-left-no{
  44. border-left: none;
  45. }
  46. .box-right-no{
  47. border-right: none;
  48. }
  49. .box-top-no{
  50. border-top: none;
  51. }
  52. .box-bottom-no{
  53. border-bottom: none;
  54. }
  55. /*margin padding none*/
  56. .margin-no{
  57. margin: 0;
  58. }
  59. .paddding-no{
  60. padding: 0;
  61. }
  62. .text-left{
  63. text-align: left !important;
  64. }
  65. .text-right{
  66. text-align: right !important;
  67. }
  68. .text-center{
  69. text-align: center !important;
  70. }
  71. /*通用颜色*/
  72. /*分页效果*/
  73. #form .ng-isolate-scope{
  74. position: absolute;
  75. bottom: 50px;
  76. left: 50px;
  77. width: 100%;
  78. }
  79. .ng-table-pager .ng-table-counts{
  80. display: none;
  81. }
  82. .ng-table-pager .pagination{
  83. padding-left: 50px;
  84. width: 100%;
  85. }
  86. .ng-table-pager .pagination li{
  87. height: 35px;
  88. line-height: 35px;
  89. }
  90. .ng-table-pager .pagination li a{
  91. display: inline-block;
  92. padding: 0 5px;
  93. height: 35px;
  94. line-height: 35px;
  95. text-align: center;
  96. font-size: 14px;
  97. color: #333;
  98. border-radius: 3px;
  99. }
  100. .ng-table-pager .pagination li a span{
  101. display: inline-block;
  102. width: 35px;
  103. height: 35px;
  104. line-height: 35px;
  105. text-align: center;
  106. font-size: 14px;
  107. color: #333;
  108. border-radius: 3px;
  109. }
  110. .ng-table-pager .pagination li.active a,.ng-table-pager .pagination li:hover a{
  111. font-size: 14px;
  112. color: #333;
  113. }
  114. .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 {
  115. color: #fff;
  116. background-color: #ef613b;
  117. border-color: #ef613b;
  118. }
  119. .ng-table-pager .pagination>.disabled>a span, .ng-table-pager .pagination>li>a:hover span{
  120. color: #fff;
  121. }
  122. .page-record{
  123. height: 35px;
  124. line-height: 35px;
  125. }
  126. .page-record span:first-child {
  127. margin: 0 10px;
  128. }
  129. .page-record span input{
  130. margin: 0 5px;
  131. width: 40px;
  132. height: 35px;
  133. line-height: 35px;
  134. text-align: center;
  135. font-size: 14px;
  136. color: #333;
  137. border-radius: 3px;
  138. border: 1px solid #ddd;
  139. }
  140. .page-record span input:focus{
  141. border-color: #4574e8;
  142. }
  143. .page-record span button {
  144. margin-left: 5px;
  145. width: 40px;
  146. height: 35px;
  147. line-height: 35px;
  148. text-align: center;
  149. font-size: 14px;
  150. color: #333;
  151. background: none;
  152. border: 1px solid #ddd;
  153. border-radius: 3px;
  154. cursor: pointer ;
  155. }
  156. .page-record span button:hover{
  157. background: #ef613b;
  158. border: 1px solid transparent ;
  159. color: #fff;
  160. }