.dollsshow{
position:relative;
width:400px;
height:400px
}
.dollsshow .lbutton{
display:inline-flex;
position:absolute;
left:10px;
bottom:0px;
z-index:1;
text-align:center;
font-size:12px
}
.dollsshow .rbutton{
display:inline-flex;
position:absolute;
right:10px;
bottom:0px;
z-index:1;
text-align:center;
font-size:12px
}
.dollsImg{
position:relative ;
width: 400px;
height: 400px;
float:none;
}
.dollsImg img{
width: 100% !important;
height: 100% !important;
object-fit:contain;
}
.dollsImg a{
width: 100% !important;
height: 100% !important;
display: inline-block;
}
@media screen and (max-width: 600px ) {
.dollsshow{
position:relative;
width:300px;
height:300px
}
.dollsImg{
position:relative ;
width: 300px;
height: 300px;
float:none;
}
}
/* [[Category:在模板名字空间下的CSS页面]] */