当前位置:网站首页>Text walking lantern
Text walking lantern
2022-07-20 17:24:00 【Evergrande】
<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> <script type="text/javascript" src="/template/default/js/jquery-1.12.4.min.js"></script> <script type="text/javascript"> $(function(){
var num = $('.notice_active').find('li').length; if(num > 1){
setInterval(()=>{
$(".notice_active").find('ul').animate({
marginTop : "-2rem"}
,500 ,function(){
$(this).css({
marginTop : "0rem"}).find("li:first").appendTo(this);
})
},2000)
}
}); </script> <style type="text/css"> .notice_active {
border: 1px solid #ff0000;
height: 2rem;
overflow: hidden;
position: relative;
}
.notice_active ul {
padding: 0;
margin: 0;
list-style: none;
}
.notice_active li.notice_active_ch a {
color: #656972;
font-size: 1rem;
line-height: 2rem;
}
</style>
</head>
<body>
<div class="notice_active">
<ul>
<li class="notice_active_ch"> <a href="#"> Slide the wheel 1a Go oh, I, I iwoi I i Slide the wheel 3 slide </a> </li>
<li class="notice_active_ch"> <a href="#"> Slide the wheel 2 Slide the wheel 3</a> </li>
<li class="notice_active_ch"> <a href="#"> Slide the wheel 3 Slide the wheel 3</a> </li>
</ul>
</div>
</body>
</html>
边栏推荐
- idea2021启动失败 Could not find main class com/intellij/idea/Main
- 不是我说,不掌握这些坑,你敢用BigDecimal吗?
- Building user behavior analysis system (I) -- Overview
- Detailed explanation of parental delegation model and destructive parental delegation model
- 220617,數據倉庫dwd,
- 零拷贝真的很重要!!!
- Oom Memory overflow a classic That Must See in Real Games
- 初识Redis(一)
- Push rejected: Push to origin/master was rejected
- Redis 如何分析慢查询操作?
猜你喜欢
8. Process
ID生成器实现方式的优缺点比较以及最优的ID生成器原理剖析
2019 十大国产开源项目来势汹汹
Generalized odin: Detecting out-of-distribution image without learning from out-of-distribution data
Oracle notes
OOM内存溢出实战不得不看的经典
11. Concept and level of processor scheduling
How many rows of data can b+ tree algorithm store in MySQL?
review第2遍,220614,视频,Day03_数据仓库设计,
8. 进程
随机推荐
GB-CosFace: Rethinking Softmax-based Face Recognition from the Perspectiv从开放集分类的角度重新思考基于Softmax的人脸识别
Deeply analyze the underlying implementation principle of serialization and deserialization
二进制、八进制、十进制、十六进制之间的转换
Learning Deep Classifiers Consistent With Fine-Grained Novelty DetectionCVPR2021开放集识别论文解读
C语言的学习之路(一)——初识C语言
初识Redis(一)
小程序学习笔记-其它知识点
11. Concept and level of processor scheduling
Deep open intent classification with adaptive decision boundary aaai2021 interpretation of open set identification papers
Redis 如何分析慢查询操作?
Openstack build enterprise private cloud - environment preparation
9. Process communication
Conservative Novelty Synthesizing Network forMalware Recognition in an Open-Set Scenario
Swagger(或Postman)关于日期类型的传参方式
微信授权登录
RTSP to H5 playback
从多线程角度分析QPS、TPS等基础概念
[comprehensive pen test] difficulty 4/5, classic application of line segment tree for character processing
OPEN-SET RECOGNITION WITH GRADIENT-BASED REPRESENTATIONS
LambdaQueryWrapper、LambdaUpdateWrapper、LambdaQueryChainWrapper的使用