@@ -142,12 +142,12 @@ export default {
z-index: 999;
display: flex;
justify-content: space-around;
- width: 70%;
- height: 6%;
+ width:80%;
+ // height: 6%;
position: fixed;
top: 85%;
left: 50%;
- padding: 3%;
+ padding:4%;
border-radius: 40rpx;
box-shadow: rgba(100, 100, 111, 0.2) 0rpx 14rpx 50rpx 0rpx;
transform: translateX(-50%);
@@ -40,7 +40,6 @@
<span>{{ info.tel }}</span>
</view>
- <foot-tabs></foot-tabs>
</template>