国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
307B

  1. .fileinput-button {
  2. position:relative;
  3. overflow:hidden;
  4. display:inline-block
  5. }
  6. .fileinput-button input {
  7. position:absolute;
  8. top:0;
  9. right:0;
  10. margin:0;
  11. opacity:0;
  12. direction:ltr;
  13. cursor:pointer
  14. }
  15. @media screen\9 {
  16. .fileinput-button input {
  17. filter:alpha(opacity=0);
  18. font-size:100%;
  19. height:100%
  20. }
  21. }