Commit e16ad84d by 程智春

客服布局

parent 5dd8e486
<template> <template>
<div class="contact"> <div class="contact">
<div class="contact-img"></div> <div class="contact-img">
<img src="../../../static/images/contact_img.png" alt="">
</div>
<div class="btn-wrap"> <div class="btn-wrap">
<button type="contact"> <button open-type="contact" show-message-card>
<div class="btn-main"> <div class="btn-main">
<div class="main-img"> <div class="main-img">
<img src="../../../static/images/wx.png" alt="">
</div> </div>
<div class="main-text">官方微信客服</div> <div class="main-text">官方微信客服</div>
</div> </div>
<div class="btn-next"> <img class="btn-next" src="../../../static/images/next.png" alt="">
next
</div>
</button> </button>
</div> </div>
</div> </div>
...@@ -34,6 +34,10 @@ export default { ...@@ -34,6 +34,10 @@ export default {
background-color: #ccc; background-color: #ccc;
border-radius: 8px; border-radius: 8px;
} }
.contact-img img{
width: 100%;
height: 100%;
}
.btn-wrap{ .btn-wrap{
width: 100%; width: 100%;
height: 80px; height: 80px;
...@@ -58,12 +62,25 @@ export default { ...@@ -58,12 +62,25 @@ export default {
width: 54px; width: 54px;
height: 40px; height: 40px;
border-right: 1px solid #D7D4D4; border-right: 1px solid #D7D4D4;
padding-top: 3px;
}
.main-img img{
width: 42px;
height: 34px;
} }
.main-text{ .main-text{
color: #1C1B1B; color: #1C1B1B;
font-size:17px; font-size:17px;
margin-left: 10px; margin-left: 10px;
} }
.btn-next{
width: 9px;
height: 14px;
}
.btn-next img{
width: 100%;
height: 100%;
}
button::after{ button::after{
border: none; border: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment