index.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. 
  2. .sp-menu .sp-menu-first {
  3. float: left;
  4. width: 100%;
  5. line-height: 38px;
  6. background-color: #fff;
  7. color: #000;
  8. cursor: pointer;
  9. -moz-box-sizing: border-box;
  10. -webkit-box-sizing: border-box;
  11. box-sizing: border-box;
  12. }
  13. .sp-menu .sp-menu-first:hover {
  14. /*background-color: #1E74D5;*/
  15. background-color: #7FAFE5;
  16. color: #fff;
  17. }
  18. .sp-menu .sp-menu-first .sp-menu-ltitle {
  19. float: left;
  20. width: calc(100% - 30px);
  21. padding-left: 10px;
  22. white-space: nowrap;
  23. overflow: hidden;
  24. text-overflow: ellipsis;
  25. color: inherit;
  26. }
  27. .sp-menu .sp-menu-first > i {
  28. float: left;
  29. width: 23px;
  30. padding-left: 10px;
  31. line-height: 38px;
  32. }
  33. .sp-menu .sp-menu-second {
  34. float: left;
  35. width: 100%;
  36. line-height: 38px;
  37. background-color: #fff;
  38. color: #000;
  39. cursor: pointer;
  40. border-bottom: 1px solid #E8E8E8;
  41. -moz-box-sizing: border-box;
  42. -webkit-box-sizing: border-box;
  43. box-sizing: border-box;
  44. }
  45. .sp-menu .sp-menu-second:hover {
  46. /*background-color: #1E74D5;*/
  47. background-color: #7FAFE5;
  48. color: #fff;
  49. }
  50. .sp-menu .sp-menu-second .sp-menu-ltitle {
  51. float: left;
  52. width: calc(100% - 60px);
  53. color: inherit;
  54. padding-left: 30px;
  55. white-space: nowrap;
  56. overflow: hidden;
  57. text-overflow: ellipsis;
  58. }
  59. .sp-menu .sp-menu-third {
  60. float: left;
  61. width: 100%;
  62. line-height: 38px;
  63. background-color: #fff;
  64. color: #000;
  65. cursor: pointer;
  66. border-bottom: 1px solid #E8E8E8;
  67. -moz-box-sizing: border-box;
  68. -webkit-box-sizing: border-box;
  69. box-sizing: border-box;
  70. }
  71. .sp-menu .sp-menu-third:hover {
  72. /*background-color: #1E74D5;*/
  73. background-color: #7FAFE5;
  74. color: #fff;
  75. }
  76. .sp-menu .sp-menu-third .sp-menu-ltitle {
  77. float: left;
  78. width: calc(100% - 100px);
  79. color: inherit;
  80. padding-left: 50px;
  81. white-space: nowrap;
  82. overflow: hidden;
  83. text-overflow: ellipsis;
  84. }
  85. .activeNode {
  86. background-color: #7FAFE5 !important;
  87. color: #fff !important;
  88. }
  89. .sp-menu span.sp-menu-ltitle {
  90. width: auto;
  91. }
  92. .sp-menu .sp-menu-icon {
  93. position: relative;
  94. float: right;
  95. display: inline-block;
  96. margin-right: 10px;
  97. width: 10px;
  98. }
  99. .sp-menu .sp-menu-icon i {
  100. width: 8px;
  101. }
  102. .sp-bg-brown {
  103. background: #E8E8E8;
  104. }
  105. .listType {
  106. width: 32px;
  107. height: 32px;
  108. float: left;
  109. padding: 5px;
  110. margin: 0 5px;
  111. border: 1px solid #c6c6c6;
  112. display: inline-block;
  113. cursor: pointer;
  114. }
  115. .list-item {
  116. width: 100px;
  117. height: 100px;
  118. float: left;
  119. margin: auto 0.5%;
  120. padding: 5px;
  121. border: 1px dashed #c6c6c6;
  122. position: relative;
  123. cursor: pointer;
  124. }
  125. .list-item img {
  126. width: 65px;
  127. position: absolute;
  128. left: 50%;
  129. transform: translateX(-50%);
  130. }
  131. .list-item div {
  132. width: 90px;
  133. height: 20px;
  134. line-height: 20px;
  135. overflow: hidden;
  136. text-overflow: ellipsis;
  137. white-space: nowrap;
  138. text-align: center;
  139. position: absolute;
  140. bottom: 5px;
  141. }
  142. .list-item i {
  143. display: none;
  144. position: absolute;
  145. top: 5px;
  146. right: 5px;
  147. }
  148. .list-item:hover i {
  149. display: inline;
  150. }
  151. .pointer {
  152. cursor:pointer
  153. }
  154. .upload {
  155. width: 66px;
  156. height: 30px;
  157. float: right;
  158. cursor: pointer;
  159. margin-right: 15px;
  160. overflow: hidden;
  161. position: relative;
  162. display: inline-block;
  163. }
  164. .upload-btn-single {
  165. outline: none;
  166. border: 0;
  167. height: 28px;
  168. line-height: 28px;
  169. padding: 0 5px;
  170. color: #fff !important;
  171. background: #1c84c6;
  172. cursor: pointer !important;
  173. border-radius: 5px;
  174. }
  175. .upload-file-single {
  176. position: absolute;
  177. width: 100%;
  178. height: 25px;
  179. line-height: 25px;
  180. left: 100px;
  181. top: 0;
  182. opacity: 0;
  183. font-size: 0;
  184. filter: alpha(opacity=0);
  185. }