ファイルを選択してくださいという表示を消したくて、訂正したりしていましたが、今度をファイル選択ができなくなりました。
ビューファイル .sectionimages .subsubsub .subsubimagebox %span.icoico %span.icoimage NO IMAGE .mainmainimage .mainajaxmain %p.mainaakjs = form.file_field :image, class: "image_form" %span.textextx 写真アップロード CSS .sectionimages{ width: 530px; float: right; .subsubsub{ width: 276px; height: 368px; float: left; } .subsubimagebox{ position: relative; border: 1px #aaa dashed; background: #fff; width: 276px; height: 368px; } .icoico{ margin-top: 158px; } .icoimage{ margin: 12px 0 0 0; text-align: center; font-size: 16px; font-weight: bold; color: #ccc; } .mainmainimage{ padding: 154px 0 0 0; width: 224px; position: relative; float: right; .mainajaxmain{ display: none; position: absolute; left: 0; top: 5px; font-size: 13px; color: #FF3B30; } .mainaakjs{ position: relative; height: 36px; width: 147px; background: #2490d0; overflow: hidden; border: 2px #ddd solid; border-radius: 4px; color: #fff; font-size: 12px; text-align: center; cursor: pointer; } .image_form{ display: none; } .textextx{ position: absolute; bottom: -7px; left: 0; width: 147px; height: 32px; font-weight: bold; } }
display:none;でファイルを選択するを消せると知ったので実行したのですが詰まりました。上記が現在のコードになります。
原因分かる方いらっしゃいませんか?
あなたの回答
tips
プレビュー