Fix(民宿专题):1、缺少顶部返回按钮;2、苹果手机页面可以左右滑动
This commit is contained in:
@@ -31,6 +31,14 @@ export default {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="pkg-product-homestay">
|
<view class="pkg-product-homestay">
|
||||||
|
<hx-navbar
|
||||||
|
:fixed="true"
|
||||||
|
:background-color="[[13,197,197],[13,197,197]]"
|
||||||
|
statusBarFontColor="#ffffff"
|
||||||
|
barPlaceholder="hidden"
|
||||||
|
transparent="auto"
|
||||||
|
color='#ffffff'
|
||||||
|
/>
|
||||||
<image class="top-img" mode="widthFix" :src="topImage" v-if="topImage"/>
|
<image class="top-img" mode="widthFix" :src="topImage" v-if="topImage"/>
|
||||||
|
|
||||||
<view class="section" v-for="(content,cIndex) in contents" :key="cIndex">
|
<view class="section" v-for="(content,cIndex) in contents" :key="cIndex">
|
||||||
@@ -77,8 +85,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 350rpx;
|
top: 350rpx;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
right: 0;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.span24 {
|
.span24 {
|
||||||
|
|||||||
Reference in New Issue
Block a user