Browse Source

增加单行省略号样式

luyanan 8 years ago
parent
commit
020fdd36d4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/css/app.css

+ 3 - 0
app/css/app.css

@ -61,6 +61,9 @@ body{ color: #666666; font-size:14px;}
61 61
/*小标签提示*/
62 62
.litlabel .listtit2{ color: #AAAAAA;}
63 63

64
/*单行省略号*/
65
.onlyone{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
66

64 67
/*顶部标题栏*/
65 68
.toptitbox{ background:#FF9900; }
66 69
.topback.mui-icon{color: #FFFFFF; font-size:30px; line-height: 24px;}