当前位置:网站首页>Rotation chart
Rotation chart
2022-07-27 13:22:00 【Sorry, this person doesn't exist】
Shuffling figure
<!DOCTYPE html>
<html lang="ch">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/layout/css/reset.css">
<style> /* Set the container of the picture */ .img-list{
width: 590px; height: 470px; margin: 100px auto; /* by ul Turn on relative positioning , The aim is to make ul Medium pointer It can be equivalent to ul Position rather than relative to the initial containing block (html) To locate */ position: relative; } /* Set up li */ .img-list li{
position: absolute; } /* Display the specified picture by modifying the level of the element */ .img-list li:nth-child(){
z-index: 1; } /* Set the style of the navigation point */ .pointer{
position: absolute; z-index: 9999; bottom: -550px; left: 100px; } .pointer a{
/* Set the element to float left */ float: left; width: 50px; height: 50px; margin-left: 15px; border-radius: 50%; background-color: rgba(255, 255, 255, .3); /* Set the background color value to the content area , Borders and inner borders no longer have background colors , You can also use box-shadow: transparent */ background-clip: content-box; /* box-shadow: transparent; */ border: 2px solid transparent; } .pointer a.active,.pointer a:hover{
background-color: #fff; border: 2px solid rgba(255, 255, 255, .3); } </style>
</head>
<body>
<ul class="img-list">
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<li><a href="javascript:;"><img src="/img/1.jpg" alt=""></a></li>
<div class="pointer">
<a class="active" href="javascript:;"></a>
<a href="javascript:;"></a>
<a href="javascript:;"></a>
<a href="javascript:;"></a>
<a href="javascript:;"></a>
<a href="javascript:;"></a>
<a href="javascript:;"></a>
</div>
</ul>
</body>
</html>
Some of them need to be debugged by themselves , Just change the size
边栏推荐
- 数据库HTAP能力强弱怎么看
- 写出一个程序,接受一个有字母和数字以及空格组成的字符串,和一个字符,然后输出输入字符串中含有该字符的个数。不区分大小写。
- SSM practical project - front back separation (easy to understand)
- Jesd204b debugging notes (practical version)
- 592. Fraction addition and subtraction: introduction to expression calculation
- feign client三个客户端的自动装配
- Zhongke Lanxun fell 30% on the first day of listing: Huang Zhiqiang, 60, started a company with a market value of 7.7 billion
- Connotative quotations
- POJ1273 Drainage Ditches【最大流】【SAP】
- Multi activity disaster recovery construction after 713 failure of station B | takintalks share
猜你喜欢

v-on基础指令

What should I do if I can't see any tiles on SAP Fiori launchpad?

Getting started for beginners: build your own blog with WordPress

CVPR22 | 关系意识的图神经架构搜索

Background and framework introduction and basic environment preparation of hucang integrated e-commerce project

Distributed system architecture theory and components

Initializing database error after reinstalling MySQL

Article reproduction: srcnn

接口测试实战教程01:接口测试环境搭建

Pat class B 1109 good at C (detailed)
随机推荐
pg同步多张数据表至mysql 有办法简化配置吗?
What should I do if I can't see any tiles on SAP Fiori launchpad?
【萌新解题】斐波那契数列
Detail the execution process of JDBC query method
面试考点:三种图的问题
【VSCode】SyntaxError: Cannot use import statement outside a module
[nuxt 3] (XII) project directory structure 2
Why does the class annotated with @configuration generate cglib proxy?
Poj1548 robots [bipartite graph minimum path coverage]
multi-table query
Interface testing practical tutorial 01: interface testing environment construction
二分法查询数组中的值
Will saffron become a safe and effective natural therapy for patients with arthritis?
Is it easy to find a job after programmer training and learning
文章复现:SRCNN
Do you really understand CMS garbage collector?
Minimally invasive brain science broke the listing: the company's market value is HK $14.3 billion, and minimally invasive medical is the major shareholder
Feign's overall process
Forward pre check and reverse pre check
Firefox 103 release, faster and more secure