提交 3197d89e 作者: chenkunfeng

Merge remote-tracking branch 'origin/ckf' into develop

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