Fix(民宿专题):1、缺少顶部返回按钮;2、苹果手机页面可以左右滑动
This commit is contained in:
@@ -31,6 +31,14 @@ export default {
|
||||
|
||||
<template>
|
||||
<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"/>
|
||||
|
||||
<view class="section" v-for="(content,cIndex) in contents" :key="cIndex">
|
||||
@@ -77,8 +85,7 @@ export default {
|
||||
position: absolute;
|
||||
top: 350rpx;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
box-sizing: border-box;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.span24 {
|
||||
|
||||
Reference in New Issue
Block a user