|
@@ -29,13 +29,11 @@
|
|
|
</div>
|
|
|
<div class="pageBtm">
|
|
|
<van-button
|
|
|
- type="primary"
|
|
|
- color="#26A2FF"
|
|
|
- style="padding: 0 .6rem;"
|
|
|
+ class="b_btn"
|
|
|
@click="buyPopupPage = true"
|
|
|
>预约演示</van-button
|
|
|
>
|
|
|
- <a href="tel:400-6877-880" class='a_btn'>立即咨询</a>
|
|
|
+ <a href="tel:400-6877-880" class='a_btn'>电话咨询</a>
|
|
|
</div>
|
|
|
<van-popup
|
|
|
v-model="buyPopupPage"
|
|
@@ -144,14 +142,28 @@ img {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
+ .b_btn{
|
|
|
+ color: #26A2FF;
|
|
|
+ background: rgb(255, 255, 255);
|
|
|
+ border-color: rgb(255, 255, 255);
|
|
|
+ border: 1px solid #26A2FF;
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 40%;
|
|
|
+ border-radius: .1rem;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
.a_btn{
|
|
|
font-size: .28rem;
|
|
|
+ font-weight: 600;
|
|
|
color: #fff;
|
|
|
+ width: 40%;
|
|
|
background-color: #26A2FF;
|
|
|
display: block;
|
|
|
line-height: .88rem;
|
|
|
- padding: 0 0.6rem;
|
|
|
border-radius: 0.04rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ text-align: center;
|
|
|
+ border-radius: .1rem;
|
|
|
}
|
|
|
}
|
|
|
.buyPopupBody {
|