作者 景龙
1 个管道 的构建 通过 耗费 1 秒

修改更多明星列表页

... ... @@ -25,7 +25,7 @@
<div class="show6_con_top1 clearfix">
<img src="{:cmf_get_image_url($res.avatar)}" alt="">
<div class="show6_con_top2">
<h1>{$res.full_name}</h1>
<h1>{$res.full_name}</h1><br>
<h2 style="margin-top:10px;">{$res.position} {$res.trade}</h2>
<!--<span>{$res.create_time|date="Y-m-d",###}</span>-->
<p class="show6_con_top3">
... ...
... ... @@ -231,7 +231,6 @@ body {
position: relative;
float: left;
width: 970px;
height: 220px;
margin-left: 90px;
margin-top: 30px;
background: rgba(255, 255, 255, 1);
... ... @@ -255,7 +254,7 @@ body {
.show_INMain_con2 h3 {
font-size: 18px;
font-weight: 400;
line-height: 56px;
line-height: 46px;
color: rgba(26, 26, 26, 1);
}
... ... @@ -810,8 +809,9 @@ body {
.show_3_list ul li {
width: 31.2%;
float: left;
height: 522px;
margin-right: 26px;
padding: 0 46px 60px;
padding: 0 46px 0px;
position: relative;
background: white;
box-sizing: border-box;
... ... @@ -831,11 +831,17 @@ body {
.show6_con2{
margin-top:50px;
}
.show_3_list_txt h1 {
.show_3_list_txt h1{
height: 170px;
overflow: hidden;
text-align: center;
font-size: 32px;
color: rgba(26, 26, 26, 1);
padding-top: 99px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.show_3_list_txt h2 {
... ...