質問編集履歴

1

見難かったので少し変更しました。

2017/12/30 03:48

投稿

humuhimi
humuhimi

スコア49

test CHANGED
File without changes
test CHANGED
@@ -124,7 +124,7 @@
124
124
 
125
125
  }
126
126
 
127
- ------
127
+ ------
128
128
 
129
129
  #pageBodySub .localnavi ul li{
130
130
 
@@ -136,11 +136,11 @@
136
136
 
137
137
  margin-bottom: 12px;
138
138
 
139
- list-style-image: url("../images/ico_arrow.png");
139
+ list-style-image: url("../images/ico_arrow.png");
140
-
140
+
141
- }
141
+ }
142
-
142
+
143
- ------
143
+ ------
144
144
 
145
145
 
146
146
 
@@ -394,8 +394,22 @@
394
394
 
395
395
 
396
396
 
397
+ ```以下の部分の質問なのですが
398
+
399
+ #pageBodySub .localnavi ul li{
400
+
401
+
402
+
403
+ font-size: 14px;
404
+
405
+ line-height: 1.429;
406
+
407
+ margin-bottom: 12px;
408
+
409
+ この部分→list-style-image: url("../images/ico_arrow.png");
410
+
397
- ```
411
+ }**
398
-
412
+
399
- ★マークのところの質問なんですが、list-style-imageが適応されず空白のリストになってしまいます。
413
+ 、list-style-imageが適応されず空白のリストになってしまいます。
400
414
 
401
415
  対処法をどなたかご教授お願いします。