[欢迎关注wx公众号:一缕风沙渡,回复uniapp拼团倒计时获取最新文件]

image.png

image.png

拼团倒计时效果.gif

<template><view class="main-container"><u-navbar :is-back="false" :background="bg" class="home-top" @tap="goBack"><!-- 导航栏自定义胶囊 --><image src="../../static/order_arrow_left.png" mode="aspectFit" class="header-img"></image><view class="title">参与拼团</view></u-navbar><view class="order-item"><view class="good-box"><image src="../../static/bgimg/1.jpg" mode="aspectFill" class="good-img"></image><view class="good-info"><view class="good-title">美的Midea电饭煲电饭锅4L智能预约电饭煲气动涡轮典范...</view><view class="good-bottom"><view class="tl-bg-fff tl-font-24-red">广告费 <text> ¥16.87</text></view><view class="good-price">¥358</view></view></view></view></view><view class="lin-h16"></view><view class="tl-section"><view class="tl-pin-user"><view><block v-for="(item2, index2) in headImages" :key="index2"><image :src="item2" class="tl-head-img"></image></block></view><view class="tl-font-28-900">{{item.total_user || '5'}}人团还差 <text class="tl-font-28-red">{{item.remain_num || '1'}}</text>人</view></view><view class="tl-section-clock"><image :src="clockImg" class="tl-clock"></image></view><view class="tl-section-time"><text class="tl-tag tl-font-32-fff">72</text> <text class="tl-point">:</text><text class="tl-tag tl-font-32-fff">52</text> <text class="tl-point">:</text><text class="tl-tag tl-font-32-fff">32</text></view><view class="tl-section-btn"><button class="tl-btn-670 tl-font-36-fff">参与拼团</button></view><view class="tl-font-30-686">拼团规则:好友拼单·人满发货·人不满退款</view></view></view>
</template><script>export default {data() {return {headImages: ['https://wkresource.oss-cn-hangzhou.aliyuncs.com/wkfiles/wxapp/shopmall/good_1.png','https://wkresource.oss-cn-hangzhou.aliyuncs.com/wkfiles/wxapp/shopmall/good_1.png','https://wkresource.oss-cn-hangzhou.aliyuncs.com/wkfiles/wxapp/shopmall/good_1.png','https://wkresource.oss-cn-hangzhou.aliyuncs.com/wkfiles/wxapp/shopmall/good_1.png',],clockImg: 'https://wkresource.oss-cn-hangzhou.aliyuncs.com/wkfiles/wxapp/shopmall/pin_clock.png',}},methods: {// 返回上一页goBack() {this.showModal = true},}}
</script><style>.main-container {width: 100vw;height: 100vh;background: #fff;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;box-sizing: border-box;}/*** 顶部导航*/.home-top {width: 100%;display: flex;justify-content: flex-start;align-items: center;font-size: 32rpx;font-family: PingFang SC;font-weight: bold;line-height: 50rpx;background-color: #FFFFFF;color: #0C0900;opacity: 1;}.home-top .title {font-size: 32rpx;font-family: PingFang SC;font-weight: bold;}.header-img {width: 44rpx;height: 44rpx;margin-left: 20rpx;}.order-item .good-box {width: 670rpx;flex: 1;display: flex;justify-content: space-between;align-items: center;padding: 40rpx 0;}.order-item .good-box .good-img {width: 200rpx;height: 200rpx;opacity: 1;border-radius: 16rpx;}.good-box .good-info {width: 446rpx;height: 200rpx;display: flex;flex-direction: column;justify-content: space-between;align-items: center;}.good-info .good-title {width: 446rpx;height: 88rpx;font-size: 32rpx;font-family: PingFang SC;font-weight: bold;line-height: 44rpx;color: #000000;opacity: 1;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}.good-info .good-bottom {width: 100%;height: 50rpx;display: flex;justify-content: space-between;align-items: center;}.good-info .good-bottom .attr {height: 40rpx;font-size: 28rpx;font-family: PingFang SC;font-weight: 500;line-height: 40rpx;}.good-info .good-bottom .good-price {height: 50rpx;font-size: 36rpx;font-family: PingFang SC;font-weight: bold;line-height: 50rpx;color: #0C0900;opacity: 1;}.lin-h16{height: 16rpx;width: 100%;background: #F5F6F9;;}.tl-bg-fff {background: #FEE8E2;border-radius: 8rpx;text-align: center;padding: 6rpx 12rpx;}.tl-font-24-red {font-size: 24rpx;font-family: PingFang SC;font-weight: bold;color: #F86341;opacity: 1;}.tl-section{width: 750rpx;padding: 40rpx;}.tl-pin-user {padding: 60rpx 0 0 40rpx;display: flex;justify-content: space-between;align-items: center;}.tl-head-img {width: 98rpx;height: 98rpx;background: rgba(0, 0, 0, 0);border: 2rpx solid #FFFFFF;border-radius: 50%;opacity: 1;margin-left: -38rpx;}.tl-font-28-900 {font-size: 36rpx;font-family: PingFang SC;font-weight: 700;color: #0C0900;}.tl-font-28-red {font-size: 28rpx;font-family: PingFang SC;font-weight: bold;color: #F86341;opacity: 1;}.tl-section-clock{display: flex;justify-content: center;align-items: center;margin: 68rpx 0 24rpx 0;}.tl-clock{width: 388rpx;height: 174rpx;}.tl-section-time{text-align: center;}.tl-tag{height: 46rpx;padding: 4rpx 8rpx;background: #F86341;border-radius: 8rpx;}.tl-font-32-fff{font-size: 34rpx;font-family: PingFang SC;font-weight: bold;line-height: 48rpx;color: #FFFFFF;}.tl-point{font-size: 32rpx;font-family: PingFang SC;font-weight: 500;line-height: 44rpx;color: #F86341;opacity: 1;}.tl-section-btn{display: flex;justify-content: center;align-items: center;margin: 68rpx 0 24rpx 0;}.tl-btn-670{width: 670rpx;height: 100rpx;background: #F86341;box-shadow: 0px 0px 12rpx rgba(0, 0, 0, 0.16);opacity: 1;border-radius: 60rpx;}.tl-font-36-fff{font-size: 36rpx;font-family: PingFang SC;font-weight: bold;color: #FFFFFF;}.tl-font-30-686{font-size: 30rpx;font-family: PingFang SC;font-weight: 500;color: #686661;text-align: center;}
</style>

今天中午,吴老师带我们全班同学去参观图书馆。同学们排好队安静地过去了。我们一进图书馆,哇,好多好多的课外书啊。我连忙问老师:"我们能不能借图书馆里的课外书来看啊?"老师说只要能成为"读书小明星",就能直接来看书了。我决定要努力多看课外书。让自己再成为"读书小明星"。


http://www.taodudu.cc/news/show-6983331.html

相关文章:

  • 请务必收下这10+个加载特效
  • js完成卡片式列表效果(移动+阴影)
  • 17个提升用户体验图像特效库
  • CSS 中使用动画效果实现点赞特效
  • 2020年6月营销节点来啦(附活动建议)
  • Unity中实现领取奖励特效
  • android 方大动画,动画 -- View动画 -- 缩放动画
  • 核心动画中的动画组和转场动画
  • Android 动画之帧动画(也叫图片动画)的用法
  • Laya的动画制作,整图动画,序列图动画,时间轴动画,龙骨动画
  • CSS动画一则全
  • CSS3动画之线性动画与帧动画
  • 三种动画方式 帧动画 属性动画 补间动画
  • 2021,CSS杀疯了
  • Laya动画,整图动画,序列图动画,时间轴动画,龙骨动画
  • 疯了!!!~~~
  • 疯了 ~....
  • ~87动画
  • 图表要怎么做
  • 如何制作高大上的数据可视化图表?
  • 如何将计算机SCI论文图表做得漂亮? - 易智编译EaseEditing
  • 不会做图表?10个Python数据可视化库来帮你!
  • Echarts图表自适应?你可以这样做
  • python数据图表可视化GUI,python做可视化数据图表
  • 测试用例1
  • C# 实现水印
  • 长尾理论在网络营销中的应用
  • 用*号代替电话号码,
  • 电话号码验证区号-号码-分机
  • 求助帖;RxtxFAX怎样通过调用传真服务器的串口COM1,COM2,通过电话线座机号发送传真?

拼团倒计时效果 2021-01-13相关推荐

  1. 多个倒计时并行(拼团倒计时)

    本文是对类似于拼团,多个商品每个都有各自的倒计时,一开始接到接到这个需求也是头疼了一阵子,如果是在商品列表少的时候完全就可以写成死的,固定的变量,写几个定时器就ok了, 但是这次数据是活的,看一些拼团 ...

  2. (三十七:2021.01.13)Pre-MICCAI 2019学习(二)《前列腺近距离放射治疗中,检测粒子在CT中的3D位置和方向》

    <Automatic 3D seed location and orientation in CT images for prostate brachytherapy> 讲在前面 摘要 论 ...

  3. 无名2021/01/13

    最喜欢的风轻云淡,现在仍在追逐中 当年你说的,离开,放弃. 如今我早已释怀.甚至已经记不清,你的脸. 刚接到家里的通知,建议在外务工人员,就地过年. 如果返乡,需配合检查,提前报告行程. 感谢家乡的人 ...

  4. 【更新】网盘不限速下载 2021.01.13

    哈喽大家好嘞! 最近一直都有好多朋友们反馈, 以往的百度网盘都不能用了, 安排,这就安排. 大家在学习知识的同时,不要忘记点赞呦! ★  KinhDown 搜集了全网,可算是找到了一个能用的! 依旧是 ...

  5. 微信小程序实现拼团成功动画

    微信小程序实现如上效果. 分为两个组件: PinTuan: 整体组件 PinTuanHead: 每个头像组件 代码如下: PinTuan.js Component({attached:function ...

  6. 浅谈砍价拼团活动策划与效果 零起步引流

    在近几年的微信朋友圈中,诸如[帮我砍个价吧].[xx邀你一起拼团]这样的活动,相信大家一定没少见,而其中也不乏曝光量达上万次,参与人数上千的活动,很多朋友可能会想:砍价拼团活动为什么这么火爆?该怎么做 ...

  7. 同是拼团活动,为什么别人一次成交2000单,而你的效果却为0?

    拼团,这个被某多带火的玩法,目前几乎成为所有商户的营销必备工具,甚至有商户因此调侃道,"这年头不给自家店铺加个拼团功能,都不好意思说自己是干这行的." 尽管大家都用上了拼团,可每家 ...

  8. 神策 2021 数据驱动大会丨北京主会场首日直播,拼团早鸟票特惠来袭

    ▼ 点击"阅读原文" ,拼团享特惠

  9. 怎么实现微信小程序云开发拼团功能?

    [微信云开发教程]怎么实现微信小程序云开发拼团功能? 提示:这里可以添加系列文章的所有文章的目录,目录需要自己手动添加 提示:写完文章后,目录可以自动生成,如何生成可参考右边的帮助文档 文章目录 [微 ...

最新文章

  1. 使用Visual Studio宏来自动生成代码 [ Visual Studio | 宏 | 自动生成代码 ]
  2. Monkeyrunner测试小实践
  3. Redis 有序集合(zset)取交集(zinterstore)操作耗时测试
  4. 微博安全是一个系统问题包括服务器安全,应用安全开发注意事项
  5. FastJson 中 jsonArray 转换成 list 集合的方法
  6. 以后出去找工作,只能说自己是产品策划了
  7. 一个值得推荐的脑图制作神器!
  8. 【接箱子2.0】新手划过,dalao勿喷
  9. 如何在Mac终端删除U盘的隐藏文件
  10. Windows 由于无法验证发布者,windows阻止控件安装怎么办
  11. matlab矢量场数值可视化(动态数值模拟)
  12. Excel如何设置下拉选项,并应用到整列
  13. 沙龙报名 | 区块链落地难? 六位专家揭秘京东区块链全景应用
  14. 智融SW6206、SW3516、SW3522、SW2303等快充市场方案应用
  15. warning:suggest parentheses around assignment used as truth value
  16. Unity开发日记【第一天】——素材的导入及地图的建立
  17. linux .o 反编译,odjdump的使用(Linux反汇编工具)
  18. 修复Visual Studio 2022 提示未能写入输出文件“*”,未能找到路径“*”的一部分错误
  19. linux自动键入密码_通过键入条件进行Excel自动筛选
  20. 中兴c600olt数据配置_中兴OLT配置

热门文章

  1. 鸿蒙2.0及以上,Android M-蓝牙开发:解决搜索不到蓝牙设备
  2. mybatis-generator生成带中文注释POJO类的超详细教程含代码和图解
  3. SqlServer DATEDIFF、datediff函数的使用实例
  4. linux截图,像qq截图一样好用的截图工具deepin-scrot
  5. Java 实现文档在线预览功能
  6. 盖茨接班人Ray Ozzie: 盖茨称他为宇宙中最顶尖的5位程序员之一
  7. Java实现 LeetCode 15 三数之和
  8. 【MongoDB】MongoDB备份恢复与集群搭建方案
  9. 私房菜谱大放送之第三弹——红烧小排
  10. CSS中图标字体的引用及3种使用方式——阿里巴巴矢量库