Template:I18nMessages/style.css:修订间差异

模板页面
(创建页面,内容为“.card .nekko { position: absolute; height: 150px; width: 150px; bottom: -30%; right: 0; } .card .nekko img { height: 150px; width: 150px; } .card { position: relative; }”)
 
无编辑摘要
 
(未显示同一用户的5个中间版本)
第14行: 第14行:
.card {
.card {
position: relative;
position: relative;
}
.card-bottom {
background: var(--color-surface-2);
border-radius: var(--border-radius--medium);
overflow: hidden;
}
.nekko__scaleX {
transform: scaleX(-1);
}
}

2023年10月8日 (日) 14:56的最新版本

.card .nekko {
	position: absolute;
	height: 150px;
	width: 150px;
	bottom: -30%;
	right: 0;
}

.card .nekko img {
	height: 150px;
	width: 150px;
}

.card {
	position: relative;
}

.card-bottom {
	background: var(--color-surface-2);
	border-radius: var(--border-radius--medium);
	overflow: hidden;
}

.nekko__scaleX {
	transform: scaleX(-1);
}
为了让您的浏览体验更加高效、方便和个性化,遵照《中华人民共和国网络安全法》和《信息安全技术个人信息安全规范》,我们需要您允许本站使用Cookies。在某些情况下,Cookies是使网站正常运行的必要条件。