Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
adcb44c0
Commit
adcb44c0
authored
Jun 07, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
769f9e80
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
88 additions
and
87 deletions
+88
-87
order.vue
pages/hotel/order.vue
+81
-80
index.vue
pages/jiuzhai/components/sign/index.vue
+7
-7
No files found.
pages/hotel/order.vue
View file @
adcb44c0
<
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
:
200
rpx
;
}
}
.opera-box
{
.opera-box
{
background-color
:
#FFF
;
background-color
:
#FFF
;
padding
:
20
rpx
45
rpx
40
rpx
45
rpx
;
padding
:
20
rpx
45
rpx
40
rpx
45
rpx
;
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
{
...
...
pages/jiuzhai/components/sign/index.vue
View file @
adcb44c0
<
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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment