作者 王毅
1 个管道 的构建 通过 耗费 2 秒

修改页面样式

... ... @@ -546,8 +546,8 @@
</div>
<div class="useraccount tip left">
<div class="useraccount_top">
<div class="useraccount_name">{$res_mxft.full_name}</div>
<div class="useraccount_career">
<div class="useraccount_name one-txt-cut">{$res_mxft.full_name}</div>
<div class="useraccount_career one-txt-cut">
{$res_mxft.position}<span>{$res_mxft.trade}</span>
</div>
</div>
... ... @@ -602,7 +602,7 @@
</a>
</div>
<!-- 星探推荐 -->
<div class="recommend">
<div class="recommend" style="height: 6.6rem">
<div class="recommend_top">
<div class="top_state_title">
<div class="top_state_ch">星探<span>推荐</span>
... ... @@ -613,7 +613,7 @@
</div>
</div>
<!-- 图片 -->
<div class="star_gall_img swiper-container2">
<div class="star_gall_img swiper-container2" style="overflow: hidden">
<!-- 轮播图 -->
<ul class="swiper-wrapper">
<notempty name="res_xttj">
... ...
... ... @@ -108,6 +108,7 @@
<script src="__TMPL__/public/assets/js/base.js"></script>
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
<script src="__TMPL__/public/assets/js/public.js"></script>
<script>
// 星域秀场视频
var video = document.getElementById("video");
... ...
... ... @@ -31,7 +31,7 @@
</div>
<div class="sw_deTopTxt">
<h1 class="sw_deTopTxt1 one-txt-cut">{$res.full_name}</h1>
<p class="sw_deTopTxt2">{$res.post_excerpt}</p>
<p class="sw_deTopTxt2 txt-cut" style="-webkit-line-clamp:4;">{$res.post_excerpt}</p>
<span class="sw_deTopTxt3"></span>
</div>
</div>
... ...
... ... @@ -93,8 +93,8 @@
<div class="useraccount tip left star_introduce">
<a href="/portal/region/getStarDetail?id={$res_mxft.id}">
<div class="useraccount_top">
<div class="useraccount_name">{$res_mxft.full_name}</div>
<div class="useraccount_career">
<div class="useraccount_name one-txt-cut">{$res_mxft.full_name}</div>
<div class="useraccount_career one-txt-cut">
{$res_mxft.position}<span>{$res_mxft.trade}</span>
</div>
</div>
... ...
... ... @@ -42,7 +42,7 @@
<div class="index_fifteenth_two_left">
包含项目
</div>
<div class="index_fifteenth_two_right">
<div class="index_fifteenth_two_right txt-cut" style="width: 4.8rem;-webkit-line-clamp:3;">
{$res.project}
</div>
</div>
... ...
... ... @@ -110,6 +110,7 @@ a {
}
body {
overflow-x: hidden;
background-color: #3C3C94;
}
... ... @@ -1023,12 +1024,13 @@ body {
}
.sw_deTopTxt1 {
margin-bottom: 0.16rem;
font-size: 0.32rem;
color: rgba(26, 26, 26, 1);
}
.sw_deTopTxt2 {
padding: 0.23rem 0;
line-height: 0.42rem;
font-size: 0.24rem;
color: rgba(26, 26, 26, 1);
}
... ...
... ... @@ -39,7 +39,7 @@
width: 100%;
display: none;
background-color: white;
z-index: 11;
z-index: 999;
position: absolute;
top: 0.88rem;
left: 0;
... ...
/*单行溢出*/
body{
overflow-x: hidden;
font-family: "微软雅黑";
}
.one-txt-cut {
overflow: hidden;
white-space: nowrap;
... ... @@ -33,7 +36,8 @@
position: relative;
}
body{
}
/* 地球 */
.top_earth {
... ... @@ -244,32 +248,32 @@
.center_card_Img1 {
background-size: 100% 100%;
background-image: url('../images/cicon_09@2x.png');
background-image: url('../images/monthCover/1.jpg');
}
.center_card_Img2 {
background-size: 100% 100%;
background-image: url('../images/cicon_24@2x.png');
background-image: url('../images/monthCover/3.jpg');
}
.center_card_Img3 {
background-size: 100% 100%;
background-image: url('../images/cicon_24@2x.png');
background-image: url('../images/monthCover/6.jpg');
}
.center_card_Img4 {
background-size: 100% 100%;
background-image: url('../images/cicon_24@2x.png');
background-image: url('../images/monthCover/8.jpg');
}
.center_card_Img5 {
background-size: 100% 100%;
background-image: url('../images/cicon_24@2x.png');
background-image: url('../images/monthCover/9.jpg');
}
.center_card_Img6 {
background-size: 100% 100%;
background-image: url('../images/cicon_24@2x.png');
background-image: url('../images/monthCover/11.jpg');
}
.hovers {
... ... @@ -597,7 +601,7 @@
position: relative;
background-color: #fff;
color: rgba(60, 60, 148, 1);
width: 5rem;
width: 4.2rem;
/* height: 2.84rem; */
background: rgba(255, 255, 255, 1);
border-radius: 0.1rem;
... ... @@ -751,7 +755,7 @@
.recommed_contant_title {
/* width: 2.32rem; */
/* height: 0.7rem; */
height: 0.76rem;
font-size: 0.28rem;
font-family: PingFang-SC-Medium;
font-weight: 500;
... ... @@ -870,7 +874,7 @@
/* 亲临现场 */
.first_scene {
width: 7.5rem;
/*width: 7.5rem;*/
/* margin-top: 0.66rem;
margin-left: 0.32rem */
padding: 0.66rem 0.32rem 0.1rem 0.32rem;
... ... @@ -893,13 +897,10 @@
.first_scene_top_ch {
margin-left: 0.2rem;
/* width: 1.56rem; */
/* height: 0.38rem; */
font-size: 0.4rem;
font-family: PingFang-SC-Heavy;
font-weight: 800;
color: rgba(255, 255, 255, 1);
/* line-height: 0.74rem; */
}
.first_scene_top_ch span {
... ... @@ -2136,7 +2137,6 @@
}
.index_fifteen_two_right_bg {
width: 1.2rem;
height: 0.38rem;
background: rgba(60, 60, 148, 1);
display: flex;
... ...