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
72bfc71a
Commit
72bfc71a
authored
Jul 23, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
b2b首页新增酒店显示
parent
bc1c8749
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
162 additions
and
67 deletions
+162
-67
home.css
src/assets/css/home.css
+13
-2
Home.vue
src/components/Home.vue
+149
-65
No files found.
src/assets/css/home.css
View file @
72bfc71a
...
...
@@ -590,8 +590,8 @@ a{
.Home
.hotel
.hotel_right_item
.hotel_remake
{
width
:
116px
;
height
:
116px
;
background
:
rgba
(
0
,
0
,
0
,
1
);
opacity
:
0.75
;
background
:
rgba
(
0
,
0
,
0
,
0.45
);
/* opacity:0.75; */
border-radius
:
50%
;
position
:
absolute
;
text-align
:
center
;
...
...
@@ -804,3 +804,14 @@ a{
height
:
1px
;
background-color
:
#ededed
;
}
.Home
.Home_HtName
{
display
:
inline-block
;
text-overflow
:
-o-ellipsis-lastline
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
2
;
line-clamp
:
2
;
padding
:
0
5px
;
-webkit-box-orient
:
vertical
;
}
\ No newline at end of file
src/components/Home.vue
View file @
72bfc71a
This diff is collapsed.
Click to expand it.
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