index.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. textarea:hover{border:none !important}
  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. .sp-menu span.sp-menu-ltitle {
  86. width: auto;
  87. }
  88. .sp-menu .sp-menu-icon {
  89. position: relative;
  90. float: right;
  91. display: inline-block;
  92. margin-right: 10px;
  93. width: 10px;
  94. }
  95. .sp-menu .sp-menu-icon i {
  96. width: 8px;
  97. }
  98. .sp-bg-brown {
  99. background: #E8E8E8;
  100. }
  101. .listType {
  102. width: 32px;
  103. height: 32px;
  104. float: left;
  105. padding: 5px;
  106. margin: 0 5px;
  107. border: 1px solid #c6c6c6;
  108. display: inline-block;
  109. cursor: pointer;
  110. }
  111. .list-item {
  112. width: 100px;
  113. height: 100px;
  114. float: left;
  115. margin: auto 0.5%;
  116. padding: 5px;
  117. border: 1px dashed #c6c6c6;
  118. position: relative;
  119. cursor: pointer;
  120. }
  121. .list-item img {
  122. width: 65px;
  123. position: absolute;
  124. left: 50%;
  125. transform: translateX(-50%);
  126. }
  127. .list-item div {
  128. width: 90px;
  129. height: 20px;
  130. line-height: 20px;
  131. overflow: hidden;
  132. text-overflow: ellipsis;
  133. white-space: nowrap;
  134. text-align: center;
  135. position: absolute;
  136. bottom: 5px;
  137. }
  138. .list-item i {
  139. display: none;
  140. position: absolute;
  141. top: 5px;
  142. right: 5px;
  143. }
  144. .list-item:hover i {
  145. display: inline;
  146. }
  147. .pointer {
  148. cursor:pointer
  149. }
  150. .upload {
  151. width: 66px;
  152. height: 30px;
  153. float: right;
  154. cursor: pointer;
  155. margin-right: 15px;
  156. overflow: hidden;
  157. position: relative;
  158. display: inline-block;
  159. }
  160. .upload-btn-single {
  161. outline: none;
  162. border: 0;
  163. height: 28px;
  164. line-height: 28px;
  165. padding: 0 5px;
  166. color: #fff !important;
  167. background: #1c84c6;
  168. cursor: pointer !important;
  169. border-radius: 5px;
  170. }
  171. .upload-file-single {
  172. position: absolute;
  173. width: 100%;
  174. height: 25px;
  175. line-height: 25px;
  176. left: 100px;
  177. top: 0;
  178. opacity: 0;
  179. font-size: 0;
  180. filter: alpha(opacity=0);
  181. }