提交 f95119fb 作者: chenkunfeng

修改标签

上级 d684cc7c
......@@ -250,12 +250,12 @@ export default {
${obj.companyName || '-'}
</div>
<div class="location">
<span> 飞手团队 | 距你1123.5km </span>
<span class="location-info"> 飞手团队 | 距你1123.5km </span>
</div>
</div>
<div class="info-right">
<span class="navigate"></span>
<span>导航</span>
<span class="navigate-bg"></span>
<span class="navigate">导航</span>
</div>
</div>
`;
......@@ -584,7 +584,7 @@ export default {
text-overflow: ellipsis;
}
.location {
span {
.location-info {
font-size: 26rpx;
color: #8c8c8f;
line-height: 36rpx;
......@@ -605,13 +605,13 @@ export default {
width: 32rpx;
height: 32rpx;
}
.navigate {
.navigate-bg {
width: 32rpx;
height: 32rpx;
display: block;
background: url(../../static/img/navigate.png) 0 0 / cover no-repeat;
}
span {
.navigate {
height: 40rpx;
font-size: 28rpx;
font-weight: 400;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论