質問編集履歴

3

説明の詳細を追加

2018/10/06 09:23

投稿

Kohaku
Kohaku

スコア13

test CHANGED
File without changes
test CHANGED
@@ -425,3 +425,11 @@
425
425
  ```
426
426
 
427
427
  画像ファイル、リンク等は実際のものを使用しています。
428
+
429
+ 予想していた動作は、
430
+
431
+ 1.FIREのidを持つ<input>がチェックされた
432
+
433
+ 2.class、fireを持つ<div>内の要素のdisplay:noneをdisplay:blockにし表示する
434
+
435
+ といったものですが、checkboxにチェックが入っても何も起きません。

2

コメントの修正

2018/10/06 09:23

投稿

Kohaku
Kohaku

スコア13

test CHANGED
File without changes
test CHANGED
@@ -328,7 +328,7 @@
328
328
 
329
329
  }
330
330
 
331
- /*選択されているタブのスタイルを変える*/
331
+ /*選択されているcheckboxのスタイルを変える*/
332
332
 
333
333
  .Search #FIRE:checked + .fire_item {
334
334
 

1

画像のリンク修正

2018/10/06 06:53

投稿

Kohaku
Kohaku

スコア13

test CHANGED
File without changes
test CHANGED
@@ -122,7 +122,7 @@
122
122
 
123
123
  <div class="woman slash dark UNIT">
124
124
 
125
- <a href="https://kuku-fantasy.net/megihazi/?p=278"><img class="alignnone wp-image-282 size-medium" src="x.png" alt="" width="300" height="179" /></a>
125
+ <a href="https://kuku-fantasy.net/megihazi/?p=278"><img class="alignnone wp-image-282 size-medium" src="https://kuku-fantasy.net/megihazi/wp-content/uploads/sites/2/2018/09/roretta-300x179.png" alt="" width="300" height="179" /></a>
126
126
 
127
127
  </div>
128
128
 
@@ -423,3 +423,5 @@
423
423
 
424
424
 
425
425
  ```
426
+
427
+ 画像ファイル、リンク等は実際のものを使用しています。