当前位置:网站首页>WeChat Mini Program-Recent Dynamic Scrolling Implementation
WeChat Mini Program-Recent Dynamic Scrolling Implementation
2022-08-02 14:01:00 【kenick】
1.Interface

2. Code implementation
page/test/test.wxml
Recent activity {{item.province}} {{item.addressee}} just placed an order page/test/test.js
Page({/*** Initial data of the page*/data: {latestData: [{ "province": "Hunan Province", "addressee": "Zhang**" },{ "province": "Guangxi Province", "addressee": "Li**" }], //Today's dynamic}})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;}边栏推荐
猜你喜欢

Configure zabbix auto-discovery and auto-registration.

stack && queue

此次519暴跌的几点感触 2021-05-21

Mysql index details (with pictures and texts)

binary search && tree

Image retrieval method based on deep learning!

打破文件锁限制,以存储力量助力企业增长新动力

【C语言】手撕循环结构 ——do...while语句及循环练习题(1)

【ONE·Data || 排序入门】

【C语言】手撕循环结构 —— while语句
随机推荐
eclipse连接数据库后插入数据报错null
Get out of the machine learning world forever!
web测试和app测试的区别?
【C语言】细品分支结构——switch语句
【C语言】手把手带你写游戏 —— 猜数字
【C语言】虐打循环结构练习题
数据机构---第六章图---图的遍历---选择题
MySQL - ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
OpenMMLab简介
你接受不了60%的暴跌,就没有资格获得6000%的涨幅 2021-05-27
static修饰的函数有什么特点(static可以修饰所有的变量吗)
文件加密软件有哪些?保障你的文件安全
面试官:可以谈谈乐观锁和悲观锁吗
劲爆!阿里巴巴面试参考指南(嵩山版)开源分享,程序员面试必刷
第二届中国Rust开发者大会(RustChinaConf 2021~2022)线上大会正式开启报名
els 长条方块变形条件、边界碰撞判定
供应磷脂-聚乙二醇-羧基,DSPE-PEG-COOH,DSPE-PEG-Acid,MW:5000
Diodes and their applications
“多源异构”和“异构同源”定义区分详解「建议收藏」
Embedded system driver primary [2] - based on character device driver _ basic framework