uni-app使用uvui


文档:https://www.uvui.cn/components/intro.html

基础布局,uv-row行,一行以12宽为单位,uv-col栏

html
<uv-row customStyle="margin-bottom: 10px">
			<uv-col span="3">
				<view class="demo-layout bg-purple"></view>
			</uv-col>
			<uv-col span="6">
				<view class="demo-layout bg-purple-light"></view>
			</uv-col>
			<uv-col span="3">
				<view class="demo-layout bg-purple-dark"></view>
			</uv-col>
</uv-row>

愿意放弃自由来换取保障的人,他最终既得不到自由,也得不到保障 -- 哈耶克