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
933a393f
Commit
933a393f
authored
Jun 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h5办公楼详情
parent
89f6071f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
607 additions
and
10 deletions
+607
-10
office_detail.html
application/index/view/share_office_room/office_detail.html
+73
-10
details_office_tl.css
public/app/css/details_office_tl.css
+534
-0
detaila_office_tl.js
public/app/js/detaila_office_tl.js
+0
-0
No files found.
application/index/view/share_office_room/office_detail.html
View file @
933a393f
...
...
@@ -11,7 +11,7 @@
<link
rel=
"stylesheet"
href=
"/app/css/common.css"
>
<link
rel=
"stylesheet"
href=
"/app/css/details.css"
>
<link
rel=
"stylesheet"
href=
"/app/css/b_lunbo.css"
>
<link
rel=
"stylesheet"
href=
"/app/css/details_tl.css"
>
<link
rel=
"stylesheet"
href=
"/app/css/details_
office_
tl.css"
>
<link>
</head>
<style
type=
"text/css"
>
...
...
@@ -94,12 +94,69 @@
background
:
url(/app/images/agent-tel-pc.png)
no-repeat
center
center
/
.4rem
.4rem
;
}
.b1_span_
{
font-size
:
0.36rem
;
color
:
#FF8018
;
}
.b1_span_totl
{
color
:
#999999
;
font-size
:
0.24rem
;
}
.total-office
{
text-align
:
center
;
width
:
100%
;
height
:
.76rem
;
line-height
:
.76rem
;
font-size
:
.3rem
;
color
:
#333333
;
background-color
:
rgba
(
255
,
128
,
24
,
.12
);
border-radius
:
.05rem
;
margin
:
.2rem
0
;
}
/*pc 官网css*/
.head-img-agent-pc
{
height
:
.64rem
;
width
:
.64rem
;
border-radius
:
.32rem
;
vertical-align
:
middle
;
float
:
left
;
}
.tel-img-agent-pc
{
height
:
.5rem
;
width
:
.5rem
;
vertical-align
:
middle
;
}
.agent-content-pc
{
float
:
left
;
margin-left
:
.16rem
;
}
.agent-name-pc
{
color
:
#333
;
font-size
:
.28rem
;
}
.agent-grade-pc
{
color
:
#999
;
font-size
:
.24rem
;
}
#fix_tel_pc
{
float
:
right
;
margin-right
:
.3rem
;
}
#fix_tel
{
display
:
inline-block
;
}
.ul-agent-content-pc
li
{
overflow
:
hidden
;
margin-bottom
:
.3rem
;
}
</style>
<body
style=
"background: #FFFFFF"
>
<input
type=
"hidden"
id=
"open_id"
value=
'{$data}'
/>
<header
class=
"m_part1_w"
>
<div
class=
"u_btn1b"
onclick=
"window.history.go(-1)"
style=
"margin-top:0.1rem"
><span
style=
""
><i
class=
"icon-angle-left"
style=
"font-size:0.65rem"
></i></span></div>
<div
class=
"line_a office-titlle"
style=
"margin-top: 1rem;"
>
<div
class=
"line_a"
style=
"margin-top: 1rem;"
>
<p
class=
"a_fonta office-title"
></p>
</div>
<p
class=
"b3_spanhao_font"
id=
"font_24"
style=
"margin-bottom: .1rem;"
>
<span
class=
"b3_spanhao_left"
>
...
...
@@ -137,7 +194,7 @@
</ul>
</div>
<!--line 3-->
<!--
最适合业态
-->
<!--
办公楼详情h5
-->
<p
class=
"b3_font1"
>
类型:
<span
class=
"gw office_type"
></span>
...
...
@@ -174,11 +231,12 @@
车位情况:
<span
class=
"gw office_chewei"
></span>
</p>
<p
class=
"line_hr"
></p>
<!--line 6-->
查看绿地汇中心
<!--<p class="line_hr"></p>-->
<!--<div class="b4_font" style="overflow: hidden;">
<p class="total-office">查看绿地汇中心</p>
</div>-->
<div
class=
"b4_font"
>
<div
class=
"b4_font"
style=
"overflow: hidden;"
>
<p
class=
"b4_font_p"
>
位置信息
</p>
...
...
@@ -189,10 +247,15 @@
交通:
<span
class=
"b4_span1 gw office_jiaotong"
></span>
</p>
</div>
<!--<p class="line_hr"></p>-->
<div
style=
"height: 2rem;"
>
<div
class=
"pc-contact-agent b4_font"
>
<p
class=
"b4_font_p"
>
咨询经纪人
</p>
<ul
class=
"b4_font2 ul-agent-content-pc"
style=
"margin-bottom: 3.6rem;"
>
</ul>
</div>
<!--下载app部分-->
<div
class=
"public fix_area_top"
style=
" z-index: 9999999;top: 0;display: none;"
>
<img
src=
"/app/images/pbl_cha.png"
class=
"pbl_cha"
/>
...
...
public/app/css/details_office_tl.css
0 → 100644
View file @
933a393f
.line_a
{
width
:
92%
;
height
:
auto
;
overflow
:
hidden
;
margin
:
0
auto
;
}
.a_fonta
{
font-size
:
0.38rem
;
color
:
#333333
;
float
:
left
;
font-weight
:
900
;
margin-top
:
0.4rem
;
width
:
100%
;
}
.a_fontb
{
font-size
:
0.4rem
;
color
:
#111
;
float
:
left
;
font-weight
:
900
;
margin-top
:
0.3rem
;
width
:
100%
;
}
#font_24
{
font-size
:
.24rem
;
color
:
#4D4D4D
;
}
.a_fontc
{
background-image
:
url("../images/tonglian/di_wuye@2x.png")
;
background-size
:
100%
0.6rem
;
color
:
#ff9419
;
font-size
:
0.28rem
;
text-indent
:
0.26rem
;
font-weight
:
400
;
float
:
left
;
padding-right
:
0.26rem
;
line-height
:
0.6rem
;
margin-top
:
0.3rem
;
}
.a_fontd
{
background-image
:
url("../images/tonglian/di_jinchang@2x.png")
;
background-size
:
100%
0.6rem
;
color
:
#ff9419
;
font-size
:
0.28rem
;
text-indent
:
0.26rem
;
font-weight
:
400
;
float
:
left
;
padding-right
:
0.26rem
;
line-height
:
0.6rem
;
margin-left
:
0.3rem
;
margin-top
:
0.3rem
;
}
.line_a_ul
{
width
:
100%
;
}
.line_a_ulul
{
margin-top
:
0.15rem
;
width
:
92%
;
}
.line_a_ul
ul
li
{
width
:
1.2rem
;
height
:
.4rem
;
font-size
:
0.2rem
;
color
:
#1A1A1A
;
line-height
:
0.4rem
;
float
:
left
;
margin-left
:
0.3rem
;
text-align
:
center
;
margin-top
:
0.15rem
;
background-color
:
#F0F0F0
;
}
.line_hr
{
width
:
92%
;
height
:
1px
;
background
:
#E6E6E6
;
margin-top
:
0.4rem
;
float
:
left
;
margin-left
:
3%
;
}
.line_b
{
width
:
92%
;
height
:
auto
;
overflow
:
hidden
;
}
.line_b
ul
li
{
float
:
left
;
}
.ul_b1
{
width
:
28%
;
margin-left
:
4%
;
}
.ul_b3
{
width
:
28%
;
margin-left
:
4%
;
}
.b1_span
{
width
:
100%
;
font-size
:
0.24rem
;
color
:
#999
;
text-align
:
center
;
float
:
left
;
margin-top
:
0.4rem
;
}
.b1_span_
{
width
:
100%
;
font-size
:
0.26rem
;
color
:
#1A1A1A
;
text-align
:
center
;
float
:
left
;
margin-top
:
0.4rem
;
}
.b1_span2
{
color
:
#ff9419
;
font-size
:
0.4rem
;
text-align
:
center
;
margin-top
:
0.3rem
;
margin-left
:
0.4rem
;
}
/*.b1_span_totl{
color: #ff9419;
font-size: 0.4rem;
text-align: center;
width: 100%;
float: left;
}*/
.b1_span_totl
{
color
:
#FF5C50
;
font-size
:
0.26rem
;
text-align
:
center
;
width
:
100%
;
float
:
left
;
margin-top
:
.2rem
;
}
.b1_span_totl_
{
color
:
#1A1A1A
;
font-size
:
0.4rem
;
text-align
:
center
;
width
:
100%
;
float
:
left
;
margin-top
:
.2rem
;
}
.ul_b2
{
width
:
35%
;
margin-left
:
1%
;
}
.b1_font
{
color
:
#ff9419
;
font-size
:
0.28rem
;
}
.b3_font1
{
width
:
92%
;
font-size
:
0.28rem
;
color
:
#999999
;
margin-left
:
0.3rem
;
float
:
left
;
margin-top
:
0.4rem
;
}
.b3_font2
{
width
:
92%
;
font-size
:
0.28rem
;
color
:
#999999
;
margin-left
:
0.3rem
;
float
:
left
;
margin-top
:
0.3rem
;
}
.gw
{
color
:
#333333
;
}
.b3_font3
{
width
:
15%
;
font-size
:
0.28rem
;
color
:
#999999
;
margin-left
:
0.3rem
;
float
:
left
;
}
.b3_span3
{
width
:
78%
;
/*float: left;*/
font-size
:
0.28rem
;
}
.dt
{
margin-top
:
0.3rem
;
}
.b4_font
{
width
:
92%
;
margin
:
0
auto
;
height
:
auto
;
}
.b4_font
.b4_font_p
{
color
:
#333333
;
font-size
:
0.34rem
;
width
:
100%
;
float
:
left
;
font-weight
:
900
;
margin-top
:
0.4rem
;
}
.yw
{
width
:
100%
;
font-size
:
0.28rem
;
color
:
#333333
;
float
:
left
;
margin-top
:
0.3rem
;
}
.b4_font2
{
width
:
100%
;
font-size
:
0.28rem
;
color
:
#999999
;
float
:
left
;
margin-top
:
0.3rem
;
}
.zhaoshang-time-p
,
.kaiye-time-p
{
display
:
none
;
}
.b4_font3
{
width
:
15%
;
font-size
:
0.28rem
;
color
:
#999999
;
/* margin-left: 0.3rem; */
float
:
left
;
margin-top
:
0.3rem
;
}
.img_url
{
width
:
100%
;
height
:
3rem
;
background
:
#fff5bd
;
float
:
left
;
margin-top
:
0.4rem
;
}
.but_right
{
width
:
0.13rem
;
height
:
0.23rem
;
float
:
right
;
margin-top
:
0.13rem
;
}
.lp
{
margin-left
:
0
!important
;
}
/*楼盘图*/
.bx-wrapper
{
position
:
relative
;
margin
:
0
auto
60px
;
padding
:
0
;
*
zoom
:
1
;
}
.bx-wrapper
img
{
max-width
:
100%
;
display
:
block
;
margin-top
:
0.3rem
;
}
.bx-wrapper
.bx-pager
,
.bx-wrapper
.bx-controls-auto
{
position
:
absolute
;
bottom
:
-30px
;
width
:
100%
;
display
:
none
;
}
.bx-wrapper
.bx-controls-direction
a
{
position
:
absolute
;
top
:
50%
;
margin-top
:
-16px
;
outline
:
0
;
width
:
32px
;
height
:
32px
;
text-indent
:
-9999px
;
z-index
:
9999
;
}
.bx-wrapper
.bx-controls-direction
a
.disabled
{
display
:
none
;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper
.bx-controls-auto
{
text-align
:
center
;
}
.bx-wrapper
.bx-controls-auto
.bx-start
:hover
,
.bx-wrapper
.bx-controls-auto
.bx-start.active
{
background-position
:
-86px
0
;
}
.bx-wrapper
.bx-controls-auto
.bx-stop
:hover
,
.bx-wrapper
.bx-controls-auto
.bx-stop.active
{
background-position
:
-86px
-33px
;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper
.bx-controls.bx-has-controls-auto.bx-has-pager
.bx-pager
{
text-align
:
left
;
width
:
80%
;
}
.bx-wrapper
.bx-controls.bx-has-controls-auto.bx-has-pager
.bx-controls-auto
{
right
:
0
;
width
:
35px
;
}
/* IMAGE CAPTIONS */
.bx-wrapper
.bx-caption
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
background
:
#666
\
9
;
background
:
rgba
(
80
,
80
,
80
,
0.75
);
width
:
100%
;
}
.slide
img
{
width
:
7.5rem
;
height
:
4rem
;
float
:
left
;
object-fit
:
contain
;
}
.right
{
float
:
right
;
width
:
47%
;
}
.b3_span_shop_num
{
display
:
none
;
}
#planter
{
margin-bottom
:
.3rem
;
}
/*配套设施*/
.supporting-facilities
{
width
:
100%
;
margin-bottom
:
3.5rem
;
}
.supporting-facilities
>
li
{
float
:
left
;
width
:
20%
;
margin-top
:
.32rem
;
text-align
:
center
;
}
.supporting-facilities
>
li
span
{
float
:
left
;
width
:
100%
;
}
.supporting-facilities-img
{
width
:
.4rem
;
}
.icon-bg-facilities
{
margin-bottom
:
.14rem
;
}
/*商铺详情 新的版本 样式更改*/
.b3_spanhao_font
{
width
:
92%
;
font-size
:
0.28rem
;
color
:
#999999
;
margin-left
:
0.3rem
;
float
:
left
;
margin-top
:
.08rem
;
}
.b3_spanhao_left
{
float
:
right
;
}
.b4_font_p_evaluation_first
{
font-size
:
.28rem
;
color
:
#333
;
line-height
:
.56rem
;
font-weight
:
900
;
}
.b4_font_p_evaluation
{
font-size
:
.28rem
;
color
:
#333
;
margin-top
:
0rem
;
line-height
:
.56rem
;
font-weight
:
900
;
}
.b4_font_evaluation
{
color
:
#999999
;
font-weight
:
500
;
}
.fix_area_bottom_new
{
width
:
100%
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
z-index
:
9999
;
display
:
none
;
}
.fix_area_bottom_new
>
div
{
width
:
100%
;
height
:
1rem
;
/*background: rgba(0,0,0,0.7);*/
background
:
#FFFFFF
;
box-shadow
:
0
-4px
4px
0
#F8F9FB
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
font-size
:
0.24rem
;
color
:
#000
;
}
.fix_area_bottom_new
>
div
>
div
:nth-of-type
(
1
)
{
width
:
53%
;
float
:
left
;
}
.fix_area_bottom_new
>
div
>
div
:nth-of-type
(
2
)
{
float
:
right
;
margin-right
:
.3rem
;
}
.fix_area_bottom_new
>
div
>
div
:nth-of-type
(
1
)>
p
{
margin-top
:
.18rem
;
}
.fix_area_bottom_new
>
div
>
div
:nth-of-type
(
2
)>
p
{
/*margin-left: 1rem;*/
margin-top
:
.08rem
;
text-align
:
center
;
}
.head-img-agent
{
height
:
.64rem
;
width
:
.64rem
;
border-radius
:
.32rem
;
margin-left
:
.3rem
;
vertical-align
:
middle
;
margin-top
:
-0.16rem
;
}
.tel-agent
{
width
:
2.52rem
;
height
:
.84rem
;
}
body
{
margin-bottom
:
1.4rem
;
}
.head-agent
{
display
:
inline-block
;
width
:
2.5rem
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
margin-top
:
0.16rem
;
}
/*商铺详情 动画*/
.shop-list
{
position
:
fixed
;
right
:
.2rem
;
bottom
:
2rem
;
height
:
2rem
;
width
:
1.64rem
;
display
:
none
;
background
:
url(/app/images/clik_shop_icon1.png)
no-repeat
0
0
/
1.64rem
1.78rem
;
}
.shop-list
>
img
{
width
:
.8rem
;
height
:
.88rem
;
position
:
absolute
;
animation
:
fly
1.5s
infinite
;
-webkit-animation
:
fly
1.5s
infinite
;
}
@keyframes
fly
{
0
%
{
bottom
:
0
;
right
:
-.1rem
;
}
70
%
{
bottom
:
.3rem
;
right
:
.14rem
;
}
100
%
{
bottom
:
0
;
right
:
-.1rem
;
}
}
@-webkit-keyframes
fly
{
0
%
{
bottom
:
0
;
right
:
-.1rem
;
}
70
%
{
bottom
:
.3rem
;
right
:
.14rem
;
}
100
%
{
bottom
:
0
;
right
:
-.1rem
;
}
}
/*.shop-list img{
width: 1.6rem;
}*/
.b3_span_shop_mianji
{
display
:
none
;
}
/*pc 官网css*/
.head-img-agent-pc
{
height
:
.64rem
;
width
:
.64rem
;
border-radius
:
.32rem
;
vertical-align
:
middle
;
float
:
left
;
}
.tel-img-agent-pc
{
height
:
.5rem
;
width
:
.5rem
;
vertical-align
:
middle
;
}
.agent-content-pc
{
float
:
left
;
margin-left
:
.16rem
;
}
.agent-name-pc
{
color
:
#333
;
font-size
:
.28rem
;
}
.agent-grade-pc
{
color
:
#999
;
font-size
:
.24rem
;
}
#fix_tel_pc
{
float
:
right
;
margin-right
:
.3rem
;
}
#fix_tel
{
display
:
inline-block
;
}
.ul-agent-content-pc
li
{
overflow
:
hidden
;
margin-bottom
:
.3rem
;
}
public/app/js/detaila_office_tl.js
View file @
933a393f
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