質問編集履歴

1

css追加

2018/05/23 00:44

投稿

sato1108
sato1108

スコア14

test CHANGED
File without changes
test CHANGED
@@ -82,9 +82,9 @@
82
82
 
83
83
  <!--ツールバー設定-->
84
84
 
85
- <ons-toolbar class="common">
85
+ <ons-toolbar>
86
86
 
87
- <div ng-if="app.title == 'A'">
87
+ <div ng-if="app.title == 'A'" class="common">
88
88
 
89
89
  <span class="newInfo_toolbar1">{{app.title}}</span>
90
90
 
@@ -132,6 +132,52 @@
132
132
 
133
133
 
134
134
 
135
+ ```css
136
+
137
+
138
+
139
+ /************************************************
140
+
141
+ ツールバー
142
+
143
+ ************************************************/
144
+
145
+
146
+
147
+ /*特集画面*/
148
+
149
+ .common{
150
+
151
+ width: 100%;
152
+
153
+ }
154
+
155
+
156
+
157
+ .newInfo_toolbar1{
158
+
159
+ margin-left: 50%;
160
+
161
+ }
162
+
163
+
164
+
165
+ .newInfo_toolbar2{
166
+
167
+ margin: auto 5% auto 0;
168
+
169
+ }
170
+
171
+
172
+
173
+ .newInfo_toolbar3{
174
+
175
+ margin: auto;
176
+
177
+ }
178
+
179
+ ```
180
+
135
181
  ### 試したこと
136
182
 
137
183