Commit adcb44c0 authored by zhengke's avatar zhengke

修改

parent 769f9e80
<template> <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="hotel-order">
<view class="o-head"> <view class="o-head">
<view class="o-timer flex"> <view class="o-timer flex">
...@@ -93,6 +94,7 @@ ...@@ -93,6 +94,7 @@
</view> </view>
</view> </view>
</view> </view>
</scroll-view>
<view class="opera-box"> <view class="opera-box">
<view class="box flex"> <view class="box flex">
<view class="price"> <view class="price">
...@@ -338,15 +340,14 @@ ...@@ -338,15 +340,14 @@
<style> <style>
.hotel-order{ .hotel-order{
color: #111111; color: #111111;
margin-bottom: 200rpx;
} }
.opera-box{ .opera-box{
background-color: #FFF; background-color: #FFF;
padding: 20rpx 45rpx 40rpx 45rpx; padding: 20rpx 45rpx 40rpx 45rpx;
position: fixed; /* position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0; */
z-index: 5; z-index: 5;
} }
.opera-box .box{ .opera-box .box{
......
<template> <template>
<view class="content"> <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="header">
<!-- <view class="bar"></view> <!-- <view class="bar"></view>
<view class="set text-gray"> <view class="set text-gray">
...@@ -71,13 +71,13 @@ ...@@ -71,13 +71,13 @@
</view> </view>
</view> </view>
</view> </view>
</scroll-view>
<view class="submit" v-if="!immediately"> <view class="submit" v-if="!immediately">
<button class="sub-btn" :disabled="!isSub" @click="submit"> <button class="sub-btn" :disabled="!isSub" @click="submit">
<text v-if="isSub">确定</text> <text v-if="isSub">确定</text>
<text v-if="!isSub">选择出行时间</text> <text v-if="!isSub">选择出行时间</text>
</button> </button>
</view> </view>
</scroll-view>
</view> </view>
</template> </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