|
@ -12,7 +12,14 @@
|
12
|
12
|
<style>
|
13
|
13
|
html,body {background: #ffffff;}
|
14
|
14
|
.proinfor .headblock {margin: 0 2% 4px 0;}
|
15
|
|
.proinfor .headblock .headimg {width: 64px;overflow: hidden;margin: auto;}
|
|
15
|
.proinfor .headblock .headimg {max-width:64px;width: 64px;overflow: hidden;margin: auto;}
|
|
16
|
.proinfor .media-body{width: 76%;}
|
|
17
|
.listtit {font-size: 15px;line-height: 26px;color: #333333;}
|
|
18
|
.listtit2 {font-size: 13px;line-height: 20px;color: #666666;}
|
|
19
|
.listtit3 {font-size: 12px;line-height: 18px;color: #888888;}
|
|
20
|
@media only screen and (min-width: 100px) and (max-width: 350px) {
|
|
21
|
.proinfor .media-body{width:70%;}
|
|
22
|
}
|
16
|
23
|
</style>
|
17
|
24
|
</head>
|
18
|
25
|
|
|
@ -29,7 +36,7 @@
|
29
|
36
|
<li style="padding:8px 20px 8px 10px;">
|
30
|
37
|
<a class="proinfor clearfix">
|
31
|
38
|
<div class="headblock floatL"><img id="proHead" class="headimg headRadius" src="../images/default-photo.jpg"></div>
|
32
|
|
<div class="media-body">
|
|
39
|
<div class="media-body floatL">
|
33
|
40
|
<span class="listtit"><span id="proName"></span><em class="authicon authicon-cu" style="position:absolute;margin:4px 0 0 2px ;"></em></span>
|
34
|
41
|
<div class="listtit2"><span id="proTitle"></span><span id="proOffice"></span><span id="proOrg"></span><span id="proAddress"></span></div>
|
35
|
42
|
<div class="mui-ellipsis listtit3" id="proRlist"></div>
|