Nav apraksta

addappeal.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .input {
  2. background-color: #FFF;
  3. background-image: none;
  4. border: 1px solid #ccc;
  5. border-radius: 1px;
  6. color: inherit;
  7. padding: 6px 12px
  8. }
  9. .fjnr {
  10. padding: 0 !important;
  11. border: none !important;
  12. }
  13. input,
  14. select {
  15. vertical-align: middle;
  16. }
  17. .xg i {
  18. font-size: 16px;
  19. }
  20. .hidens {
  21. display: none;
  22. }
  23. .inpBox {
  24. border: 1px solid #cccccc;
  25. height: 31px;
  26. width: 220px;
  27. display: inline-block;
  28. position: relative;
  29. vertical-align: middle;
  30. position: absolute;
  31. left: 0px;
  32. top: 0px;
  33. z-index: 111;
  34. }
  35. .selDpart1 {
  36. position: absolute;
  37. left: 0px;
  38. top: 30px;
  39. z-index: 11111;
  40. width: 220px;
  41. line-height: 30px;
  42. background: #ffffff;
  43. display: none;
  44. }
  45. #sponsor {
  46. width: 218px;
  47. border: 1px solid #00a1cb;
  48. margin: 0;
  49. padding: 0;
  50. list-style: none;
  51. max-height: 212px;
  52. overflow-x: hidden;
  53. overflow-y: scroll;
  54. }
  55. #sponsor li {
  56. margin: 0;
  57. padding-left: 10px;
  58. width: 220px;
  59. height: 30px;
  60. line-height: 30px;
  61. list-style: none;
  62. }
  63. #sponsor li:hover {
  64. background: #00a1cb;
  65. }
  66. .addTree {
  67. background: #fff;
  68. position: absolute;
  69. width: 100%;
  70. border: 1px solid darkgrey;
  71. right: 0;
  72. top: 29px;
  73. display: none;
  74. z-index: 222;
  75. }
  76. .xl {
  77. display: inline-block;
  78. background: url(../../img/dropDown.png) no-repeat;
  79. height: 100%;
  80. background-position: center center;
  81. width: 20px;
  82. position: absolute;
  83. right: 0;
  84. top: 0px;
  85. /* background-color: #f7bc8b; */
  86. cursor: pointer;
  87. }
  88. .ztree li span {
  89. border: none;
  90. padding: 0;
  91. }
  92. .inps {
  93. width: 217px;
  94. height: 29px;
  95. outline: none;
  96. border: 0;
  97. border-image-width: 0;
  98. padding: 0;
  99. padding-left: 3px;
  100. }
  101. .xl {
  102. display: inline-block;
  103. background: url(../img/dropDown.png) no-repeat;
  104. height: 100%;
  105. background-position: center center;
  106. width: 20px;
  107. position: absolute;
  108. right: 0;
  109. top: 0px;
  110. /* background-color: #f7bc8b; */
  111. cursor: pointer;
  112. }
  113. .Cleans {
  114. display: inline-block;
  115. width: 20px;
  116. position: absolute;
  117. right: 21px;
  118. top: 8px;
  119. display: none;
  120. }