<template>
<view>
<!--轮播图-->
<swiper-image :resdata="swipers"></swiper-image>
<!--功能模块-->
<index-nav :resdata="indexnavs"></index-nav>
<!--分割线-->
<divider></divider>
<!--left w373 h530-->
<banner :resdata="banner"></banner>
<!--卡片组合-->
<card headTitle="1232132" bodyCover="/static/all.png" />
<!--公共列表-->
<view class="row" style="margin: 0 -5upx;">
<view class="col-6 pb-2 px animated fadeIn faster ">
<image class="w-100"
src="/static/all.png"
mode="widthFix"></image>
<view class="font-md text-dark px-2">test</view>
<view class="text-muted font px-2 line-h-md">desc</view>
<view class="d-flex px-2 pt-2">
<view class="font-md text-danger mr-1 line-h d-flex">
<view class="line-h font-sm a-self-start">
¥</view>
1
</view>
<text class="font-sm text-muted a-self-end line-through">¥1</text>
</view>
</view>
</view>
</view>
</template>
9***@qq.com
- 发布:2021-03-17 17:37
- 更新:2021-03-17 17:37
- 阅读:499
关于h5页面内容多了以后滚动不显示全了
分类:nvue
0 个回复