Template:Sandbox 9/甜的白萝卜/styles.css
跳到导航
跳到搜索
/*Tabs初始化
-------------------------------------------*/
.box{
position:relative;
}
.Tabs{
display:flex;
flex-direction:column;
}
.Tabs .TabDivider{
display: none;
}
.Tabs>.TabContent{
padding:0!important;
border:none!important;
background:transparent!important;
}
/*人物信息
-------------------------------------------*/
.box>.left{
position:absolute;
z-index:10;
right:0;
bottom:200px;
background-color:rgba(0,0,0,0.2);
}
/*立绘背景
-------------------------------------------*/
.outBack{
position:relative;
width:100%;
height:100%;
}
.bgPic{
width:100%;
}
/*差分立绘
-------------------------------------------*/
.charBox.Tabs{
position:absolute;
z-index:100;
top:0;
bottom:0;
width:100%;
height:100%;
}
.outChar.TabContentText{
height:100%;
}
.outChar.TabContentText>pre{
padding:0!important;
border:none!important;
margin:0!important;
background:transparent!important;
height:100%;
display:flex;
justify-content:center;
}
.charPic{
height:auto;
width:400px;
}