小程序中公告消息左右滚动跑马灯效果

wxml如下:
       
< view class= 'scroll_view_border'>
< view class= "srcoll_view" bindtap= "textclick">这武器那都好,就是不吃药只能战斗15秒,15秒内不是你死就是我亡,这才是90级史诗该有的王者风范! </ view >

</view>

wxss如下:

.srcoll_view{
position: absolute;
top: 0 rpx;
height: 100 rpx;
font-size: 30 rpx;
white-space: nowrap;
line-height: 100 rpx;
color: #00bff3;
animation: myfirst 20s linear infinite;
}
@keyframes myfirst
{
   0% { margin-left: 750 rpx;}
   100% { margin-left: -1500 rpx;}
}
.scroll_view_border{
position: relative;
width: 100%;
background: rgba( 0, 0, 0, 0.2 );
height: 100 rpx;
overflow: hidden;
}
js------没有
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值