摘要:
直播系统app源码,vue实现循环滚动图片(多图片轮播) 轮播组件BaseSwiper.vue: <template> <div> <img @click="clickLeft" src="../../../assets/img/左.png" alt=""> <img @click="clickRi 阅读全文
posted @ 2022-07-28 14:06
云豹科技-苏凌霄
阅读(245)
评论(0)
推荐(0)
摘要:
直播app系统源码,上下叠层样式的轮播图 <template><div class="article-main" @mouseover='mouseOver()' @mouseleave="mouseLeave()"><img src="../../assets/a3.jpeg" :class="v 阅读全文
posted @ 2022-07-27 14:19
云豹科技-苏凌霄
阅读(158)
评论(0)
推荐(0)
摘要:
视频直播源码,uni-app实现广告滚动条 HTML <view class="scroll_box"> <swiper class="swiper" circular="true" vertical="true" :previous-margin='50+"rpx"' :next-margin=' 阅读全文
posted @ 2022-07-27 14:15
云豹科技-苏凌霄
阅读(111)
评论(0)
推荐(0)
摘要:
直播软件app开发,uniapp scroll-view隐藏滚动条 uni-app的vue页面,app端scroll-view的滚动条设置,可通过css的-webkit-scrollbar自定义,包括隐藏滚动条。(app-nvue无此css) 在pages.json页面增加以下配置: "pages" 阅读全文
posted @ 2022-07-27 14:06
云豹科技-苏凌霄
阅读(169)
评论(0)
推荐(0)
摘要:
视频直播源码,实现上下滚动的广告效果 实现方式使用swiper,设置方向为纵向 virtical <swiper vertical="true" style="margin-top: 40rpx;" class="whiteBg" autoplay="true" circular="true" > 阅读全文
posted @ 2022-07-26 14:13
云豹科技-苏凌霄
阅读(110)
评论(0)
推荐(0)
摘要:
直播平台制作,Vue去除添加背景后出现的白边 1.css中去除默认填充 *{margin: 0;padding: 0;} 2.改变背景图片大小 .page {background: url("~@assets/img/page/background.png") no-repeat center/ 阅读全文
posted @ 2022-07-26 14:10
云豹科技-苏凌霄
阅读(140)
评论(0)
推荐(0)
摘要:
短视频平台开发,vue3+elementuiplus实现分页功能 引入分页 <el-pagination layout="prev, pager, next" :total="changePage.total" class="pageNext" @current-change="handleCurr 阅读全文
posted @ 2022-07-26 14:05
云豹科技-苏凌霄
阅读(380)
评论(0)
推荐(0)
摘要:
直播app系统源码,Android的进度条与拖动条 一、进度条 public class MainActivity extends Activity { @Overrideprotected void onCreate(Bundle savedInstanceState) {super.onCrea 阅读全文
posted @ 2022-07-25 14:19
云豹科技-苏凌霄
阅读(85)
评论(0)
推荐(0)
摘要:
直播平台源码,Android 中的字体大小适配 小号字体下,会比较精致,不作处理。对于大号字体,使其fontScale强制改为指定值,以解决布局错乱的情况。 封装为工具类如下 public class FontCompatUtils { public static final float MAX_F 阅读全文
posted @ 2022-07-25 14:16
云豹科技-苏凌霄
阅读(110)
评论(0)
推荐(0)
摘要:
短视频系统源码,在Android原生弹窗中引用Flutter页面 如果没有引入FlutterBoost,可以使用FlutterView // 通过FlutterView引入Flutter编写的页面FlutterView flutterView = new FlutterView(this);Fram 阅读全文
posted @ 2022-07-25 14:08
云豹科技-苏凌霄
阅读(88)
评论(0)
推荐(0)
浙公网安备 33010602011771号