選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Form.css 405 B

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. }