纯nvue ,uniapp模式。版本:2.4.0.20191112-alpha
代码如下:
<template>
<view>
<list class="item-list">
<cell class="item">4</cell>
<cell class="item">4</cell>
<cell class="item">4</cell>
</list>
</view>
</template>
<style>
.item-list{
background-color: #007AFF;
width: 750upx;
flex-direction: row;
height: 750upx;
}
.item{
width: 300upx;
height: 300upx;
background-color: #DD524D;
}
</style>
效果图如下: