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
/*小标签提示*/
61
/*小标签提示*/
62
.litlabel .listtit2{ color: #AAAAAA;}
62
.litlabel .listtit2{ color: #AAAAAA;}
63

63

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

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