Authored by zhangxiaoru

短语样式调整

... ... @@ -392,7 +392,7 @@ $basicBtnC: #eb0313;
}
.activity-phrase {
display: inline-block;
display: table-cell;
height: 40px;
background: #d0021b;
padding: 0 10px;
... ... @@ -405,8 +405,8 @@ $basicBtnC: #eb0313;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
top: 8px;
margin-top: 3px;
float: left;
}
}
... ...