一:图片直接显示,代码如下:
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style>
/*去掉多余的边距*/
*{margin: 0px;padding: 0px;}
/*总块*/
.images{position: relative;background-color: grey;height:500px;width: 1000px;margin: 0 auto;}
/*图片*/
.images .image{position: relative;width: 80%;margin: 0px auto;height:100%;}
.images .image img{position: absolute;width: 100%;height: 100%;}
/*点*/
.images .find{position: absolute;right: 10%;bottom:10px;}
.images .find ul li{float: left;margin-left: 30px;color: cyan;font-size: 50px;}
/*前进*/
.images .go{position: absolute;left: 10%;top:260