You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
968 B
CSS
51 lines
968 B
CSS
/*
|
|
* ÏêÏ¸Ò³ÃæÖв¿Í¼Æ¬Çл»
|
|
*/
|
|
#Info_image_px{position:relative; background-color:#333}
|
|
#Info_image_px .px_image{
|
|
position:relative;
|
|
overflow:hidden;
|
|
width:660px;
|
|
height:370px;
|
|
}
|
|
#Info_image_px .px_image ul{
|
|
position: absolute;
|
|
top: 0px;
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
#Info_image_px .px_image ul li{
|
|
position: absolute;
|
|
top: 0px;
|
|
width:660px;
|
|
height:370px;
|
|
background-color:#333;
|
|
text-align:center;
|
|
}
|
|
#Info_image_px .px_next,#Info_image_px .px_prev{
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -22px;
|
|
z-index: 60;
|
|
height: 52px;
|
|
width: 52px;
|
|
background-position: 0px 0px;
|
|
background-repeat:no-repeat;
|
|
background-image:url(https://data.chinahighlights.com/pic/daytrip/main_content.png);
|
|
}
|
|
#Info_image_px .px_next{
|
|
right:10px;
|
|
}
|
|
#Info_image_px .px_prev{
|
|
background-position: -52px 0;
|
|
left:10px;
|
|
}
|
|
#Info_image_px .px_title{
|
|
position: absolute;
|
|
bottom: 0;
|
|
padding: 10px;
|
|
z-index: 11;
|
|
width: 640px;
|
|
background: rgba(0,0,0,0.7);
|
|
color: #fff;
|
|
} |