Nenhuma Descrição

addappeal.css 1.8KB

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