单行文本垂直居中
.title
{
height
: 80px
;
line
-height
:80px
;
text
-align
: center
;
}
块级元素垂直水平居中
.title
{
display
: table
-cell
;
vertical
-align
:middle
;
text
-align
: center
;
}
单行文本超出显示省略号
singleRow
{
overflow
: hidden
;
text
-overflow
:ellipsis
;
width
: 250px
;
}
转载请注明原文地址: https://mac.8miu.com/read-486795.html