common.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .color-red{
  2. color: red;
  3. }
  4. .modal-header{
  5. padding: 15px 15px 15px 5px !important;
  6. }
  7. .nopadding{
  8. padding: 0px;
  9. }
  10. .nopadding-left{
  11. padding-left: 0px;
  12. }
  13. .nopadding-right{
  14. padding-right: 0px;
  15. }
  16. .nopadding-top{
  17. padding-top: 0px;
  18. }
  19. .padding-bottom{
  20. padding-bottom: 0px;
  21. }
  22. .padding-right-10{
  23. padding-right: 10px;
  24. }
  25. .padding-left-20{
  26. padding-left: 20px;
  27. }
  28. .padding-bottom-10{
  29. padding-bottom: 10px;
  30. }
  31. .margin-left-10{
  32. margin-left: 10px;
  33. }
  34. .margin-left-25{
  35. margin-left: 25px;
  36. }
  37. .displaynone{
  38. display: none !important;
  39. }
  40. .displayblock{
  41. display: block;
  42. }
  43. .zdjerror{
  44. color: #cc5965;
  45. display: inline-block;
  46. margin-left: 5px;
  47. }
  48. .floatleft{
  49. float: left;
  50. }
  51. .floatright{
  52. float: right;
  53. }
  54. input[type='radio'], input[type='checkbox'] {
  55. vertical-align: text-top;
  56. width: 16px;
  57. display: initial;
  58. }
  59. textarea{
  60. resize:none
  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. .text-sxcenter{
  72. vertical-align: middle !important;
  73. text-align: center !important;
  74. }
  75. .nav-tabs > li > a.tabstiltlefont{
  76. font-size: 18px;
  77. }
  78. .zidonghuanhang{
  79. word-break: break-all;/*自动换行*/
  80. }
  81. .disablebtn{
  82. background-color: #E6E6E6 !important;
  83. border-color: #E6E6E6 !important;
  84. cursor: none !important;
  85. }
  86. /*只读背景颜色白色*/
  87. .readonly-bjysfff,.readonly-bjysfff:focus{
  88. background-color: #fff !important;
  89. border-color: #e5e6e7;
  90. }
  91. .bordercolorred{
  92. border-color: red;
  93. }
  94. .bfb{
  95. text-align: left;
  96. padding: 3px 0px;
  97. font-size: 18px;
  98. }
  99. .minmaxwid120{
  100. max-width: 120px !important;
  101. min-width: 120px !important;
  102. }
  103. /*车型信息间隔*/
  104. label.csh,label.pinpai,label.chexi,label.chexing,span.csh,span.pinpai,span.chexi,span.chexing{
  105. padding-left: 0px !important;
  106. padding-right: 10px !important;
  107. }
  108. /* 时间控件月份、年份选择table 宽度有问题,这里做修复 start*/
  109. .datepicker table{
  110. width: 100%;
  111. }
  112. .datepicker .datepicker-months{
  113. min-width: 250px;
  114. }
  115. .datepicker .datepicker-years{
  116. min-width: 250px;
  117. }
  118. .datepicker .datepicker-decades{
  119. min-width: 350px;
  120. }
  121. .timepicker-picker .table-condensed td{
  122. text-align: center;
  123. }
  124. /* 时间控件月份、年份选择table 宽度有问题,这里做修复 end*/