当前位置:网站首页>京东快速导航框
京东快速导航框
2022-07-19 05:21:00 【陌 年】
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
color: black;
}
.a1{
color: red
}
.a2{
color: red;
}
ul{
width: 1200px;
height: 50px;
margin: 50px auto;
}
ul>li{
float: left;
height: 50px;
line-height: 50px;
width: 120px;
text-align: center;
}
ul>li:hover>a{
color: red;
}
</style>
</head>
<body>
<ul>
<li><a class="a1" href="#"><strong>秒杀</strong></a></li>
<li><a class="a2" href="#"><strong>优惠券</strong></a></li>
<li><a href="#">PLUS会员</a></li>
<li><a href="#">品牌闪购</a></li>
<li><a href="#">拍卖</a></li>
<li><a href="#">京东家电</a></li>
<li><a href="#">京东超市</a></li>
<li><a href="#">京东生鲜</a></li>
<li><a href="#">京东国际</a></li>
<li><a href="#">京东云</a></li>
</ul>
</body>
</html>
边栏推荐
- LVM and disk quotas
- xpath过滤标签内的其他标签获得全部内容
- 论文笔记:Neural Baby Talk
- Solution to unmount failure using umount command
- Pytoch:torch vision package - Summary
- DevOps:从「蒸汽时代」到「高铁时代」,SUNMI DevOps转型之路
- Lombok cooperates with logback to realize the simplest log output
- Variational Inference 笔记 from UCB CS 285 Sergey Levine
- Working principle and configuration of static routing
- firewall-cmd
猜你喜欢
随机推荐
vs2017 编译遇到COM 组件的调用返回了错误 HRESULT E_FAIL
[turn] method to solve memory / video memory leakage pytorch
阿里云微消息队列 MQTT
gocore-v2框架-gocore.yaml配置文件介绍
Day006选择结构(if语句练习)
论文笔记:SCA-CNN: Spatial and Channel-wise Attention in Convolutional Networksfor Image Captioning
进程间通信之消息队列(内附相关可执行代码)
Scala案例(伴生对象)
静态路由工作原理与配置
Pytorch:visdom介紹
ModuleNotFoundError: No module named 'cv2'
Build LVM on disk array (RAID)
Insert cross column pictures under the title of the home page of latex IEEE paper, and solve the footnote problem
ZABBIX automatically discovers and monitors GPU
RAID磁盘列阵
Openstack hot migration error: exception during message handling invalidcpuinfo unacceptable CPU info CPU do
C语言基础知识
Mocha测试
Stack simulation queue
Paper notes: neural baby talk