Commit 02046f1772c1f61c9252510500084283566af68e

Authored by 刘淇
1 parent 604450ff

文字大小

src/views/service/serviceDetail.vue
... ... @@ -31,20 +31,20 @@
31 31 </p>
32 32 </div>
33 33 <p style="display: flex;justify-content: space-between;">
34   - <span>位置: 黄石港区杭州路19号儿童公园加油站旁</span>
  34 + <span class="fontSize12">位置: 黄石港区杭州路19号儿童公园加油站旁</span>
35 35 <span @click="toLinkApp('115.086987','30.217836','一川汽车服务运营中心')">
36 36 <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/>
37 37 </span>
38 38 </p>
39 39  
40 40 <p>
41   - <span>服务范围:洗车,美容,音响改装</span>
  41 + <span class="fontSize12">服务范围:洗车,美容,音响改装</span>
42 42 </p>
43 43 <!--<p>-->
44 44 <!--<span></span>-->
45 45 <!--</p>-->
46 46 <p style="display: flex;justify-content: space-between;padding-top: 5px;">
47   - <span class="serviceStar">专业贴膜</span>
  47 + <span class="serviceStar fontSize12">专业贴膜</span>
48 48 <span @click="callPhone('13971750760')">
49 49 <img src="../../assets/images/service/serviceIphone.png" height="18" width="18"/>
50 50 </span>
... ... @@ -70,20 +70,20 @@
70 70 </p>
71 71 </div>
72 72 <p style="display: flex;justify-content: space-between;">
73   - <span>位置: 黄石西塞山区磁湖东路26号途虎养车</span>
  73 + <span class="fontSize12">位置: 黄石西塞山区磁湖东路26号途虎养车</span>
74 74 <span @click="toLinkApp('115.089421','30.211496','途虎养车磁湖东路店')">
75 75 <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/>
76 76 </span>
77 77 </p>
78 78  
79 79 <p>
80   - <span>服务范围:轮胎更换,美容洗车,车品安装</span>
  80 + <span class="fontSize12">服务范围:轮胎更换,美容洗车,车品安装</span>
81 81 </p>
82 82 <!--<p>-->
83 83 <!--<span></span>-->
84 84 <!--</p>-->
85 85 <p style="display: flex;justify-content: space-between;padding-top: 5px;">
86   - <span class="serviceStar">维修、保养、美容</span>
  86 + <span class="serviceStar fontSize12">维修、保养、美容</span>
87 87 <span @click="callPhone('13339906728')">
88 88 <img src="../../assets/images/service/serviceIphone.png" height="18" width="18"/>
89 89 </span>
... ... @@ -109,20 +109,20 @@
109 109 </p>
110 110 </div>
111 111 <p style="display: flex;justify-content: space-between;">
112   - <span>位置: 黄石市下陆区明盛·湖景花园(广州路5号) </span>
  112 + <span class="fontSize12">位置: 黄石市下陆区明盛·湖景花园(广州路5号) </span>
113 113 <span @click="toLinkApp('115.040454','30.189769','壹路美汽车服务中心')">
114 114 <img src="../../assets/images/service/serviceNav.png" height="18" width="18"/>
115 115 </span>
116 116 </p>
117 117  
118 118 <p>
119   - <span>服务范围:钣金维修 汽车美容 保险</span>
  119 + <span class="fontSize12">服务范围:钣金维修 汽车美容 保险</span>
120 120 </p>
121 121 <!--<p>-->
122 122 <!--<span></span>-->
123 123 <!--</p>-->
124 124 <p style="display: flex;justify-content: space-between;padding-top: 5px;">
125   - <span class="serviceStar">8公里免费救援 维修保养打折 免费赠送玻璃水</span>
  125 + <span class="serviceStar fontSize12">8公里免费救援 维修保养打折 免费赠送玻璃水</span>
126 126 <span @click="callPhone('18162919877')">
127 127 <img src="../../assets/images/service/serviceIphone.png" height="18" width="18"/>
128 128 </span>
... ... @@ -211,7 +211,8 @@ export default {
211 211 .serviceDetailWrap {
212 212 padding: 10px 10px;
213 213 > li {
214   - height: 160px;
  214 + /*height: 160px;*/
  215 + padding-bottom: 10px;
215 216 margin-bottom: 10px;
216 217 border-bottom: 1px solid #eee;
217 218 /*display: flex;*/
... ... @@ -244,4 +245,7 @@ export default {
244 245 background-size: 16px 16px;
245 246 color: #ff4949;
246 247 }
  248 + .fontSize12{
  249 + font-size: 13px;
  250 + }
247 251 </style>
... ...