在php中插入表格,如何在小程序中插入表格

c5688e49b85cef9e4527e94bda85cc46.png

我们可以在微信小程序视图容器view中通过flex布局实现表格样式。

Flex是Flexible Box的缩写,顾名思义为“弹性布局”,用来为盒装模型提供最大的灵活性。

任何一个容器都可以指定为Flex 布局。

table.wxml

head1

head2

head3

{{item.code}}

{{item.text}}

{{item.type}}

{{item.code}}

{{item.text}}

{{item.type}}

table.wxss.table {

border: 0px solid darkgray;

}

.tr {

display: flex;

width: 100%;

justify-content: center;

height: 3rem;

align-items: center;

}

.td {

width:40%;

justify-content: center;

text-align: center;

}

.bg-w{

background: snow;

}

.bg-g{

background: #E6F3F9;

}

.th {

width: 40%;

justify-content: center;

background: #3366FF;

color: #fff;

display: flex;

height: 3rem;

align-items: center;

}

table.jsPage({

data: {

listData:[

{"code":"01","text":"text1","type":"type1"},

{"code":"02","text":"text2","type":"type2"},

{"code":"03","text":"text3","type":"type3"},

{"code":"04","text":"text4","type":"type4"},

{"code":"05","text":"text5","type":"type5"},

{"code":"06","text":"text6","type":"type6"},

{"code":"07","text":"text7","type":"type7"}

]

},

onLoad: function () {

console.log('onLoad')

}

})

效果图如下

62ad57e5946c8a300e1de747c40aa84e.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值