当前位置:网站首页>视频直播源码,uni-app实现广告滚动条
视频直播源码,uni-app实现广告滚动条
2022-07-27 19:19:00 【云豹网络科技】
视频直播源码,uni-app实现广告滚动条
HTML
<view class="scroll_box">
<swiper class="swiper" circular="true" vertical="true" :previous-margin='50+"rpx"' :next-margin='50+"rpx"'
:autoplay="true" disable-touch='false' :interval="3000" :duration="2000" @change='EventHandle'>
<swiper-item v-for="(item,index) in list" :key="index">
<view :class="current==index?'swiper-item':'' ">{
{
item}}</view>
</swiper-item>
</swiper>
</view>
CSS
.scroll_box {
background: #FFFFFF;
margin: 30rpx;
border-radius: 10rpx;
.swiper {
height: 150rpx;
}
.swiper-item {
background-color: #FECA71;
font-size: 32rpx;
}
}
以上就是 视频直播源码,uni-app实现广告滚动条,更多内容欢迎关注之后的文章
边栏推荐
- Station B collapsed. What did the developer responsible for the repair do that night?
- Open source data quality solution -- Apache Griffin primer
- [numerical analysis exercise] numerical integration (complex trapezoid, complex Simpson, Romberg integral) C with STL implementation
- Up to 7.5gbps! The world's first 5nm 5g baseband snapdragon X60 release: support the aggregation of all major bands!
- Under the epidemic, the mobile phone supply chain and offline channels are blocked! Sales plummeted and inventory was serious!
- Simple use of enum
- For 3nm and below processes, ASML new generation EUV lithography machine exposure
- Software test interview question: when saving a text file under windows, a save dialog box will pop up. If a test case is established for the file name, how should equivalent classes be divided?
- 8000字讲透OBSA原理与应用实践
- In addition to "adding machines", in fact, your micro service can be optimized like this
猜你喜欢

高并发遇到死锁了,如何搞?

Idea connects to MySQL database and performs SQL query operations

Reentranlock and source code analysis (learn ideas and click the source code step by step)

Microsoft store can't download apps, vs2019 can't download plug-ins solution

An article takes you into the world of pycharm - stop asking me about pycharm installation and environment configuration!!!

It's too voluminous. A company has completely opened its core system (smart system) that has been operating for many years
![[question 24] logic closed loop (Beijing Institute of Technology / Beijing University of Technology / programming methods and practice / primary school)](/img/c4/71a9933a3a1fdd14f84a41b640f5b5.jpg)
[question 24] logic closed loop (Beijing Institute of Technology / Beijing University of Technology / programming methods and practice / primary school)

Interview question: what are the functions of fail safe mechanism and fail fast mechanism
![Tencent cloud [hiflow] | automation --------- hiflow: still copying and pasting?](/img/dd/8ee989f5c9db632f78e79425497e71.png)
Tencent cloud [hiflow] | automation --------- hiflow: still copying and pasting?

In addition to "adding machines", in fact, your micro service can be optimized like this
随机推荐
【海洋科学】海洋气候指数【Climate Indices】数据集
Microsoft store can't download apps, vs2019 can't download plug-ins solution
成员方法及其传参机制
聊聊 MySQL 事务二阶段提交
JVM garbage collection garbage collector and common combination parameters
Tencent cloud [hiflow] | automation --------- hiflow: still copying and pasting?
Software test interview question: when saving a text file under windows, a save dialog box will pop up. If a test case is established for the file name, how should equivalent classes be divided?
Mysql 数据恢复流程 基于binlog redolog undolog
For 3nm and below processes, ASML new generation EUV lithography machine exposure
一篇文章带你走进pycharm的世界----别再问我pycharm的安装和环境配置了!!!
8000 word explanation of OBSA principle and application practice
@The difference between Autowired annotation and @resource annotation
Software testing interview question: how many strategies are there for system testing?
How to learn object Defineproperty | an article takes you to quickly learn
Lvs+kept highly available cluster
Reentranlock and source code analysis (learn ideas and click the source code step by step)
day 1 - day 4
What is modcount in the source code? What's the effect
软件测试面试题:设计测试用例时应该考虑哪些方面,即不同的测试用例针对那些方面进行测试?
[numerical analysis exercise] Jacobi iteration method of third-order matrix