更改

添加415字节 、 2022年6月11日 (六) 06:44
无编辑摘要
第1行: 第1行:  
/* 这里放置的CSS将应用于所有皮肤 */
 
/* 这里放置的CSS将应用于所有皮肤 */
    +
/*button box*/
 +
.ifw-button-box {
 +
text-align: center;
 +
margin: 0.1rem;
 +
display: grid;
 +
grid-template-columns: 1fr;
 +
border-radius: 5px;
 +
}
 +
 +
.ifw-button-box .avatar{
 +
display: grid;
 +
place-items: center;
 +
}
    
/* LiteInfoBox */
 
/* LiteInfoBox */
第19行: 第32行:  
font-size: 0.7rem;
 
font-size: 0.7rem;
 
display: grid;
 
display: grid;
 +
place-items: center start;
 +
}
 +
 +
.ifw-lite-info-box .avatar{
 +
display: grid;
 
place-items: center;
 
place-items: center;
 
}
 
}
.ifw-lite-info-box > .content > div{
+
 
margin: auto;
+
.ifw-banner {
 +
display: grid;
 +
grid-template-columns: auto-fit;
 +
}
 +
.ifw-banner > img {
 +
max-width: 100% !important;
 +
min-height: 100%;
 +
width: 100%;
 +
height: auto;
 
}
 
}
   −
.ifw-lite-info-box > .avatar{
+
.rootpage-首页 #firstHeading {
display: grid;  
+
display:none;
place-items: center;
+
}
 +
 
 +
.ifw-basepagename {
 +
font-size:0.6rem;
 +
color: gray;
 
}
 
}