国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序仿微信運動步數排行(交互)

2019-11-19 13:29:51
字體:
來源:轉載
供稿:網友

本文介紹了微信小程序仿微信運動步數排行(交互),分享給大家,也給自己留個筆記,廢話不多說了,具體如下:

效果圖如下:


wxml:

<view class="item-box"> <view class="items">  <view wx:for="{{list}}" wx:key="{{index}}" class="item">    <view bindtouchstart="touchS" bindtouchmove="touchM" bindtouchend="touchE" data-index="{{index}}" style="{{item.txtStyle}}" class="inner txt">   <image class="item-icon" mode="widthFix" src="{{item.url}}"></image>    <i> {{item.name}}</i>   <span class="item-data">   <i class="rankpace"> {{item.steps}}</i>   </span>      </view>  </view> </view></view>

wxss:

/* pages/leftSwiperDel/index.wxss */view{  box-sizing: border-box;}.item-box{  width: 700rpx;  margin: 0 auto;  padding:40rpx 0;}.items{  width: 100%;}.item{  position: relative;  border-top: 2rpx solid #eee;  height: 120rpx;  line-height: 120rpx;  overflow: hidden;   }.item:last-child{  border-bottom: 2rpx solid #eee;}.inner{  position: absolute;  top:0;}.inner.txt{  background-color: #fff;  width: 100%;  z-index: 5;  padding:0 10rpx;  transition: left 0.2s ease-in-out;  white-space:nowrap;  overflow:hidden;  text-overflow:ellipsis;}.inner.del{  background-color: #e64340;  width: 180rpx;text-align: center;  z-index: 4;  right: 0;  color: #fff}.item-icon{  width: 64rpx;  height: 64rpx;  vertical-align: middle;  margin-right: 16rpx;  margin-left:13px;  border-radius:50%;}.item-data{ float: right; margin-right:5%;}.rankpace{ color: #fa7e04;}

js:

// pages/leftSwiperDel/index.jsPage({ data: {  list: null, }, onLoad: function (options) {  var that = this;  //加載數據  wx.request({   url: "https://pig.intmote.com/bison_xc/wx/sort.do",   method: 'GET',   header: {    'Content-type': 'application/json'   },   success: function (res) {    console.log(res.data)    that.setData({ list: res.data });   },  });   },})

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 织金县| 井陉县| 呼伦贝尔市| 玛纳斯县| 甘孜县| 福海县| 泸州市| 齐河县| 炉霍县| 鲁山县| 夏津县| 眉山市| 海安县| 凉城县| 开江县| 东海县| 马公市| 聂拉木县| 陇西县| 隆尧县| 西宁市| 长治市| 陆河县| 和龙市| 莫力| 鄱阳县| 德昌县| 锦屏县| 长寿区| 临桂县| 佛冈县| 诏安县| 光泽县| 泗洪县| 台北市| 鸡东县| 颍上县| 南川市| 周口市| 南溪县| 新建县|