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
3a530d58
Commit
3a530d58
authored
Dec 14, 2017
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common.css,common.js暂存
parent
f620d693
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
224 additions
and
5 deletions
+224
-5
agent_detail.html
application/app/view/index/agent_detail.html
+14
-3
agent_detail.css
public/app/css/agent_detail.css
+6
-0
common.css
public/app/css/common.css
+172
-2
bg_yellow.png
public/app/images/bg_yellow.png
+0
-0
pic_bigstar_black.png
public/app/images/pic_bigstar_black.png
+0
-0
pic_bigstar_yellow.png
public/app/images/pic_bigstar_yellow.png
+0
-0
pic_smallstar_black.png
public/app/images/pic_smallstar_black.png
+0
-0
pic_smallstar_yellow.png
public/app/images/pic_smallstar_yellow.png
+0
-0
agent_detail.js
public/app/js/agent_detail.js
+32
-0
common.js
public/app/js/common.js
+0
-0
No files found.
application/app/view/index/agent_detail.html
View file @
3a530d58
...
...
@@ -8,16 +8,27 @@
<meta
name=
"Keywords"
content=
""
/>
<meta
name=
"Description"
content=
""
/>
<link
rel=
"stylesheet"
href=
"/app/css/common.css"
>
<link
rel=
"stylesheet"
href=
"/app/css/agent_detail.css"
>
</head>
<body>
<header
id=
"header"
>
<a
class=
"ps-back"
href=
"javascript:(history.length>1?history.go(-1):window.location='/');"
id=
"back_btn"
></a>
<h2
id=
"title"
>
跟进
</h2>
<h2
id=
"title"
>
同联经纪人店铺
</h2>
</header>
<div
class=
"header_seat"
></div>
<div
class=
"user-info-area oh"
>
<div
class=
"fl oh"
>
<div
class=
"portrait-area oh"
></div>
<div
class=
"info-p-area"
></div>
</div>
<div
class=
"fr"
></div>
</div>
<p>
3333333333
</p>
<script
src=
"/app/js/jquery-1122-min.js"
></script>
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/common.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/agent_detail.js"
charset=
"UTF-8"
></script>
</body>
</html>
public/app/css/agent_detail.css
0 → 100644
View file @
3a530d58
@charset
"utf-8"
;
.user-info-area
{
background-image
:
url('/app/images/bg_yellow.png')
;
background-size
:
7.5rem
2.3rem
;
height
:
2.3rem
;
}
public/app/css/common.css
View file @
3a530d58
@charset
"utf-8"
;
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
code
,
form
,
fieldset
,
legend
,
input
,
textarea
,
p
,
blockquote
,
th
,
td
,
hr
,
button
,
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
menu
,
nav
,
section
{
margin
:
0
;
padding
:
0
}
input
,
select
,
textarea
{
font-size
:
100%
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
fieldset
,
img
{
border
:
0
}
abbr
,
acronym
{
border
:
0
;
font-variant
:
normal
}
del
{
text-decoration
:
line-through
}
address
,
caption
,
cite
,
code
,
dfn
,
em
,
th
,
var
{
font-style
:
normal
;
font-weight
:
500
}
ol
,
ul
{
list-style
:
none
}
caption
,
th
{
text-align
:
left
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-size
:
100%
;
font-weight
:
500
}
q
:before
,
q
:after
{
content
:
''
}
sub
,
sup
{
font-size
:
75%
;
line-height
:
0
;
position
:
relative
;
vertical-align
:
baseline
}
sup
{
top
:
-.5em
}
sub
{
bottom
:
-.25em
}
ins
,
a
{
text-decoration
:
none
}
:focus
{
outline
:
0
}
a
{
overflow
:
hidden
;
text-decoration
:
none
;
text-align
:
inherit
;
color
:
inherit
;
border
:
0
;
cursor
:
pointer
}
a
:visited
{
text-decoration
:
none
}
a
:hover
{
text-decoration
:
none
}
a
:active
{
text-decoration
:
none
}
input
{
.oh
{
overflow
:
hidden
;
}
.fl
{
float
:
left
;
}
.fr
{
float
:
right
;
}
.tc
{
text-align
:
center
;
}
.ellipsis
{
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
input
{
outline
:
none
;
-webkit-appearance
:
none
;
/*解决苹果机上input的内阴影*/
-moz-appearance
:
none
;
...
...
@@ -46,7 +63,7 @@ header .ps-back {
display
:
block
;
width
:
.88rem
;
height
:
.88rem
;
background
:
url('
..
/images/ic_back_black@2x.png')
no-repeat
0.3rem
center
;
background
:
url('
/app
/images/ic_back_black@2x.png')
no-repeat
0.3rem
center
;
background-size
:
.36rem
.28rem
;
}
...
...
@@ -84,3 +101,156 @@ header .share-tips>span{
background-color
:
#8a8a8a
;
float
:
left
;
}
/*************************分页加载相关样式loading*********************************/
.loading_pic
{
font-size
:
0.2rem
;
text-align
:
center
;
width
:
100%
;
position
:
fixed
;
top
:
7rem
;
display
:
none
;
}
.loading_pic
>
img
{
width
:
1.2rem
;
display
:
block
;
margin
:
0
auto
;
}
.loading_pic
>
p
{
font-size
:
0.2rem
;
color
:
#333
;
text-align
:
center
;
margin-top
:
0.1rem
;
color
:
rgb
(
51
,
51
,
51
);
}
.no_more
{
font-size
:
0.28rem
;
height
:
0.5rem
;
line-height
:
0.5rem
;
text-align
:
center
;
display
:
none
;
margin-top
:
0.1rem
;
color
:
#999999
;
}
.zanwu_data
{
background
:
white
url('../images/zanwu_shuju.png')
no-repeat
center
0.3rem
/
2.31rem
1.75rem
;
padding-top
:
2.35rem
;
font-size
:
.28rem
;
line-height
:
.5rem
;
text-align
:
center
;
color
:
#999
;
display
:
none
;
}
/*.ic_wushuju{
width: 2.31rem;
height: 1.75rem;
margin: 0 auto;
}*/
.loading_pic_samll
{
overflow
:
hidden
;
width
:
0.5rem
;
height
:
0.5rem
;
position
:
fixed
;
top
:
3rem
;
left
:
50%
;
margin-left
:
-0.25rem
;
display
:
none
;
}
.loading_pic_samll
>
img
{
float
:
left
;
width
:
0.5rem
;
height
:
0.5rem
;
}
a
#jump_link
{
height
:
1rem
;
float
:
right
;
overflow
:
hidden
;
}
/*时间轴等图片点击之后的轮播图*/
#pic_box
{
display
:
none
;
}
/*定义加载的动画*/
@keyframes
loader4
{
from
{
transform
:
rotate
(
0deg
);
}
to
{
transform
:
rotate
(
360deg
);
}
}
@-webkit-keyframes
loader4
{
from
{
-webkit-transform
:
rotate
(
0deg
);
}
to
{
-webkit-transform
:
rotate
(
360deg
);
}
}
/*底部浮窗*/
.fix_area_bottom
{
width
:
100%
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
z-index
:
9999
;
display
:
none
;
}
.fix_area_bottom
>
div
{
width
:
100%
;
height
:
1rem
;
background
:
rgba
(
0
,
0
,
0
,
0.6
);
position
:
absolute
;
bottom
:
0
;
left
:
0
;
font-size
:
0.28rem
;
color
:
white
;
}
.fix_area_bottom
>
div
>
div
{
width
:
50%
;
float
:
left
;
}
.fix_area_bottom
>
div
>
div
:nth-of-type
(
1
)
{
text-align
:
right
;
line-height
:
1rem
;
}
.fix_area_bottom
>
div
>
div
:nth-of-type
(
2
)
{
}
.fix_area_bottom
>
div
>
div
:nth-of-type
(
2
)>
p
{
margin-left
:
0.5rem
;
background-color
:
#ff9419
;
width
:
2.5rem
;
height
:
0.44rem
;
border-radius
:
0.12rem
;
text-align
:
center
;
overflow
:
hidden
;
margin-top
:
0.28rem
;
}
.fix_area_bottom
>
div
>
div
:nth-of-type
(
2
)>
p
>
img
{
width
:
0.28rem
;
float
:
left
;
margin
:
0.08rem
0.12rem
0
;
}
.fix_area_bottom
>
div
>
div
:nth-of-type
(
2
)>
p
>
a
{
color
:
white
;
float
:
left
;
line-height
:
0.44rem
;
}
#fix_area_bottom_btn
{
position
:
absolute
;
right
:
0
;
bottom
:
1rem
;
width
:
0.96rem
;
height
:
0.96rem
;
overflow
:
hidden
;
}
#fix_area_bottom_btn
>
img
{
float
:
left
;
width
:
0.36rem
;
margin
:
0.3rem
;
}
public/app/images/bg_yellow.png
0 → 100644
View file @
3a530d58
40.8 KB
public/app/images/pic_bigstar_black.png
0 → 100644
View file @
3a530d58
1.57 KB
public/app/images/pic_bigstar_yellow.png
0 → 100644
View file @
3a530d58
1.57 KB
public/app/images/pic_smallstar_black.png
0 → 100644
View file @
3a530d58
1.39 KB
public/app/images/pic_smallstar_yellow.png
0 → 100644
View file @
3a530d58
1.39 KB
public/app/js/agent_detail.js
0 → 100644
View file @
3a530d58
$
(
function
(){
$
.
ajax
({
type
:
'get'
,
url
:
ServerHost
+
'/api/brokerDetail/731'
,
timeout
:
30000
,
dataType
:
'json'
,
beforeSend
:
function
()
{},
success
:
function
(
data
)
{
if
(
typeof
data
===
'object'
)
{
if
(
data
[
'code'
]
==
200
)
{
}
else
{
layerTipsX
(
data
[
'msg'
]);
};
}
else
{
layerTipsX
(
'数据错误'
);
};
},
error
:
function
(
XMLHttpRequest
,
textStatus
,
errorThrown
)
{
alert
(
XMLHttpRequest
.
status
);
alert
(
XMLHttpRequest
.
readyState
);
alert
(
textStatus
);
layerTipsX
(
'error'
);
},
complete
:
function
(
xhr
,
textStatus
){
if
(
textStatus
===
'timeout'
){
layerTipsX
(
'请求超时'
);
};
}
});
});
\ No newline at end of file
public/app/js/common.js
View file @
3a530d58
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