Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
92344cf9
Commit
92344cf9
authored
Nov 22, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺详情 修改
parent
4934afb5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
5 deletions
+27
-5
share_detail.html
application/app/view/index/share_detail.html
+1
-1
details_tl.css
public/app/css/details_tl.css
+26
-4
sprite.png
public/app/images/sprite.png
+0
-0
No files found.
application/app/view/index/share_detail.html
View file @
92344cf9
...
...
@@ -284,7 +284,7 @@
<a
href=
"javascript:;"
id=
"fix_area_bottom_btn"
><img
src=
"/app/images/xq_cha@2x.png"
/></a>
</div>
<div
class=
"shop-list"
>
<
img
src=
"/app/images/img_more@2x.png"
alt=
""
/
>
<
!--<img src="/app/images/img_more@2x.png" alt="" />--
>
</div>
<!--<script src="/app/js/jquery.js"></script>-->
...
...
public/app/css/details_tl.css
View file @
92344cf9
...
...
@@ -439,17 +439,38 @@ body{
text-overflow
:
ellipsis
;
margin-top
:
0.16rem
;
}
/*商铺详情 动画*/
.shop-list
{
position
:
fixed
;
right
:
.2rem
;
bottom
:
2rem
;
height
:
1
.6rem
;
width
:
1
.6rem
;
height
:
3
.6rem
;
width
:
3
.6rem
;
display
:
none
;
background
:
url(/app/images/sprite.png)
no-repeat
0
0
;
animation
:
fly
1s
steps
(
12
)
infinite
;
-webkit-animation
:
fly
1s
steps
(
12
)
infinite
;
}
@keyframes
fly
{
0
%
{
background-position
:
0
0
;
}
100
%
{
background-position
:
-1920px
0
;
}
}
.shop-list
img
{
@-webkit-keyframes
fly
{
0
%
{
background-position
:
0
0
;
}
100
%
{
background-position
:
-1920px
0
;
}
}
/*.shop-list img{
width: 1.6rem;
}
}
*/
.b3_span_shop_mianji
{
display
:
none
;
}
...
...
@@ -487,3 +508,4 @@ body{
margin-bottom
:
.3rem
;
}
public/app/images/sprite.png
0 → 100644
View file @
92344cf9
71.3 KB
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