<template> <view style="flex-grow: 1;">
<view style="height: 250px;background-color: gray;justify-content: center;align-items: center;"> <text style="font-size: 15px;">font-size: 15px</text>
<text style="font-size: 30px;">font-size: 30px</text> </view> </view> </template> <script> </script> <style> </style>