質問編集履歴

1

ソースコード追加

2017/05/30 09:30

投稿

kenbohan
kenbohan

スコア6

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,84 @@
30
30
 
31
31
 
32
32
 
33
+ <body>
34
+
35
+
36
+
37
+ <ons-page>
38
+
39
+
40
+
41
+
42
+
43
+ <ons-toolbar>
44
+
45
+
46
+
47
+ <div class="left">
48
+
49
+ <ons-toolbar-button onclick="fn.open()">
50
+
51
+ <ons-icon icon="ion-navicon, material:md-menu"></ons-icon>
52
+
53
+ </ons-toolbar-button>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+ <div class="right">
62
+
63
+ <ons-back-button onclick="fn.load('jyouken-mokuji.html')">Back</ons-back-button>
64
+
65
+ </div>
66
+
67
+ <div class="center">タイトル</div>
68
+
69
+
70
+
71
+
72
+
73
+ </ons-toolbar>
74
+
75
+
76
+
77
+ <img src="jyouken-img/1-2.JPG" id="youjyou">
78
+
79
+
80
+
81
+ <ons-speed-dial position="bottom right" direction="up">
82
+
83
+ <ons-fab>
84
+
85
+ <ons-icon icon="" ></ons-icon>
86
+
87
+ </ons-fab>
88
+
89
+ <ons-speed-dial-item>
90
+
91
+ <ons-icon icon="md-plus"></ons-icon>
92
+
93
+ </ons-speed-dial-item>
94
+
95
+
96
+
97
+ </ons-speed-dial>
98
+
99
+
100
+
101
+ </ons-page>
102
+
103
+
104
+
105
+
106
+
107
+ </body>
108
+
109
+
110
+
33
111
 
34
112
 
35
113
  ###試したこと