当前位置:网站首页>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>
边栏推荐
- Number conclusion LC skimming review - 1
- 力扣今日题-729. 我的日程安排表 I
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 14
- 【若依(ruoyi)】ztree 自定义图标(iconSkin 属性)
- 2022 China eye Expo, Shandong vision prevention and control exhibition, myopia, China myopia correction Exhibition
- Pat 1046 shortest distance (20 points) simulation
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 17
- How to read excel, PDF and JSON files in R language?
- Dachang image library
- [postgraduate entrance examination English] prepare for 2023, learn list5 words
猜你喜欢

Black high-end responsive website dream weaving template (adaptive mobile terminal)

Reset nodejs of the system

Pat grade a 1033 to fill or not to fill

Apt installation ZABBIX
![[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 22](/img/e0/21367eeaeca10c0a2f2aab3a4fa1fb.jpg)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 22

CobaltStrike-4.4-K8修改版安装使用教程
![[matlab] access of variables and files](/img/cf/6f3cfdc4310fcf0bdcaa776d68261e.jpg)
[matlab] access of variables and files

Zero basic self-study STM32 wildfire review of GPIO use absolute address to operate GPIO

Blue Bridge Cup group B provincial preliminaries first question 2013 (Gauss Diary)

2345 file shredding, powerful file deletion tool, unbound pure extract version
随机推荐
QT release exe software and modify exe application icon
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 12
Referenceerror: primordials is not defined error resolution
Trends in DDoS Attacks
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 18
Redis skip table
Introduction to robotframework (III) Baidu search of webui automation
"Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.5 automatic differentiation_ Learning thinking and exercise answers
[Digital IC manual tearing code] Verilog asynchronous reset synchronous release | topic | principle | design | simulation
Thinking on Architecture Design (under continuous updating)
inherited constructors
MySQL (IV) - transactions
Accident index statistics
Maturity of master data management (MDM)
Solve 9 with C language × 9 Sudoku (personal test available) (thinking analysis)
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
不赚钱的科大讯飞,投资价值该怎么看?
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 8
Sword finger offer 29 Print matrix clockwise
【Unity3D】GUI控件