質問編集履歴

1

記載内容変更しました。

2016/11/22 06:18

投稿

t-maekawa
t-maekawa

スコア44

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,21 @@
18
18
 
19
19
  「都道府県」クリック時の市区町村一覧ページ
20
20
 
21
+ [市区町村一覧](http://waribikiken-saikou.com/category/kyusyu/fukuoka/)
22
+
21
- 「市区町村」クリック時のジャンルリスト一覧ページでも同じように
23
+ 「市区町村」クリック時のジャンルリスト一覧ページ
24
+
25
+ [ジャンル一覧](http://waribikiken-saikou.com/category/kyusyu/fukuoka/fukuokashi_chuoku/)
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+ でも同じように
22
36
 
23
37
  表示をさせたいのですが、
24
38
 
@@ -126,9 +140,9 @@
126
140
 
127
141
  .cat-item {
128
142
 
129
- width:70px;
143
+ width:auto;
130
144
 
131
- font-size:20px;
145
+
132
146
 
133
147
  font-weight:bold;
134
148
 
@@ -138,7 +152,11 @@
138
152
 
139
153
  text-align:center;
140
154
 
155
+ margin-left : auto ; margin-right : auto ;
156
+
141
- padding:;
157
+ padding-left:auto;
158
+
159
+ padding-right:auto;
142
160
 
143
161
  color:#fff;
144
162
 
@@ -150,39 +168,19 @@
150
168
 
151
169
  margin-bottom:5px;
152
170
 
153
- margin-top:10px;
171
+ margin-top:5px;
154
172
 
155
173
  }
156
174
 
157
- .shop_genre {
175
+ .cat-item a {
158
176
 
159
- width:;
177
+ display:block;
160
178
 
161
- font-size:;
179
+ text-align:center;
162
180
 
163
- font-weight:bold;
181
+ }
164
182
 
165
- text-decoration:none;
166
183
 
167
- display:block;
168
-
169
- text-align:center;
170
-
171
- padding:;
172
-
173
- color:#fff;
174
-
175
- background-color:;
176
-
177
- border:px solid #C4C2BA;
178
-
179
- border-radius:5px;
180
-
181
- margin-bottom:5px;
182
-
183
- margin-top:10px;
184
-
185
- }
186
184
 
187
185
 
188
186