You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

205 lines
3.4 KiB

  1. /* bootstrap Table的样式 */
  2. .panel-header, .panel-body {
  3. border-width: 0px;
  4. padding: 0px;
  5. border-style: hidden;
  6. }
  7. /* table边框字体大小 */
  8. table tr td .btn{
  9. font-size: 12px;
  10. height: 20px;
  11. padding-top: 2px;
  12. }
  13. /* 设置table的header字体*/
  14. .fixed-table-container thead th .th-inner{
  15. padding-top: 0px!important;
  16. padding-bottom: 0px!important;
  17. font-size: 12px;
  18. }
  19. /*table行间距*/
  20. .bootstrap-table .table:not(.table-condensed)> tbody > tr > td{
  21. padding-top: 2px;
  22. padding-bottom: 2px;
  23. padding-left: 2px;
  24. padding-right: 2px;
  25. font-size: 12px;
  26. }
  27. /* 表头字体居中 */
  28. .fixed-table-container thead th .th-inner{
  29. font-size: 12px;
  30. text-align: center;
  31. vertical-align: middle!important;
  32. padding-top: 2px!important;
  33. padding-bottom: 2px!important;
  34. }
  35. /* table 内放入 input select样式 */
  36. td > select.change{
  37. width: 100%;
  38. padding: 1px 1px;
  39. }
  40. td > input.edit{
  41. width: 100%;
  42. padding: 1px 1px;
  43. }
  44. /* 底部的样式 */
  45. .panel{
  46. margin-bottom: 0px;
  47. }
  48. /*去掉下划线*/
  49. .panel{
  50. border: 0px solid transparent;
  51. }
  52. /* 去掉下划线 */
  53. .nav-tabs {
  54. border-bottom: 0px solid #ddd;
  55. }
  56. /*设置模态框的样式行*/
  57. legend{
  58. font-size: 14px;
  59. font-weight: bold;
  60. }
  61. input.modal-input{
  62. font-size: 12px;
  63. height: 22px;
  64. }
  65. /* label样式 */
  66. label.col-sm-t{
  67. margin-left: 5px;
  68. padding: 0px;
  69. font-size: 12px;
  70. font-weight: 500;
  71. }
  72. /* 控制宽度 */
  73. label.col-sm-t-3{
  74. width: 90px!important;
  75. }
  76. label.col-sm-t-4{
  77. width: 50px!important;
  78. }
  79. label.col-sm-t-4 + div.col-sm-x-6{
  80. margin-left: 60px;
  81. margin-top: -24px;
  82. }
  83. label.col-sm-t-5{
  84. width: 75px!important;
  85. }
  86. label.col-sm-t-5 + div.col-sm-x-6{
  87. margin-left: 85px;
  88. margin-top: -23px;
  89. }
  90. /* 输入框div样式 */
  91. div.col-sm-x{
  92. font-size: 12px;
  93. height: 28px;
  94. margin-left: 100px;
  95. padding-left: 10px;
  96. margin-top: -24px;
  97. }
  98. /* 改变modal div 行间距 */
  99. fieldset > div.form-group {
  100. margin-bottom: 5px !important;
  101. }
  102. /* modal输入框div下input样式 */
  103. div.col-sm-x > input{
  104. height: 24px;
  105. padding: 3px 3px;
  106. font-size: 12px;
  107. }
  108. /* modal输入框div下select样式 */
  109. div.col-sm-x > select{
  110. height: 24px;
  111. padding: 3px 3px;
  112. font-size: 12px;
  113. }
  114. /* modal输入框div下input样式 */
  115. div.col-sm-x-3{
  116. width: 90px;
  117. }
  118. div.col-sm-x-4{
  119. width: 120px;
  120. }
  121. div.col-sm-x-5{
  122. width: 150px;
  123. }
  124. div.col-sm-x-6{
  125. width: 180px;
  126. }
  127. div.col-sm-x-8{
  128. width: 220px;
  129. }
  130. /*table a标签字体的样式 */
  131. tr > td > a.customer-btn{
  132. font-size: 12px;
  133. height: 20px;
  134. margin: 3px 4px;
  135. }
  136. /* modal里面的按钮 */
  137. button.customer-btn{
  138. padding: 3px 6px;
  139. }
  140. /* 展示底色 */
  141. .panel-heading{
  142. background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
  143. padding: 8px 10px;
  144. }
  145. /* 设置tr的背景颜色 */
  146. tr.check_back{
  147. background-color: #d9edf7 !important;
  148. }
  149. /* 二级模态框的样式 */
  150. div.second-col + div.second-col{
  151. margin-left: 270px;
  152. margin-top: -30px;
  153. }
  154. .form-group-x {
  155. margin-left: 15px !important;
  156. }
  157. label.title-label{
  158. font-size: 12px;
  159. font-weight: 500;
  160. }
  161. /* 定制模态框 */
  162. button.btn-success{
  163. height: 24px;
  164. font-size: 14px;
  165. padding: 1px 8px;
  166. }
  167. span.customer-modal-span{
  168. margin-left: 10px;
  169. font-size: 12px;
  170. }
  171. input.customer-modal-input{
  172. margin-left: 10px;
  173. font-size: 12px;
  174. }
  175. input.search-input{
  176. width: 120px;
  177. margin-left: 5px;
  178. }
  179. button.btn.btn-primary{
  180. font-size: 12px;
  181. }
  182. button.new-customer-btn{
  183. padding: 3px 6px;
  184. font-size: 12px;
  185. font-weight: normal;
  186. }
  187. div.toolbar{
  188. margin-top: 5px;
  189. margin-bottom: -10px;
  190. }