当前位置:网站首页>微信小程序-最近动态滚动实现
微信小程序-最近动态滚动实现
2022-08-02 13:51:00 【kenick】
1.界面
2.代码实现
page/test/test.wxml
<view class="latest-box" wx:if="{
{latestData.length>0}}">
<view class="cate-name">最近动态</view>
<view class="slide-box">
<swiper class="swiper" autoplay="true" interval="2000" duration="500" circular="true" vertical="true">
<block wx:for="{
{latestData}}" wx:for-index="idx1" wx:key="idx1">
<swiper-item class="swiper-item">
<view class="title">{
{item.province}} {
{item.addressee}} 刚刚下了一笔订单</view>
</swiper-item>
</block>
</swiper>
</view>
</view>
page/test/test.js
Page({
/**
* 页面的初始数据
*/
data: {
latestData: [
{ "province": "湖南省", "addressee": "张**" },
{ "province": "广西省", "addressee": "李**" }
], //今日动态
}
})
page/test/test.wxss
.latest-box {
width: calc(100% - 56rpx);
height: 68rpx;
line-height: 88rpx;
margin: 0 auto;
position: relative;
}
.latest-box .cate-name {
width: 200rpx;
height: 68rpx;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
z-index: 1;
font-size: 30rpx;
font-weight: 650;
}
.latest-box .slide-box {
width: 100%;
height: 68rpx;
overflow: hidden;
}
.latest-box .swiper {
height: 68rpx;
}
.latest-box .title {
width: 100%;
height: 68rpx;
font-size: 24rpx;
text-align: right;
}
边栏推荐
- 面试官:可以谈谈乐观锁和悲观锁吗
- 【C语言】明解数组(1)
- How to create short images and short videos from the media?How to make the click volume reach 10W?
- CSDN(成长一夏竞赛)- 最大数
- 关于Google词向量模型(googlenews-vectors-negative300.bin)的导入问题
- 巴比特 | 元宇宙每日必读:蒂芙尼宣布推出限量版 CryptoPunk 定制吊坠
- [C language] Analysis of function recursion (3)
- Image retrieval method based on deep learning!
- 二分查找 && 树
- "Second Uncle" is popular, do you know the basic elements of "exploding" short videos from the media?
猜你喜欢
方正璞华“劳动人事法律自助咨询服务平台”在武汉武昌区投入使用!
方舟生存进化淘宝面板服务器是怎么一回事?
网络安全第五次作业
【C语言】剖析函数递归(2)
binary search && tree
Win11怎么修改关机界面颜色?Win11修改关机界面颜色的方法
【622. 设计循环队列】
嵌入式系统驱动初级【2】——字符设备驱动基础上_基础框架
How to connect DBeaver TDengine?
"Second Uncle" is popular, do you know the basic elements of "exploding" short videos from the media?
随机推荐
C language improvement (3)
eclipse连接数据库后插入数据报错null
CSDN(成长一夏竞赛)- 最大数
二进制中1的个数
暑假集训-week2图论
Large and comprehensive pom file example
巴比特 | 元宇宙每日必读:蒂芙尼宣布推出限量版 CryptoPunk 定制吊坠
FFmpeg AVPacket详解
uview 2.x版本 tabbar在uniapp小程序里头点击两次才能选中图标
tinymce-plugins
SQL函数 USER
leetcode 504. Base 7 七进制数 (简单)
Detailed explanation of ORACLE expdp/impdp
FFmpeg 的AVCodecContext结构体详解
机器学习——交叉验证法
WiFi Association & Omnipeek Packet Capture Analysis
【C语言】虐打循环练习题(2)
els 长条碰撞变形判断
C语言提高篇(三)
CVE-2020-27986(Sonarqube敏感信息泄漏) 漏洞修复