置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:灰烬战线arms2/style.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
.armsInfo{
	position:relative; 
	border:2px solid;
	width:420px;
	padding:10px;
	background:#fff;
}
 
.armsInfo table{
	width: 100% !important;
}
 
.armsInfo .armsData{
	font-size:12px;
	padding-left:8px;
}
 
.armsInfo .armsDataTable{
	width:100px;
	vertical-align:top
}
 
.armsInfo .armsDataTable table{
	height:100%;
}
.armsInfo .armsDataTable th{
	border:1px solid #d6d6d6;
}
.armsInfo .armsDataTable td{
	border:1px solid #d6d6d6;
	padding: 2px;
}
 
.armsInfo .bottomHolder{
	width:100%;
	height:0;
}
 
.dollsIntro {
	width:400px;
	height:500px;
	position:absolute;
	left:450px;
	top:50px;
	background:#fff;
	padding:2px;
	border:2px solid;
}
 
.dollsIntro th{
	height:30px;
	padding:1px 2px;
	border:1px solid #d6d6d6;
}
 
.dollsIntro td{
	height:30px;
	padding:1px 2px;
	border:1px solid #d6d6d6;
}

.dollsIntro .introText{
	min-height:200px;
	max-height:350px;
	overflow:auto
}

@media screen and (max-width: 600px ) {
	.dollsIntro {
		width:400px;
		position:absolute;
		left: 10px;
		top: calc(100% - 550px);
		background:#fff;
		padding:2px;
		border:0 solid;
	}
	
	.armsInfo table{
		width: 100% !important;
		display: table;
	}
	
	.armsInfo .bottomHolder{
		width:100%;
		height:500px;
	}
 
}
/* [[Category:在模板名字空间下的CSS页面]] */