attachlist.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .SwenBtn{
  2. float: left;
  3. width:80px;
  4. height: 30px;
  5. overflow:hidden;
  6. white-space:nowrap;
  7. text-overflow:ellipsis;
  8. line-height: 18px;
  9. padding: 7px 0;
  10. margin:0 10px;
  11. text-align:center
  12. }
  13. .SwenBtn:hover{
  14. text-decoration:none;
  15. }
  16. .activeSwen{
  17. color:blue;
  18. border-bottom:2px solid blue
  19. }
  20. td.watchItem{
  21. cursor:pointer
  22. }
  23. td.watchItem div{
  24. padding:5px 0
  25. }
  26. .upload {
  27. float: right;
  28. overflow: hidden;
  29. position: relative;
  30. }
  31. .upload-tip {
  32. float: left;
  33. width: 100%;
  34. margin-top: 35px;
  35. padding: 0 10px;
  36. color: #666;
  37. font-size: 13px !important;
  38. border-radius: 5px;
  39. display: none;
  40. text-align: left;
  41. }
  42. .upload-file-single {
  43. position: absolute;
  44. width: 100%;
  45. height: 100%;
  46. left: 0;
  47. top: 0;
  48. opacity: 0;
  49. font-size: 0;
  50. filter: alpha(opacity=0);
  51. }
  52. .upload-loading{
  53. display: inline-block;
  54. width: 100%;
  55. height: 100%;
  56. padding: 3px;
  57. text-align: center;
  58. background: #E8E8E8;
  59. opacity: 0.4;
  60. position: absolute;
  61. left: 0;
  62. top: 0;
  63. z-index: 10
  64. }
  65. .active{
  66. color:#fff;
  67. background:#2db1e4
  68. }
  69. td.watchItem{
  70. cursor:pointer
  71. }
  72. td.watchItem div{
  73. padding:5px 0
  74. }
  75. .Browse {
  76. width: 100%;
  77. min-height: 750px;
  78. border:0;
  79. }