font-size.uvue 324 字节
Newer Older
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
1 2
<template>
	<view style="flex-grow: 1;">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
3 4
		<view style="height: 250px;background-color: gray;justify-content: center;align-items: center;">
			<text style="font-size: 15px;">font-size: 15px</text>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
5 6 7 8 9 10 11 12 13 14 15 16
			<text style="font-size: 30px;">font-size: 30px</text>
		</view>
	</view>
</template>

<script>

</script>

<style>

</style>