fix:售后页面调整
parent
ce4044bf8c
commit
fd5a2e60e4
|
|
@ -48,6 +48,16 @@
|
||||||
<a :href="'tel:' + item.phoneNumber" class="contact-phone">{{ item.phone }}</a>
|
<a :href="'tel:' + item.phoneNumber" class="contact-phone">{{ item.phone }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="contact-row">
|
||||||
|
<span class="contact-icon">
|
||||||
|
<i class="el-icon-s-tools" />
|
||||||
|
</span>
|
||||||
|
<div class="contact-content">
|
||||||
|
<div class="contact-label">维保服务</div>
|
||||||
|
<router-link to="/manage/service" class="contact-link">维保与服务查询</router-link>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -191,6 +201,19 @@ export default {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact-link {
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 1.35;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #3a6ee8;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-link:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.vendor-topbar {
|
.vendor-topbar {
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue