日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關咨詢
選擇下列產(chǎn)品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
手把手教你用前端實現(xiàn)短視頻App(滑動切換)

 前言

創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務,包含不限于成都網(wǎng)站設計、成都網(wǎng)站建設、外貿(mào)網(wǎng)站建設、青岡網(wǎng)絡推廣、小程序設計、青岡網(wǎng)絡營銷、青岡企業(yè)策劃、青岡品牌公關、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務,您的肯定,是我們最大的嘉獎;創(chuàng)新互聯(lián)為所有大學生創(chuàng)業(yè)者提供青岡建站搭建服務,24小時服務熱線:13518219792,官方網(wǎng)址:www.cdcxhl.com

平常在玩短視頻App時,喜歡看的視頻可以多看一會,不喜歡看的視頻直接往上一劃,這個功能一直深受用戶喜愛。今天我們不妨實現(xiàn)一個這樣功能的App。

功能

  1. 上下滑動切換視頻
  2. 可查看對應視頻下的評論

示例

下面我挑出了幾張代表性的圖片,供大家參考。

下載鏈接

以上是我自己做的一款App的示例圖,如果感興趣的小伙伴,大家可以下載到手機上體驗。目前只是開發(fā)了安卓版本。

 
 
 
 
  1. 鏈接: https://pan.baidu.com/s/1dbgx9eht54qh-Ig04w2JAg  
  2. 提取碼: 96ta  
  3. 復制這段內(nèi)容后打開百度網(wǎng)盤手機App,操作更方便哦 

核心代碼

 
 
 
 
  1.  
  2.  
  3.  
  4.  
  5. .main { 
  6.   height: 100%; 
  7. .footbox { 
  8.   position: relative; 
  9.   bottom: 0; 
  10.   width: 95%; 
  11.   margin: 0 auto; 
  12.   display: flex; 
  13.   justify-content: space-between; 
  14.   align-items: center; 
  15. .user { 
  16.   font-size: 14px; 
  17. .user, 
  18. .name { 
  19.   text-overflow: ellipsis; 
  20.   overflow: hidden; 
  21.   white-space: nowrap; 
  22. .foot { 
  23.   width: 80%; 
  24.   color: #fff; 
  25.   font-size: 16px; 
  26.   z-index: 10001; 
  27. .pl { 
  28.   width: 10%; 
  29.   color: #fff; 
  30.   font-size: 16px; 
  31.   z-index: 10001; 
  32. .sheet { 
  33.   height: 50vh; 
  34.   .pll { 
  35.     overflow: hidden; 
  36.     padding: 10px; 
  37.     border-bottom: 1px solid #f4f4f4; 
  38.     .pl-l { 
  39.       width: 20%; 
  40.       float: left; 
  41.     } 
  42.     .pl-l img { 
  43.       width: 55%; 
  44.       border-radius: 50%; 
  45.       animation: all ds 0.5s; 
  46.     } 
  47.     @keyframes ds { 
  48.       from { 
  49.         opacity: 0; 
  50.       } 
  51.       to { 
  52.         opacity: 1; 
  53.       } 
  54.     } 
  55.     .pl-r { 
  56.       width: 78%; 
  57.       float: left; 
  58.     } 
  59.     .name1 { 
  60.       font-size: 14px; 
  61.       color: #666; 
  62.       font-weight: bold; 
  63.       margin-bottom: 5px; 
  64.     } 
  65.     .con { 
  66.       width: 100%; 
  67.       line-height: 24px; 
  68.       color: #333333; 
  69.       font-size: 14px; 
  70.     } 
  71.   } 
  72.  

 完整代碼庫

恭請各位大佬指正。

https://github.com/maomincoding/zm_mv2


網(wǎng)站欄目:手把手教你用前端實現(xiàn)短視頻App(滑動切換)
分享地址:http://www.5511xx.com/article/cdshsci.html