attachlist.css 1.1 KB

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