当前位置:网站首页>Using swiper to make mobile phone rotation map
Using swiper to make mobile phone rotation map
2022-07-01 15:12:00 【Skipping Wang Xiaozhe】
On their own swiper Download from the official website swiper.min.css as well as swiper.min.js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Rotation diagram of mobile terminal </title>
<link rel="stylesheet" href="./css/swiper.min.css">
</head>
<body>
<div class="contenter">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide"><img width="100%" src="./images/bj02.png" alt=""></div>
<div class="swiper-slide"><img width="100%" src="./images/bj03.png" alt=""></div>
</div>
</div>
</div>
<script src="./js/swiper.min.js"></script>
<script>
var mySwiper = new Swiper('.swiper-container', {
autoplay: 3000,// Optional options , Automatic slide
})
</script>
</body>
</html>
边栏推荐
- 《QT+PCL第六章》点云配准icp系列4
- Junda technology - wechat cloud monitoring scheme for multiple precision air conditioners
- Apk signature principle
- MySQL 服务正在启动 MySQL 服务无法启动解决途径
- Ensure production safety! Guangzhou requires hazardous chemical enterprises to "not produce in an unsafe way, and keep constant communication"
- [leetcode 324] 摆动排序 II 思维+排序
- [advanced ROS] lesson 5 TF coordinate transformation in ROS
- Redis安装及Ubuntu 14.04下搭建ssdb主从环境
- 厦门灌口镇田头村特色农产品 甜头村特色农产品蚂蚁新村7.1答案
- 智能运维实战:银行业务流程及单笔交易追踪
猜你喜欢
Opencv Learning Notes 6 -- image mosaic
Sort out the four commonly used sorting functions in SQL
leetcode:329. 矩阵中的最长递增路径
首届技术播客月开播在即
skywalking 6.4 分布式链路跟踪 使用笔记
Implementation of deploying redis sentry in k8s
SQL常用的四个排序函数梳理
Fix the failure of idea global search shortcut (ctrl+shift+f)
What are the books that have greatly improved the thinking and ability of programming?
k8s部署redis哨兵的实现
随机推荐
Reorganize the trivial knowledge points at the end of the term
What if you are always bullied because you are too honest in the workplace?
Music player development example (can be set up)
保证生产安全!广州要求危化品企业“不安全不生产、不变通”
Junda technology indoor air environment monitoring terminal PM2.5, temperature and humidity TVOC and other multi parameter monitoring
What are the EN ISO 20957 certification standards for common fitness equipment
点云重建方法汇总一(PCL-CGAL)
idea中新建的XML文件变成普通文件的解决方法.
Filter & (login interception)
炎炎夏日,这份安全用气指南请街坊们收好!
《QT+PCL第九章》点云重建系列2
【天线】【3】CST一些快捷键
22-06-26周总结
Beilianzhuguan joined the dragon lizard community to jointly promote carbon neutralization
【LeetCode】16、最接近的三数之和
Tableapi & SQL and Kafka message insertion in Flink
三十之前一定要明白的职场潜规则
Written on the first day after Doris graduated
Fix the failure of idea global search shortcut (ctrl+shift+f)
How to realize clock signal frequency division?