直播记录/styles.css:修订间差异

来自NeuroWiki
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第18行: 第18行:
box-shadow: 0 2px 5px #aaa;
box-shadow: 0 2px 5px #aaa;
}
}
.base_block > pre > a{
.item > a{
width: 100%;
position: relative;
height: 100%;
    display: flex;
display: block;
    width: 100%;
    height: 100%;
    justify-content: right;
    align-items: flex-end;
    font-size: 42px;
    color: white;
}
}

2024年12月1日 (日) 00:14的版本

.base_block{
	border: 2px outset #9147ff;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 5px #aaa;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 15px;
}
.item{
	max-width: 360px;
	min-width: 200px;
	height: 124px;
	flex-grow: 1;
	padding: 0;
	display: flex;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 5px #aaa;
}
.item > a{
	position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: right;
    align-items: flex-end;
    font-size: 42px;
    color: white;
}