当前位置:网站首页>[case] Application of positioning - Taobao rotation map
[case] Application of positioning - Taobao rotation map
2022-07-05 20:59:00 【Dazed girl】
<!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; } a {
text-decoration: none; } li {
list-style: none; } .promo_bd {
position: relative; height: 315px; width: 630px; background-color: blue; margin: 100px auto; border-radius: 20px; } .promo_bd img {
height: 100%; width: 100%; border-radius: 20px; } .promo_bd .pre, .promo_bd .next {
position: absolute; width: 25px; height: 40px; top: 50%; margin-top: -20px; background-color: rgba(0, 0, 0, 0.4); color: #fff; font-size: 20px; line-height: 40px; text-align: center; } .promo_bd .pre {
left: 0; border-radius: 0 20px 20px 0; } .promo_bd .next {
right: 0; border-radius: 20px 0 0 20px; } .promo_bd .promo_nav {
position: absolute; left: 50%; margin-left: -35px; bottom: 15px; height: 14px; width: 70px; background-color: rgba(255, 255, 255, 0.3); border-radius: 7px; } .promo_bd .promo_nav ul li {
float: left; width: 8px; height: 8px; background-color: #fff; border-radius: 50%; margin: 3px; } .promo_bd .promo_nav ul .selected {
background-color: #ff5000; } </style>
</head>
<body>
<div class="promo_bd">
<img src="./ad.jpg" alt="">
<a class="pre" href="#"><</a>
<a class="next" href="#">></a>
<div class="promo_nav">
<ul>
<li class="selected"></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</body>
</html>

边栏推荐
- Is it safe to open a stock account by mobile phone? My home is relatively remote. Is there a better way to open an account?
- Sophomore personal development summary
- XML modeling
- 线程池的使用
- ODPs next map / reduce preparation
- 台风来袭!建筑工地该如何防范台风!
- ViewRootImpl和WindowManagerService笔记
- 启牛2980有没有用?开户安全吗、
- 教你自己训练的pytorch模型转caffe(三)
- Comparison table of foreign lead American abbreviations
猜你喜欢

基于AVFoundation实现视频录制的两种方式

Maker education infiltrating the transformation of maker spirit and culture

五层网络协议

PHP deserialization +md5 collision

Abnova丨血液总核酸纯化试剂盒预装相关说明书

Analyze the knowledge transfer and sharing spirit of maker Education

Write an interface based on flask

Phpstudy Xiaopi's MySQL Click to start and quickly flash back. It has been solved

Duchefa low melting point agarose PPC Chinese and English instructions

EN 438-7建筑覆盖物装饰用层压板材产品—CE认证
随机推荐
The development of research tourism practical education helps the development of cultural tourism industry
How to renew NPDP? Here comes the operation guide!
挖财商学院给的证券账户安全吗?可以开户吗?
Monorepo management methodology and dependency security
php中explode函数存在的陷阱
启牛2980有没有用?开户安全吗、
XML建模
phpstudy小皮的mysql点击启动后迅速闪退,已解决
Prior knowledge of machine learning in probability theory (Part 1)
清除app data以及获取图标
大二下个人发展小结
当Steam教育进入个性化信息技术课程
研学旅游实践教育的开展助力文旅产业发展
产品好不好,谁说了算?Sonar提出分析的性能指标,帮助您轻松判断产品性能及表现
Web Service简单入门示例
Implementation of redis unique ID generator
The reason why the ncnn converted model on raspberry pie 4B always crashes when called
Is the securities account given by the school of Finance and business safe? Can I open an account?
线程池的使用
vant 源码解析 之深层 合并对象 深拷贝