无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
/* | /* 强制横向布局 */ | ||
.home-card.mc-player-card { | .home-card.mc-player-card { | ||
flex-direction: row !important; | display: flex !important; | ||
align-items: center | flex-direction: row !important; | ||
align-items: center !important; | |||
padding: 10px !important; | |||
} | } | ||
/* | /* 头像容器 */ | ||
.mc-player-avatar { | .mc-player-avatar { | ||
width: 50px !important; | width: 50px !important; | ||
height: 50px !important; | height: 50px !important; | ||
margin-right: | margin-right: 10px !important; | ||
} | } | ||
/* | /* 文字区域 */ | ||
.mc-player-info { | .mc-player-info { | ||
flex: 1 | flex: 1 !important; | ||
} | } | ||
/* | /* 确保边框显示 */ | ||
. | .home-card { | ||
border: 1px solid #dee2e6 !important; | |||
border-radius: 15px !important; | |||
background: #f5f7fa !important; | |||
margin: 0 | margin: 5px 0 !important; | ||
} | } |
2025年7月26日 (六) 00:16的版本
/* 强制横向布局 */
.home-card.mc-player-card {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
padding: 10px !important;
}
/* 头像容器 */
.mc-player-avatar {
width: 50px !important;
height: 50px !important;
margin-right: 10px !important;
}
/* 文字区域 */
.mc-player-info {
flex: 1 !important;
}
/* 确保边框显示 */
.home-card {
border: 1px solid #dee2e6 !important;
border-radius: 15px !important;
background: #f5f7fa !important;
margin: 5px 0 !important;
}