|
|
@ -1,9 +1,9 @@ |
|
|
|
<template> |
|
|
|
<div class="content-nav d-flex justify-space-between"> |
|
|
|
<div clss="content-title"> |
|
|
|
<div class="content-title"> |
|
|
|
<span :class="index < 2 ? 'red' : ''" v-for="(item, index) in title.split('')" :key="index">{{ item }}</span> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div style="font-size:16px"> |
|
|
|
<img src="@/assets/location.png" alt="" /> |
|
|
|
您当前位置: |
|
|
|
<span class="ml-4" style="cursor: pointer;" @click="backFirst"> 首页 </span> |
|
|
@ -390,13 +390,12 @@ export default { |
|
|
|
color: #b61412; |
|
|
|
} |
|
|
|
.content-title { |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px !important; |
|
|
|
} |
|
|
|
.content-nav { |
|
|
|
height: 40px; |
|
|
|
margin-bottom: 16px; |
|
|
|
background: #fff; |
|
|
|
font-size: 16px; |
|
|
|
line-height: 40px; |
|
|
|
padding: 0 16px; |
|
|
|
} |
|
|
|