当前位置:网站首页>Xiaobai programmer's sixth day
Xiaobai programmer's sixth day
2022-07-25 22:20:00 【Too difficult L】
JD right navigation bar

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
}
ul {
list-style: none;
position: fixed;
top: 100px;
right: 0px;
}
li {
width: 38px;
height: 38px;
line-height: 19px;
font-size: 14px;
padding: 10px;
text-align: center;
border: 0px solid #333;
font-weight: bold;
transition: color .2s ease;
}
li:hover{
background: #e1251b;
}
li>a{
text-decoration: none;
color: #333;
}
li:hover a{
color: white;
}
div{
height: 600px;
border: 1px solid #ccc;
}
</style>
</head>
<body>
<ul>l
<li><a href="#miaosha"> Jingdong seckill </a></li>
<li><a href="#tese"> Features </a></li>
<li><a href="#guangchang"> Channel square </a></li>
<li><a href="#tuijian"> Recommended for you </a></li>
<li><a href="#kefu"> Customer service </a></li>
<li><a href="#fankui"> feedback </a></li>
</ul>
</body>
</html>
边栏推荐
- 6-17 vulnerability exploitation - deserialization remote command execution vulnerability
- El expression improves JSP
- The technical aspects of ByteDance are all over, but the result is still brushed. Ask HR why...
- Redis memory elimination mechanism?
- Math programming classification
- ThreadLocal 总结(未完待续)
- Call of addition, subtraction, multiplication and division of integer type only
- Don't vote, software testing posts are saturated
- About vscode usage+ Solutions to the problem of tab failure
- 力矩电机控制基本原理
猜你喜欢

Playwright tutorial (II) suitable for Xiaobai

The automation testing post spent 20K recruiting, but in the end, there was no suitable one. Both fresh students are better than them

面了个腾讯三年经验的测试员,让我见识到了真正的测试天花板

Usage of in in SQL DQL query

The dragon lizard exhibition area plays a new trick this time. Let's see whose DNA moved?

如何将一个域名解析到多个IP地址?

MySQL --- 子查询 - 列子查询(多行子查询)

JMeter websocket接口测试

成为比开发硬气的测试人,我都经历了什么?

Advanced database · how to add random data for data that are not in all user data - Dragonfly Q system users without avatars how to add avatar data - elegant grass technology KIR
随机推荐
Advanced database · how to add random data for data that are not in all user data - Dragonfly Q system users without avatars how to add avatar data - elegant grass technology KIR
Flex layout
Redis基础2(笔记)
SQL中in的用法 DQL 查询
Output Yang Hui triangle with two-dimensional array
Usage of in in SQL DQL query
Interpretation of the source code of all logging systems in XXL job (line by line source code interpretation)
After 2 years of functional testing, I feel like I can't do anything. Where should I go in 2022?
C language: random generated number + bubble sort
科大讯飞智能办公本Air电纸书阅读器,让我的工作生活更加健康
Leetcode 106. construct binary tree from middle order and post order traversal sequence
Basic principle of torque motor control
Jenkins+svn configuration
6-17 vulnerability exploitation - deserialization remote command execution vulnerability
[go basics 02] the first procedure
kubernetes之VictoriaMetrics单节点
3. Editors (vim)
手机端微信发朋友圈功能测试点总结
ArcGIS中的WKID
Math programming classification