Commit adcb44c0 authored by zhengke's avatar zhengke

修改

parent 769f9e80
<template>
<view>
<view style="height:100vh;display: flex;flex-direction: column;">
<scroll-view scroll-y="true" style="height: 1px;flex: 1;box-sizing: border-box;">
<view class="hotel-order">
<view class="o-head">
<view class="o-timer flex">
......@@ -93,6 +94,7 @@
</view>
</view>
</view>
</scroll-view>
<view class="opera-box">
<view class="box flex">
<view class="price">
......@@ -338,15 +340,14 @@
<style>
.hotel-order{
color: #111111;
margin-bottom: 200rpx;
}
.opera-box{
background-color: #FFF;
padding: 20rpx 45rpx 40rpx 45rpx;
position: fixed;
/* position: fixed;
bottom: 0;
left: 0;
right: 0;
right: 0; */
z-index: 5;
}
.opera-box .box{
......
<template>
<view class="content">
<scroll-view :scroll-y="true" style="height: 100%;">
<scroll-view :scroll-y="true" style="height: 100%;flex: 1;box-sizing: border-box;">
<view class="header">
<!-- <view class="bar"></view>
<view class="set text-gray">
......@@ -71,13 +71,13 @@
</view>
</view>
</view>
</scroll-view>
<view class="submit" v-if="!immediately">
<button class="sub-btn" :disabled="!isSub" @click="submit">
<text v-if="isSub">确定</text>
<text v-if="!isSub">选择出行时间</text>
</button>
</view>
</scroll-view>
</view>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment