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
ad9eca89
Commit
ad9eca89
authored
Dec 27, 2017
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化处理
parent
0627b76c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
agent_detail.html
application/app/view/index/agent_detail.html
+5
-6
agent_detail.css
public/app/css/agent_detail.css
+6
-1
No files found.
application/app/view/index/agent_detail.html
View file @
ad9eca89
...
@@ -19,7 +19,11 @@
...
@@ -19,7 +19,11 @@
<div
class=
"user-info-area oh"
>
<div
class=
"user-info-area oh"
>
<div
class=
"user-info-area-left fl oh"
>
<div
class=
"user-info-area-left fl oh"
>
<figure
class=
"portrait-area oh fl"
><img
src=
"/app/images/ic_default_headpic.png"
class=
"fl"
onerror=
"javascript:this.src='/app/images/ic_default_headpic.png'"
/></figure>
<figure
class=
"portrait-area oh fl"
>
<div
class=
"fl oh"
>
<img
src=
"/app/images/ic_default_headpic.png"
class=
"fl"
onerror=
"javascript:this.src='/app/images/ic_default_headpic.png'"
/>
</div>
</figure>
<figcaption
class=
"info-p-area fl"
>
<figcaption
class=
"info-p-area fl"
>
<p
id=
"name_jingjiren"
></p>
<p
id=
"name_jingjiren"
></p>
<p>
入职同联:
<span
id=
"time_ruzhi"
></span></p>
<p>
入职同联:
<span
id=
"time_ruzhi"
></span></p>
...
@@ -132,11 +136,6 @@
...
@@ -132,11 +136,6 @@
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></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/common.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/agent_detail.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/agent_detail.js"
charset=
"UTF-8"
></script>
<script
src=
"http://dev0.tonglianjituan.com/vConsole-dev/dist/vconsole.min.js"
></script>
<script>
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
);
</script>
</body>
</body>
</html>
</html>
public/app/css/agent_detail.css
View file @
ad9eca89
...
@@ -10,13 +10,18 @@ body{
...
@@ -10,13 +10,18 @@ body{
.portrait-area
{
.portrait-area
{
padding
:
.45rem
.2rem
0
.3rem
;
padding
:
.45rem
.2rem
0
.3rem
;
}
}
.portrait-area
>
img
{
.portrait-area
>
div
{
width
:
1.4rem
;
width
:
1.4rem
;
height
:
1.4rem
;
height
:
1.4rem
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border
:
.05rem
solid
white
;
border
:
.05rem
solid
white
;
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.portrait-area
>
div
>
img
{
width
:
100%
;
height
:
100%
;
object-fit
:
cover
;
}
.info-p-area
{
.info-p-area
{
width
:
3rem
;
width
:
3rem
;
padding-top
:
.5rem
;
padding-top
:
.5rem
;
...
...
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