|
@@ -77,12 +77,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<instructions v-if="flag" @parent_cancel="cancel" @parent_noshow='noshow'></instructions>
|
|
<instructions v-if="flag" @parent_cancel="cancel" @parent_noshow='noshow'></instructions>
|
|
|
- <view class="call">
|
|
|
|
|
- <button class="default-btn floating-button-call" @tap="makeCall"></button>
|
|
|
|
|
- </view>
|
|
|
|
|
<view class="operation-manual">
|
|
<view class="operation-manual">
|
|
|
<button class="default-btn floating-button-manual" @tap="showPopup = true"></button>
|
|
<button class="default-btn floating-button-manual" @tap="showPopup = true"></button>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="call">
|
|
|
|
|
+ <button class="default-btn floating-button-call" @tap="makeCall"></button>
|
|
|
|
|
+ </view>
|
|
|
<Popup :showPopup="showPopup" @close="showPopup = false">
|
|
<Popup :showPopup="showPopup" @close="showPopup = false">
|
|
|
<scroll-view class="article" scroll-y>
|
|
<scroll-view class="article" scroll-y>
|
|
|
<view class="desc-title">{{ article.title }}</view>
|
|
<view class="desc-title">{{ article.title }}</view>
|
|
@@ -1888,7 +1888,7 @@
|
|
|
.call {
|
|
.call {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
right: 40rpx;
|
|
right: 40rpx;
|
|
|
- bottom: 80rpx;
|
|
|
|
|
|
|
+ bottom: 180rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.default-btn {
|
|
.default-btn {
|
|
@@ -1900,29 +1900,31 @@
|
|
|
.floating-button-call {
|
|
.floating-button-call {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
- width: 80rpx;
|
|
|
|
|
- height: 80rpx;
|
|
|
|
|
|
|
+ width: 90rpx;
|
|
|
|
|
+ height: 90rpx;
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
|
- background: url('images/kefu.png') center center no-repeat;
|
|
|
|
|
|
|
+ background: url('../../static/images/kefu.png') center center no-repeat;
|
|
|
|
|
+ background-size: 68rpx auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.operation-manual {
|
|
.operation-manual {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
right: 40rpx;
|
|
right: 40rpx;
|
|
|
- bottom: 180rpx;
|
|
|
|
|
|
|
+ bottom: 300rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.floating-button-manual {
|
|
.floating-button-manual {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
- width: 80rpx;
|
|
|
|
|
- height: 80rpx;
|
|
|
|
|
|
|
+ width: 90rpx;
|
|
|
|
|
+ height: 90rpx;
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
opacity: 0.5;
|
|
opacity: 0.5;
|
|
|
- background: url('images/yhsc.png') center center no-repeat;
|
|
|
|
|
|
|
+ background: url('../../static/images/yhsc.png') center center no-repeat;
|
|
|
|
|
+ background-size: 68rpx auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.article {
|
|
.article {
|