attachlist.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /*左侧视图导航*/
  2. #leftPart {
  3. width: 100px;
  4. background: #fff;
  5. border: 1px solid #000;
  6. position: fixed;
  7. top: 120px;
  8. left: 55px;
  9. z-index: 100;
  10. }
  11. #leftPart .sp-box{
  12. text-align:center;
  13. background:#1c84c6;
  14. border-bottom:2px solid #ccc;
  15. color:#fff;
  16. cursor:move
  17. }
  18. #leftPart .SwenBtn{
  19. float: left;
  20. width:100%;
  21. height: 30px;
  22. overflow:hidden;
  23. white-space:nowrap;
  24. text-overflow:ellipsis;
  25. line-height: 18px;
  26. padding: 7px 0;
  27. text-align:center;
  28. border-bottom:2px solid #ccc
  29. }
  30. #leftPart .SwenBtn:last-child{
  31. border:0
  32. }
  33. #leftPart.SwenBtn:hover{
  34. text-decoration:none;
  35. color:blue
  36. }
  37. #leftPart .activeSwen{
  38. background:blue;
  39. color:#fff !important;
  40. border:0;
  41. }
  42. /*顶部视图导航*/
  43. .topPart .SwenBtn{
  44. float: left;
  45. width:80px;
  46. height: 30px;
  47. overflow:hidden;
  48. white-space:nowrap;
  49. text-overflow:ellipsis;
  50. line-height: 18px;
  51. padding: 7px 0;
  52. margin:0 10px;
  53. text-align:center
  54. }
  55. .topPart .SwenBtn:hover{
  56. text-decoration:none;
  57. }
  58. .topPart .activeSwen{
  59. color:blue;
  60. border-bottom:2px solid blue
  61. }
  62. .topPart .active{
  63. color: blue;
  64. border-bottom: 2px solid blue;
  65. }
  66. .watchItem{
  67. width:100%;
  68. float:left;
  69. padding:5px 10px;
  70. }
  71. @media screen and (max-width: 1920px) {
  72. .cjItem img{
  73. float:left;
  74. width:120px;
  75. height:80px
  76. }
  77. .cjItem div{
  78. margin-top:20px
  79. }
  80. .cjdel{
  81. margin-top:30px
  82. }
  83. }
  84. @media screen and (max-width: 1366px) {
  85. .cjItem img{
  86. float:left;
  87. width:90px;
  88. height:45px
  89. }
  90. .cjItem div{
  91. margin-top:3px
  92. }
  93. .cjdel{
  94. margin-top:10px
  95. }
  96. }
  97. @media screen and (max-width: 1280px) {
  98. .cjItem img{
  99. float:left;
  100. width:80px;
  101. height:45px
  102. }
  103. .cjItem div{
  104. margin-top:3px
  105. }
  106. .cjdel{
  107. margin-top:10px
  108. }
  109. }
  110. .upload {
  111. float: right;
  112. overflow: hidden;
  113. position: relative;
  114. }
  115. .upload-tip {
  116. float: left;
  117. width: 100%;
  118. margin-top: 35px;
  119. padding: 0 10px;
  120. color: #666;
  121. font-size: 13px !important;
  122. border-radius: 5px;
  123. display: none;
  124. text-align: left;
  125. }
  126. .upload-file-single {
  127. position: absolute;
  128. width: 100%;
  129. height: 100%;
  130. left: 0;
  131. top: 0;
  132. opacity: 0;
  133. font-size: 0;
  134. filter: alpha(opacity=0);
  135. }
  136. .upload-loading{
  137. display: inline-block;
  138. width: 100%;
  139. height: 100%;
  140. padding: 3px;
  141. text-align: center;
  142. background: #E8E8E8;
  143. opacity: 0.4;
  144. position: absolute;
  145. left: 0;
  146. top: 0;
  147. z-index: 10
  148. }
  149. .active{
  150. color:#fff;
  151. background:#2db1e4
  152. }
  153. .iframe-item{
  154. min-width:200px;
  155. height:99%;
  156. float:left;
  157. position:relative
  158. }
  159. .iframe-title {
  160. display:block;
  161. padding:2px 0;
  162. line-height:26px;
  163. text-align:center;
  164. position:absolute;
  165. left:50%;
  166. top:0;
  167. transform:translateX(-50%);
  168. z-index:5;
  169. font-size:18px;
  170. color:#333;
  171. overflow:hidden;
  172. white-space: nowrap;
  173. }
  174. .iframe-item-btn{
  175. display:block;
  176. padding:3px 0;
  177. position:absolute;
  178. right:5px;
  179. top:0;
  180. height:30px;
  181. z-index:5
  182. }
  183. .iframe-item>iframe{
  184. height:100%;
  185. position:absolute;
  186. left:10px;
  187. z-index:1
  188. }
  189. .iframe-border-right{
  190. width:10px;
  191. height:100%;
  192. background-color:#c6c6c6;
  193. border-left:3px solid #fff;
  194. border-right:3px solid #fff;
  195. cursor:col-resize;
  196. position:absolute;
  197. left:0;
  198. z-index:10
  199. }
  200. .pointer{
  201. cursor:pointer;
  202. }