質問編集履歴

3

書式の改善

2016/03/03 00:54

投稿

ic_egawa
ic_egawa

スコア13

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  <meta charset="utf-8" />
26
26
 
27
- <title>よつば接骨院 草津店</title>
27
+ <title></title>
28
28
 
29
29
  <meta name="description" content="" />
30
30
 

2

内容の修正

2016/03/03 00:54

投稿

ic_egawa
ic_egawa

スコア13

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,124 @@
16
16
 
17
17
  ```
18
18
 
19
+ <!DOCTYPE html>
20
+
21
+ <html lang="ja">
22
+
23
+ <head>
24
+
25
+ <meta charset="utf-8" />
26
+
27
+ <title>よつば接骨院 草津店</title>
28
+
29
+ <meta name="description" content="" />
30
+
31
+ <meta name="keywords" content="" />
32
+
33
+
34
+
35
+ <link rel="stylesheet" href="css/style.css" />
36
+
37
+ <link rel="stylesheet" href="css/animate.css" />
38
+
39
+ <link rel="stylesheet" href="css/jquery.fullPage.css" />
40
+
41
+ <!-- <link rel="stylesheet" href="css/examples.css" />-->
42
+
43
+ <style>
44
+
45
+
46
+
47
+ /* Style for our header texts
48
+
49
+ * --------------------------------------- */
50
+
51
+ h1{
52
+
53
+ font-size: 5em;
54
+
55
+ font-family: arial,helvetica;
56
+
57
+ color: #fff;
58
+
59
+ margin:0;
60
+
61
+ }
62
+
63
+
64
+
65
+ /* Centered texts in each section
66
+
67
+ * --------------------------------------- */
68
+
69
+ .section{
70
+
71
+ text-align:center;
72
+
73
+ }
74
+
75
+
76
+
77
+ /* Overwriting styles for control arrows for slides
78
+
79
+ * --------------------------------------- */
80
+
81
+ .controlArrow.prev {
82
+
83
+ left: 50px;
84
+
85
+ }
86
+
87
+ .controlArrow.next{
88
+
89
+ right: 50px;
90
+
91
+ }
92
+
93
+
94
+
95
+
96
+
97
+ /* Bottom menu
98
+
99
+ * --------------------------------------- */
100
+
101
+ #infoMenu li a {
102
+
103
+ color: #fff;
104
+
105
+ }
106
+
107
+ </style>
108
+
109
+
110
+
111
+ <!--[if IE]>
112
+
113
+ <script type="text/javascript">
114
+
115
+ var console = { log: function() {} };
116
+
117
+ </script>
118
+
119
+ <![endif]-->
120
+
121
+
122
+
123
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
124
+
125
+ <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
126
+
127
+
128
+
129
+ <script src="js/jquery.slimscroll.min.js"></script>
130
+
131
+
132
+
133
+ <script src="js/jquery.fullPage.js"></script>
134
+
135
+ <!-- <script type="text/javascript" src="js/examples.js"></script>-->
136
+
19
137
  <script src="js/wow.js"></script>
20
138
 
21
139
  <script>
@@ -24,7 +142,117 @@
24
142
 
25
143
  </script>
26
144
 
145
+ <script>
146
+
147
+ $(document).ready(function() {
148
+
27
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
+ $('#fullpage').fullpage({
150
+
151
+ //anchors: ['1stPage', '2ndPage', '3rdPage', '4thPage', '5thPage'],
152
+
153
+ //sectionsColor: ['#C63D0F', '#1BBC9B', '#7E8F7C'],
154
+
155
+ navigation: true,
156
+
157
+ navigationPosition: 'right',
158
+
159
+ navigationTooltips: ['First page', 'Second page', 'Third page', 'Fourth page', 'Fifth page']
160
+
161
+ });
162
+
163
+ });
164
+
165
+ </script>
166
+
167
+
168
+
169
+ </head>
170
+
171
+ <body>
172
+
173
+
174
+
175
+ <div id="fullpage">
176
+
177
+ <div class="section " id="section0">
178
+
179
+ <div class="intro">
180
+
181
+ <div class="con_r">
182
+
183
+ <div class="sec0_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="3.5s"><img src="img/txt01.png" width="398" height="43"></div>
184
+
185
+ <div class="sec0_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="4s"><img src="img/txt02.png" width="412" height="236"></div>
186
+
187
+ <div class="sec0_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="4.5s"><img src="img/txt03.png" width="221" height="24"></div>
188
+
189
+ </div>
190
+
191
+ </div>
192
+
193
+ </div>
194
+
195
+ <div class="section" id="section1">
196
+
197
+ <div class="intro">
198
+
199
+ <div class="sec1_pic01"><img src="img/campaign.png" width="870" height="160"></div>
200
+
201
+ <table>
202
+
203
+ <tr>
204
+
205
+ <td>施術メニュー</td>
206
+
207
+ <td>料金(税込)</td>
208
+
209
+ <td>時間</td>
210
+
211
+ <td>備考</td>
212
+
213
+ </tr>
214
+
215
+ <tr>
216
+
217
+ <td>マッサージ</td>
218
+
219
+ <td>\800</td>
220
+
221
+ <td>10分</td>
222
+
223
+ <td>10分延長ごとに+\800</td>
224
+
225
+ </tr>
226
+
227
+ <tr>
228
+
229
+ <td>IDストレッチ</td>
230
+
231
+ <td>\1,200</td>
232
+
233
+ <td>15分</td>
234
+
235
+ <td>15分延長ごとに+\1,200</td>
236
+
237
+ </tr>
238
+
239
+ <tr>
240
+
241
+ <td>骨盤矯正</td>
242
+
243
+ <td>\3,000</td>
244
+
245
+ <td>20分</td>
246
+
247
+ <td>お得な5回パックで\12,000</td>
248
+
249
+ </tr>
250
+
251
+ </table>
252
+
253
+ </div>
254
+
255
+ </div>
28
256
 
29
257
  <div class="section" id="section2">
30
258
 
@@ -42,7 +270,97 @@
42
270
 
43
271
  </div>
44
272
 
45
-
273
+ <div class="section" id="section3">
274
+
275
+ <div class="intro">
276
+
277
+ <h1><img src="img/section03_txt01.png" width="550" height="73"></h1>
278
+
279
+ <p>私たちは、あなたのキレイのために、トレーニングの合間に休憩していただくスペースは快適にくつろいでいただけるよう拘っています。</p>
280
+
281
+ </div>
282
+
283
+ </div>
284
+
285
+ <div class="section" id="section4">
286
+
287
+ <div class="intro">
288
+
289
+ <h1>Enjoy it</h1>
290
+
291
+ <p>An easy and beautiful way to navigate throw the sections</p>
292
+
293
+ <p>An easy and beautiful way to navigate throw the sections</p>
294
+
295
+ <p>An easy and beautiful way to navigate throw the sections</p>
296
+
297
+ <p>An easy and beautiful way to navigate throw the sections</p>
298
+
299
+ <p>An easy and beautiful way to navigate throw the sections</p>
300
+
301
+ <p>An easy and beautiful way to navigate throw the sections</p>
302
+
303
+ <p>An easy and beautiful way to navigate throw the sections</p>
304
+
305
+ <p>An easy and beautiful way to navigate throw the sections</p>
306
+
307
+ <p>An easy and beautiful way to navigate throw the sections</p>
308
+
309
+ <p>An easy and beautiful way to navigate throw the sections</p>
310
+
311
+ <p>An easy and beautiful way to navigate throw the sections</p>
312
+
313
+ <p>An easy and beautiful way to navigate throw the sections</p>
314
+
315
+ <p>An easy and beautiful way to navigate throw the sections</p>
316
+
317
+ <p>An easy and beautiful way to navigate throw the sections</p>
318
+
319
+ <p>An easy and beautiful way to navigate throw the sections</p>
320
+
321
+ <p>An easy and beautiful way to navigate throw the sections</p>
322
+
323
+ <p>An easy and beautiful way to navigate throw the sections</p>
324
+
325
+ <p>An easy and beautiful way to navigate throw the sections</p>
326
+
327
+ <p>An easy and beautiful way to navigate throw the sections</p>
328
+
329
+ <p>An easy and beautiful way to navigate throw the sections</p>
330
+
331
+ <p>An easy and beautiful way to navigate throw the sections</p>
332
+
333
+ <p>An easy and beautiful way to navigate throw the sections</p>
334
+
335
+ <p>An easy and beautiful way to navigate throw the sections</p>
336
+
337
+ <p>An easy and beautiful way to navigate throw the sections</p>
338
+
339
+ <p>An easy and beautiful way to navigate throw the sections</p>
340
+
341
+ <p>An easy and beautiful way to navigate throw the sections</p>
342
+
343
+ <p>An easy and beautiful way to navigate throw the sections</p>
344
+
345
+ <p>An easy and beautiful way to navigate throw the sections</p>
346
+
347
+ <p>An easy and beautiful way to navigate throw the sections</p>
348
+
349
+ <p>An easy and beautiful way to navigate throw the sections</p>
350
+
351
+ </div>
352
+
353
+ </div>
354
+
355
+ </div>
356
+
357
+
358
+
359
+
360
+
361
+ </body>
362
+
363
+ </html>
46
364
 
47
365
  ```
48
366
 
@@ -50,6 +368,44 @@
50
368
 
51
369
  ```
52
370
 
371
+ @charset "utf-8";
372
+
373
+ /* CSS Document */
374
+
375
+
376
+
377
+ #section0 {
378
+
379
+ width:100%;
380
+
381
+ height:100%;
382
+
383
+ background-image:url(../img/top.gif);
384
+
385
+ background-position: 50% 50%;
386
+
387
+ background-size: cover; /* 背景画像をフルスクリーン表示 */
388
+
389
+ }
390
+
391
+
392
+
393
+ .con_r {
394
+
395
+ margin: 0 0 0 50%;
396
+
397
+ }
398
+
399
+
400
+
401
+ .sec0_txt01 {
402
+
403
+ margin: 0 0 20px 0;
404
+
405
+ }
406
+
407
+
408
+
53
409
  #section2 {
54
410
 
55
411
  width:100%;

1

内容の修正

2016/03/02 04:34

投稿

ic_egawa
ic_egawa

スコア13

test CHANGED
File without changes
test CHANGED
@@ -8,63 +8,35 @@
8
8
 
9
9
 
10
10
 
11
- ```
11
+ 3ページ目の<div class="sec2_txt01">が動きません。
12
+
13
+
12
14
 
13
15
  ソース
14
16
 
15
- <div class="section " id="section0">
17
+ ```
16
18
 
17
- <div class="intro">
19
+ <script src="js/wow.js"></script>
18
20
 
19
- <div class="con_r">
21
+ <script>
20
22
 
21
- <div class="sec0_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="3.5s"><img src="img/txt01.png" width="398" height="43"></div>
23
+ new WOW().init();
22
24
 
23
- <div class="sec0_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="4s"><img src="img/txt02.png" width="412" height="236"></div>
25
+ </script>
24
26
 
25
- <div class="sec0_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="4.5s"><img src="img/txt03.png" width="221" height="24"></div>
26
-
27
- </div>
28
-
29
- </div>
30
-
31
- </div>
32
-
33
- <div class="section" id="section1">
34
-
35
- <div class="slide" id="slide1">
36
-
37
- <div class="intro">
27
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
-
39
- <h1>Clickable</h1>
40
-
41
- <p>
42
-
43
- You can even click on the navigation and jump directly to another section.
44
-
45
- </p>
46
-
47
- </div>
48
-
49
- </div>
50
-
51
-
52
-
53
- <div class="slide" id="slide2">
54
-
55
- <h1>Slide 2</h1>
56
-
57
- </div>
58
-
59
-
60
-
61
- </div>
62
28
 
63
29
  <div class="section" id="section2">
64
30
 
65
31
  <div class="intro">
66
32
 
67
- <div class="sec2_txt01 fadeIn" data-wow-duration="1s" data-wow-delay="1s"><img src="img/section02_txt01.png" width="550" height="73"></div>
33
+ <div class="sec2_txt01 wow fadeIn" data-wow-duration="1s" data-wow-delay="1s">
34
+
35
+ <img src="img/section02_txt01.png" width="550" height="73">
36
+
37
+ <p>私たちは、女性のキレイを支えるパートナーとして無理なく「あなたに合った方法」で、ボディメイクを一緒に行っていきます。</p>
38
+
39
+ </div>
68
40
 
69
41
  </div>
70
42
 
@@ -77,38 +49,6 @@
77
49
  追加したcss
78
50
 
79
51
  ```
80
-
81
- #section0 {
82
-
83
- width:100%;
84
-
85
- height:100%;
86
-
87
- background-image:url(../img/top.gif);
88
-
89
- background-position: 50% 50%;
90
-
91
- background-size: cover; /* 背景画像をフルスクリーン表示 */
92
-
93
- }
94
-
95
-
96
-
97
- .con_r {
98
-
99
- margin: 0 0 0 50%;
100
-
101
- }
102
-
103
-
104
-
105
- .sec0_txt01 {
106
-
107
- margin: 0 0 20px 0;
108
-
109
- }
110
-
111
-
112
52
 
113
53
  #section2 {
114
54
 
@@ -128,9 +68,17 @@
128
68
 
129
69
  .sec2_txt01 {
130
70
 
131
- margin: 0 0 20px 0;
71
+ width: 40%;
132
72
 
73
+ margin: 150px 0 0 0;
74
+
75
+ }
76
+
77
+
78
+
79
+ .sec2_txt01 p {
80
+
133
- background: #9C0;
81
+ color: #666;
134
82
 
135
83
  }
136
84