1如下图例子
<view class="addr recalTitle ">
.addrWrap .addr{
box-sizing: border-box;
max-width:610rpx;
margin:16rpx 0 0 0;
line-height:24rpx;
font-size:24rpx;
color:#fff;
padding-left:30rpx;
background:url('http://ss.airag.cn/dist/wx/mp/1.6.2/icon_adress_white_24.png') no-repeat left center;
background-size:auto 100%;
}
/* 单行缩略 */
.recalTitle {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
网友评论