模板:交通系统/styles.css

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
Sakana留言 | 贡献2023年9月20日 (三) 21:45的版本 (创建页面,内容为“.transport-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 8px; overflow: hidden; } .transport-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 8px; transition: cubic-bezier(0,.8,.2,1) 0.5s; } .transport-image img:hover { transform: scale(1.1); transition: cubic-bezier(0,.8,.2,1) 0.5s; }”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.transport-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	overflow: hidden;
}

.transport-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	transition: cubic-bezier(0,.8,.2,1) 0.5s;
}
.transport-image img:hover {
	transform: scale(1.1);
	transition: cubic-bezier(0,.8,.2,1) 0.5s;
}