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
aabacd58
Commit
aabacd58
authored
Jan 17, 2018
by
刘丹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情4
parent
f0da3e36
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
share_detail.html
application/app/view/index/share_detail.html
+6
-2
details_tl.css
public/app/css/details_tl.css
+7
-2
detaila_tl.js
public/app/js/detaila_tl.js
+1
-0
No files found.
application/app/view/index/share_detail.html
View file @
aabacd58
...
@@ -59,8 +59,12 @@
...
@@ -59,8 +59,12 @@
<span
class=
"b1_span"
>
<span
class=
"b1_span"
>
剩余铺数
剩余铺数
</span>
</span>
<span
class=
"b1_span2 balance_num"
>
<span
class=
"b1_span_totl"
>
</span>
<span
class=
"balance_num"
>
</span>
/
<span
class=
"balance_num2"
>
</span>
</span>
</li>
</li>
<li
class=
"ul_b2"
>
<li
class=
"ul_b2"
>
<span
class=
"b1_span"
>
<span
class=
"b1_span"
>
...
...
public/app/css/details_tl.css
View file @
aabacd58
...
@@ -98,9 +98,14 @@
...
@@ -98,9 +98,14 @@
.b1_span2
{
.b1_span2
{
color
:
#ff9419
;
color
:
#ff9419
;
font-size
:
0.4rem
;
font-size
:
0.4rem
;
width
:
100%
;
text-align
:
center
;
text-align
:
center
;
float
:
left
;
margin-top
:
0.3rem
;
margin-left
:
0.4rem
;
}
.b1_span_totl
{
color
:
#ff9419
;
font-size
:
0.4rem
;
text-align
:
center
;
margin-top
:
0.3rem
;
margin-top
:
0.3rem
;
}
}
.ul_b2
{
.ul_b2
{
...
...
public/app/js/detaila_tl.js
View file @
aabacd58
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
}
}
$
(
".balance_num"
).
html
(
response
.
data
.
room_num_left
);
$
(
".balance_num"
).
html
(
response
.
data
.
room_num_left
);
$
(
".balance_num2"
).
html
(
response
.
data
.
room_num_total
);
$
(
".b1_span3"
).
html
(
response
.
data
.
room_area
);
$
(
".b1_span3"
).
html
(
response
.
data
.
room_area
);
$
(
".b1_span34"
).
html
(
response
.
data
.
room_area2
);
$
(
".b1_span34"
).
html
(
response
.
data
.
room_area2
);
$
(
".b1_span4"
).
html
(
response
.
data
.
business_area
);
$
(
".b1_span4"
).
html
(
response
.
data
.
business_area
);
...
...
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