css 使UABB信息横幅对齐
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使UABB信息横幅对齐相关的知识,希望对你有一定的参考价值。
/* ---------------------------------------------------------------------
Module: UABB Info Banner
Requirement: You must have equal column heights.
Requirement: Should not have a height set in the individual modules.
------------------------------------------------------------------------ */
.fl-module-info-banner {
display: flex;
height: 100%;
}
.fl-module-info-banner .fl-module-content {
width: 100%; /* fixes IE11 */
}
.uabb-ultb3-box {
display: flex;
flex-direction: column;
height: 100%;
}
.uabb-ultb3-info {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.uabb-ultb3-desc {
flex-grow: 1;
padding-bottom: 10px;
}
以上是关于css 使UABB信息横幅对齐的主要内容,如果未能解决你的问题,请参考以下文章
css UABB模块中的等高按钮
需要调整横幅大小以适应窗口 CSS
需要垂直文本从底部开始与横幅左侧对齐
Facebook 横幅广告统一对齐底部
怎么用CSS样式使文本居中对齐
css如何使div里面的文字垂直对齐