Commit 604450ffe7928e384351c38a62203728eee1f6e7
1 parent
210796e9
黄石周边服务
Showing
3 changed files
with
6 additions
and
5 deletions
src/assets/images/service/serviceSrar.png deleted
421 Bytes
src/assets/images/service/serviceStar.png
0 → 100644
1.08 KB
src/views/service/serviceDetail.vue
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | <li> | 16 | <li> |
17 | <div class="serviceDetailTop serviceDetailTop1"> | 17 | <div class="serviceDetailTop serviceDetailTop1"> |
18 | <p> | 18 | <p> |
19 | - <span style="color: #ffbe00;font-weight: 600;font-size: 16px;">黄石港区一川汽车服务运营中心</span> | 19 | + <span style="color: #ffbe00;font-weight: 600;font-size: 16px;">一川汽车服务运营中心</span> |
20 | </p> | 20 | </p> |
21 | <p> | 21 | <p> |
22 | <span style="color: #ff4949">营业时间:08:00-18:00</span> | 22 | <span style="color: #ff4949">营业时间:08:00-18:00</span> |
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | </p> | 31 | </p> |
32 | </div> | 32 | </div> |
33 | <p style="display: flex;justify-content: space-between;"> | 33 | <p style="display: flex;justify-content: space-between;"> |
34 | - <span>地理位置: 黄石市黄石港区杭州路19号儿童公园加油站旁</span> | 34 | + <span>位置: 黄石港区杭州路19号儿童公园加油站旁</span> |
35 | <span @click="toLinkApp('115.086987','30.217836','一川汽车服务运营中心')"> | 35 | <span @click="toLinkApp('115.086987','30.217836','一川汽车服务运营中心')"> |
36 | <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/> | 36 | <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/> |
37 | </span> | 37 | </span> |
@@ -70,7 +70,7 @@ | @@ -70,7 +70,7 @@ | ||
70 | </p> | 70 | </p> |
71 | </div> | 71 | </div> |
72 | <p style="display: flex;justify-content: space-between;"> | 72 | <p style="display: flex;justify-content: space-between;"> |
73 | - <span>地理位置: 黄石西塞山区磁湖东路26号途虎养车</span> | 73 | + <span>位置: 黄石西塞山区磁湖东路26号途虎养车</span> |
74 | <span @click="toLinkApp('115.089421','30.211496','途虎养车磁湖东路店')"> | 74 | <span @click="toLinkApp('115.089421','30.211496','途虎养车磁湖东路店')"> |
75 | <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/> | 75 | <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/> |
76 | </span> | 76 | </span> |
@@ -109,7 +109,7 @@ | @@ -109,7 +109,7 @@ | ||
109 | </p> | 109 | </p> |
110 | </div> | 110 | </div> |
111 | <p style="display: flex;justify-content: space-between;"> | 111 | <p style="display: flex;justify-content: space-between;"> |
112 | - <span>地理位置: 黄石市下陆区明盛·湖景花园(广州路5号) </span> | 112 | + <span>位置: 黄石市下陆区明盛·湖景花园(广州路5号) </span> |
113 | <span @click="toLinkApp('115.040454','30.189769','壹路美汽车服务中心')"> | 113 | <span @click="toLinkApp('115.040454','30.189769','壹路美汽车服务中心')"> |
114 | <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/> | 114 | <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/> |
115 | </span> | 115 | </span> |
@@ -240,7 +240,8 @@ export default { | @@ -240,7 +240,8 @@ export default { | ||
240 | } | 240 | } |
241 | .serviceStar{ | 241 | .serviceStar{ |
242 | padding-left: 20px; | 242 | padding-left: 20px; |
243 | - background: url("../../assets/images/service/serviceSrar.png") no-repeat 0 center; | 243 | + background: url("../../assets/images/service/serviceStar.png") no-repeat 0 center; |
244 | + background-size: 16px 16px; | ||
244 | color: #ff4949; | 245 | color: #ff4949; |
245 | } | 246 | } |
246 | </style> | 247 | </style> |