< type="text/css">
/* 详情页轮播css */
.picFocus{
margin:0 auto;
width:750px;
position:relative;
/*overflow:hidden; */
zoom:1;
}
.picFocus .bd{
width: 750px;
height: 500px;
border-radius: 10px;
overflow: hidden;
}
.picFocus .bd li{
width:750px;
height:500px;
}
.picFocus .bd img{
width:750px;
height:500px;
object-fit: cover;
}
.picFocus .hd{
width:100%;
margin-top: 10px;
position: relative;
overflow:hidden;
padding-top: 54px;
margin-top: -44px;
height: 120px;
}
.picFocus .hd ul{
margin-right:-10px;
zoom:1;
white-space: nowrap;
position: relative;
height: 100%;
}
.picFocus .hd ul:before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.picFocus .hd ul li{
float:left;
text-align:center;
border-radius: 3px;
overflow: hidden;
width:180px;
height:120px;
margin-right: 10px;
}
.picFocus .hd ul li img{
width:180px; height:120px;
object-fit: cover;
cursor:pointer;
}
.picFocus .hd ul li.on{ background:url() no-repeat center 0; }
.picFocus .hd ul li.on img{ border-color:#f60; }
.picFocus .pageState {
display: block;
text-align: center;
line-height: 30px;
left: auto;
color: rgb(178178178);
font-: italic;
width: 80px !important;
background: rgb(255255255);
border-radius: 50px;
color: rgb(179179179);
font-size: 16px;
position: absolute;
top: 0;
right: 14px;
}
.picFocus .pageState span {
font-size: 16px;
color: rgb(777777);
}
.picFocus .next,.picFocus .prev{
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.picFocus .next:hover,.picFocus .prev:hover{
opacity: .7;
}
.picFocus .next,.picFocus .prev{
display: block;
width: 50px;
height: 120px;
margin-top: -105px;
background: url(https://r1.visitbeijing.com.cn/vbj-s/2021/1101/752e1d1e118d3796447ec02f7d423542.png) center/contain no-repeat;
left: -115px;
}
.picFocus .next{
left: auto;
right: -115px;
background: url(https://r1.visitbeijing.com.cn/vbj-s/2021/1101/24a6e591ec526339ddafd22a2b4c434f.png) center/contain no-repeat;
}
.picFocus .next.nextStop,.picFocus .prev.prevStop{
opacity: .7;
}
>