common.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .no_padding{
  2. padding:0px 0px
  3. }
  4. .no_margin{
  5. margin:0px 0px
  6. }
  7. .no_display{
  8. display:none
  9. }
  10. .fileinput>.file{
  11. position: absolute;
  12. top: 0;
  13. right: 0;
  14. margin: 0;
  15. opacity: 0;
  16. filter: alpha(opacity=0);
  17. font-size: 23px;
  18. height: 100%;
  19. width: 100%;
  20. direction: ltr;
  21. cursor: pointer;
  22. }
  23. .delete_button{
  24. color: #dc3545;
  25. }
  26. .java110_loading{
  27. width: 100%;
  28. height: 100%;
  29. z-index: 2300;
  30. position: fixed;
  31. }
  32. .java110_loading>div{
  33. margin: 70px auto;
  34. }
  35. .wizard > .actions .vc_disabled a,
  36. .wizard > .actions .vc_disabled a:hover,
  37. .wizard > .actions .vc_disabled a:active
  38. {
  39. background: #fff;
  40. color: #888;
  41. }
  42. .wizard > .steps .vc_disabled a,
  43. .wizard > .steps .vc_disabled a:hover,
  44. .wizard > .steps .vc_disabled a:active
  45. {
  46. background: #fff;
  47. color: #888;
  48. cursor: default;
  49. }
  50. .wizard > .steps > ul > li {
  51. width: 33.33%;
  52. }
  53. .java110_step{
  54. width:80%;
  55. margin: 20px auto 50px auto;
  56. }
  57. .form-group span.required {
  58. color: #f00;
  59. font-size: 100%;
  60. }
  61. /** 修复select2 和 modal bug **/
  62. .select2-drop {
  63. z-index: 10050 !important;
  64. }
  65. .select2-search-choice-close {
  66. margin-top: 0 !important;
  67. right: 2px !important;
  68. min-height: 10px;
  69. }
  70. .select2-search-choice-close:before {
  71. color: black !important;
  72. }
  73. /*防止select2不会自动失去焦点*/
  74. .select2-container {
  75. z-index: 16000 !important;
  76. width: 100%;
  77. }
  78. .select2-drop-mask {
  79. z-index: 15990 !important;
  80. }
  81. .select2-drop-active {
  82. z-index: 15995 !important;
  83. }