Lines Matching refs:text

30 …th must be explicitly specified \(except for some components, such as  **<text\>**\). Otherwise, t…
32text that are horizontally arranged. Add a **<div\>** to hold the title bar and set the **flex-…
38 <text class="title">
40 </text>
96 <text class="title">
98 </text>
145 …** as child components \(directional layout\) to **<swiper\>**. Add **<text\>**, **<image\>**,…
151 <text></text>------Air quality
152 <text></text>------City name
155 <text></text>--------AQI value
156 <text>AQI</text>------AQI
164 <text></text>
165 <text></text>
168 <text></text>
169 <text></text>
200 <text class="title">
202 </text>
206 <text class="airquality" style="color:{{textColor1}};">{{airData[0].airQuality}}
207 </text>
208 <text class="location-text">{{airData[0].location}}
209 </text>
213 <text class="aqi-value">{{airData[0].detailData}}
214 </text>
215 <text class="aqi">
217 </text>
219 <div class="text-wrapper">
220 <text class="gas-name">
222 </text>
223 <text class="gas-value">
225 </text>
227 <div class="text-wrapper">
228 <text class="gas-name">
230 </text>
231 <text class="gas-value">
233 </text>
235 <div class="text-wrapper">
236 <text class="gas-name">
238 </text>
239 <text class="gas-value">
241 </text>
243 <div class="text-wrapper">
244 <text class="gas-name">
246 </text>
247 <text class="gas-value">
249 </text>
251 <div class="text-wrapper">
252 <text class="gas-name">
254 </text>
255 <text class="gas-value">
257 </text>
262 <text class="update-time">
264 </text>
265 <text class="info-source">
267 </text>
271 <text class="airquality" style="color: {{textColor2}};">{{airData[1].airQuality}}
272 </text>
273 <text class="location-text">{{airData[1].location}}
274 </text>
278 <text class="aqi-value">{{airData[1].detailData}}
279 </text>
280 <text class="aqi">
282 </text>
284 <div class="text-wrapper">
285 <text class="gas-name">
287 </text>
288 <text class="gas-value">
290 </text>
292 <div class="text-wrapper">
293 <text class="gas-name">
295 </text>
296 <text class="gas-value">
298 </text>
300 <div class="text-wrapper">
301 <text class="gas-name">
303 </text>
304 <text class="gas-value">
306 </text>
308 <div class="text-wrapper">
309 <text class="gas-name">
311 </text>
312 <text class="gas-value">
314 </text>
316 <div class="text-wrapper">
317 <text class="gas-name">
319 </text>
320 <text class="gas-value">
322 </text>
327 <text class="update-time">
329 </text>
330 <text class="info-source">
332 </text>
349 text-align: center;
358 text-align: center;
367 text-align: center;
378 .location-text {
379 text-align: center;
411 .text-wrapper {
419 text-align: left;
424 text-align: right;
470 text-align: right;
477 text-align: left;
489 … the **.js** file of the home page, implement page switching and enable text content and progres…