开封利通水务前端

webuploader.css 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .webuploader-container {
  2. position: relative;
  3. display: inline-block;
  4. }
  5. .webuploader-element-invisible {
  6. position: absolute !important;
  7. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  8. clip: rect(1px,1px,1px,1px);
  9. }
  10. .webuploader-pick {
  11. position: relative;
  12. display: inline-block;
  13. margin-bottom: 0;
  14. font-size: 14px;
  15. font-weight: 400;
  16. line-height: 1.42857143;
  17. text-align: center;
  18. white-space: nowrap;
  19. vertical-align: middle;
  20. -ms-touch-action: manipulation;
  21. touch-action: manipulation;
  22. -webkit-user-select: none;
  23. -moz-user-select: none;
  24. -ms-user-select: none;
  25. user-select: none;
  26. background-image: none;
  27. border: 1px solid transparent;
  28. border-radius: 4px;
  29. cursor: pointer;
  30. color: #333;
  31. background-color: #fff;
  32. border-color: #ccc;
  33. padding: 6px 12px;
  34. overflow: hidden;
  35. }
  36. .webuploader-pick-hover {
  37. color: #00a4ff;
  38. }
  39. .webuploader-pick-disable {
  40. opacity: 0.6;
  41. pointer-events:none;
  42. }
  43. #uploadimg .progress{
  44. border: 1px solid #1483d8;
  45. width: 109px;
  46. background: #fff;
  47. height: 18px;
  48. position: relative;
  49. display: inline-block;
  50. text-align: center;
  51. line-height: 20px;
  52. color: #6dbfff;
  53. position: relative;
  54. margin-right: 10px;
  55. }
  56. #uploadimg .progress span.percentage {
  57. width: 0;
  58. height: 100%;
  59. left: 0;
  60. top: 0;
  61. background: #1483d8;
  62. position: absolute;
  63. }
  64. #uploadimg .progress span.text {
  65. position: relative;
  66. z-index: 10;
  67. color: #6dbfff;
  68. }