gpt4 book ai didi

html - 如何从左下角聚焦图像?

转载 作者:太空宇宙 更新时间:2023-11-04 03:10:35 26 4
gpt4 key购买 nike

我几乎想通了所有事情,但我似乎无法覆盖边距顶部。我需要第四个 child 从底部而不是从中间集中注意力。

.gallerya a:focus img{
width: 350%;
height: 350%;
margin-left:-120%;
margin-top:-50%;
position: absolute;
opacity: 1;
z-index: 1;
-moz-box-shadow: 0 0 5px 1px #4D4D4D;
-webkit-box-shadow: 0 0 5px 1px #4D4D4D;
box-shadow: 0 0 5px 1px #4D4D4D;
-webkit-transition-duration: 1s;
-webkit-transition-delay: 0.1s;
-moz-transition-property: width, height;
-moz-transition-duration: 1s;
-moz-transition-delay: 0.1s;
-o-transition-property:width, height;
-o-transition-duration: 1s;
-o-transition-delay: 0.1s;
cursor: default;
}

.gallerya a:first-child img{
margin-left: 0;
margin-top: 0;
}

.gallerya a:nth-child(3) img{
right:0;
margin-top: 0;
}

.gallerya a:nth-child(4) img{
margin-left:0;
}

Codepen example

最佳答案

你的意思是底部是这样固定的吗?

margin-top:auto; // reset
margin-left:0px!important;
bottom:0px!important;

关于html - 如何从左下角聚焦图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29596591/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com