Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
351b2340
Commit
351b2340
authored
Jul 12, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
酒店列表
parent
718702e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
9 deletions
+29
-9
HotelList.vue
src/components/Hotel/HotelList.vue
+29
-9
No files found.
src/components/Hotel/HotelList.vue
View file @
351b2340
...
...
@@ -79,13 +79,24 @@
margin
:
auto
;
border
:
1px
solid
#DCDCDC
;
margin-top
:
23px
;
padding
:
0
20px
;
color
:
#43647F
;
font-size
:
12px
;
border-left
:
none
;
}
.HL_Screen
.HL_ScList
>
span
:first-child
,
.HL_Screen
.HL_ScList
>
div
:first-child
{
display
:
inline-flex
;
background
:
#efefef
;
height
:
100%
;
padding
:
0
;
text-align
:
center
;
align-items
:
center
;
width
:
150px
;
justify-content
:
center
;
margin
:
0
;
}
.HL_ScList
{
width
:
100%
;
min-
height
:
43px
;
height
:
43px
;
display
:
flex
;
align-items
:
center
;
border-bottom
:
1px
solid
#DDDDDD
;
...
...
@@ -99,6 +110,10 @@
margin-right
:
60px
;
cursor
:
pointer
;
padding
:
4px
8px
;
}
.MoreList
span
{
margin-top
:
10px
;
}
.HL_Stitle
{
display
:
inline-block
;
...
...
@@ -296,17 +311,17 @@
display
:
inline-block
;
width
:
85%
;
overflow
:
hidden
;
height
:
100%
;
}
.HL_minHeight
{
height
:
2
3px
;
height
:
4
3px
;
}
.HL_AutoHeight
{
height
:
auto
;
padding
:
10px
0
;
}
.HL_AutoHeight
span
{
margin-bottom
:
10px
;
}
.HL_ConZhankai
{
display
:
inline-block
;
margin-left
:
10px
;
...
...
@@ -536,9 +551,9 @@
<span>
越早预订越便宜
</span>
<span>
限定期限
</span>
</div>
-->
<div
class=
"HL_ScList"
>
<
span
class=
"HL_Stitle"
>
理念
</span
>
<div
class=
"HL_Concept"
:class=
"isOpen==1?'HL_minHeight':'HL_AutoHeight'"
>
<div
class=
"HL_ScList
MoreList"
:class=
"isOpen==1?'HL_minHeight':'HL_AutoHeight'
"
>
<
div
class=
"HL_Stitle"
>
理念
</div
>
<div
class=
"HL_Concept"
>
<span
v-for=
"item in ConceptObj"
:class=
"item.isCked?'HL_checked':''"
@
click=
"item.isCked=!item.isCked"
>
{{
item
.
name
}}
</span>
...
...
@@ -619,6 +634,11 @@
</td>
</tr>
</table>
<div
v-if=
"dataList.length==0"
style=
"padding:15px 0;text-align:center"
>
<div
class=
"empty-data"
><i
class=
"iconfont icon-kong"
></i>
很抱歉,你想要的信息我们真的找不到了
</div>
</div>
</div>
<div
class=
"HL_Map"
>
...
...
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