当前位置:网站首页>Taobao focus map layout practice
Taobao focus map layout practice
2022-07-06 02:42:00 【Ruoshui CJJ】


<!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> Taobao focus map </title>
<style>
* {
padding: 0%;
}
.tb-promo {
position: relative;
width: 564px;
height: 315px;
margin: 100px auto;
}
.tb-promo img {
width: 100%;
border-radius: 12px;
}
li {
list-style: none;
}
a {
position: absolute;
width: 20px;
height: 30px;
background: rgba(0, 0, 0, .3);
text-align: center;
line-height: 30px;
/* Added absolute positioning a Will become a block element , You can set the width and height directly */
text-decoration: none;
color: #fff;
}
.prev {
bottom: 0;
top: 0;
left: 0;
margin: auto 0;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.next {
bottom: 0;
top: 0;
right: 0;
margin: auto 0;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.promo-nav {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
margin: 0 auto;
width: 70px;
height: 13px;
background: rgba(0, 0, 0, .3);
border-radius: 6px;
}
.promo-nav li {
float: left;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: skyblue;
margin: 3px 3px;
}
.promo-nav .selected {
/* Cover .promo-nav li Pay attention to the weight of the color in , Insufficient weight , Can't cover */
background-color: orange;
}
</style>
</head>
<body>
<div class="tb-promo">
<img src="img/focus.jpg" alt="">
<!-- Left arrow -->
<a href="#" class="prev"><</a>
<!-- Right arrow -->
<a href="#" class="next">></a>
<!-- Little dots -->
<ul class="promo-nav">
<li class="selected"></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</body>
</html>
边栏推荐
- 【若依(ruoyi)】启用迷你导航栏
- 07 singleton mode
- Master data management theory and Practice
- Pure QT version of Chinese chess: realize two-man, man-machine and network games
- Li Kou today's question -729 My schedule I
- I changed the driver to 5.1.35, but it is still the same error. I can succeed even now, but I will report this every time I do an SQL operation
- How does yyds dry inventory deal with repeated messages in the consumption process?
- Pat 1084 broken keyboard (20 points) string find
- PMP practice once a day | don't get lost in the exam -7.5
- "Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.3 linear algebra_ Learning thinking and exercise answers
猜你喜欢

如何精准识别主数据?

Qt发布exe软件及修改exe应用程序图标

Li Kou today's question -729 My schedule I
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 24](/img/2e/b1f348ee6abaef24b439944acf36d8.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 24

Apt installation ZABBIX
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9](/img/ed/0edff23fbd3880bc6c9dabd31755ac.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 9

Solution: attributeerror: 'STR' object has no attribute 'decode‘
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 6](/img/38/51797fcdb57159b48d0e0a72eeb580.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 6

Shell脚本更新存储过程到数据库

主数据管理(MDM)的成熟度
随机推荐
Bigder: I felt good about the 34/100 interview, but I didn't receive the admission
Maturity of master data management (MDM)
"Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.5 automatic differentiation_ Learning thinking and exercise answers
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
Referenceerror: primordials is not defined error resolution
解决:AttributeError: ‘str‘ object has no attribute ‘decode‘
Building the prototype of library functions -- refer to the manual of wildfire
【Unity3D】GUI控件
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 21
Large scale DDoS attacks take Myanmar offline
After changing the GCC version, make[1] appears in the compilation: cc: command not found
构建库函数的雏形——参照野火的手册
RobotFramework入门(一)简要介绍及使用
深度解析链动2+1模式,颠覆传统卖货思维?
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14
HttpRunnerManager安装(三)-Linux下配置myql数据库&初始化数据
Déduisez la question d'aujourd'hui - 729. Mon emploi du temps I
Li Kou today's question -729 My schedule I
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 7
Sword finger offer 29 Print matrix clockwise