您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 年前
12345678910111213141516171819202122232425
  1. .file {
  2. width: 375px;
  3. height: 120px;
  4. position: relative;
  5. overflow: hidden;
  6. }
  7. .file input {
  8. position: absolute;
  9. font-size: 120px;
  10. right: 0;
  11. top: 0;
  12. opacity: 0;
  13. cursor: pointer !important;
  14. }
  15. .file img {
  16. width: 375px;
  17. height: 120px;
  18. cursor: pointer;
  19. }
  20. .text {
  21. text-align: center;
  22. }