本文共 2899 字,大约阅读时间需要 9 分钟。
1 2 3 4 5jQuery.touchSlider触屏满屏左右滚动幻灯片 6 7 8 9 10 52 53 54 76 77
1 2 @charset "utf-8"; 3 *{ margin:0;padding:0;list-style:none;border:0;} 4 img{ border:none;} 5 6 .main_image { 7 width:100%; 8 height:422px; 9 border-top:1px solid #d7d7d7;10 overflow:hidden;11 margin:0 auto;12 position:relative13 }14 .main_image ul {15 width:9999px;16 height:422px;17 overflow:hidden;18 position:absolute;19 top:0;20 left:021 }22 .main_image li {23 float:left;24 width:100%;25 height:422px;26 }27 .main_image li span {28 display:block;29 width:100%;30 height:422px31 }32 .main_image li a {33 display:block;34 width:100%;35 height:422px36 }37 .main_image li .img_1 {38 background: url('../images/img_main_1.jpg') center top no-repeat39 }40 .main_image li .img_2 {41 background: url('../images/img_main_2.jpg') center top no-repeat42 }43 .main_image li .img_3 {44 background: url('../images/img_main_3.jpg') center top no-repeat45 }46 .main_image li .img_4 {47 background: url('../images/img_main_4.jpg') center top no-repeat48 }49 .main_image li .img_5 {50 background: url('../images/img_main_5.jpg') center top no-repeat51 }52 div.flicking_con {53 width:990px;54 margin:0 auto;55 position:relative56 }57 div.flicking_con .flicking_inner {58 position:absolute;59 top:360px;60 left:90px;61 z-index:999;62 width:300px;63 height:21px64 } /* 121126 */65 div.flicking_con a {66 float:left;67 width:21px;68 height:21px;69 margin:0;70 padding:0;71 background:url('../images/btn_main_img.png') 0 0 no-repeat;72 display:block;73 text-indent:-1000px74 }75 div.flicking_con a.on {76 background-position:0 -21px77 }78 #btn_prev, #btn_next {79 z-index:11111;80 position:absolute;81 display:block;82 width:73px!important;83 height:74px!important;84 top:50%;85 margin-top:-37px;86 display:none;87 }88 #btn_prev {89 background:url(../images/hover_left.png) no-repeat left top;90 left:100px;91 }92 #btn_next {93 background:url(../images/hover_right.png) no-repeat right top;94 right:100px;95 }
运行结果:
转载地址:http://yrpia.baihongyu.com/