Commit 4458d9c5 authored by agping's avatar agping

首页优化

parent a17370d4
...@@ -85,13 +85,18 @@ ...@@ -85,13 +85,18 @@
float:right; float:right;
margin-top:0.02rem; margin-top:0.02rem;
} }
.content { .content {
padding : 0.1rem 0.15rem; padding : 0.15rem 0.15rem;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
overflow:hidden; overflow:hidden;
} }
#business_news .content{
padding : 0.10rem 0.15rem;
}
.content-text{ .content-text{
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: .14rem; font-size: .14rem;
......
...@@ -114,7 +114,7 @@ a:hover{ ...@@ -114,7 +114,7 @@ a:hover{
overflow-y: auto; overflow-y: auto;
/*transition: all 0.5s ease;*/ /*transition: all 0.5s ease;*/
/*width: 136px;*/ /*width: 136px;*/
width: 14%; width: 13%;
z-index: 1000; z-index: 1000;
float: left; float: left;
height: 820px; height: 820px;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<td> <td>
[% if (it[item]['area_demand'] != null){ %] [%= it[item]["area_demand"] %] [% } %] [% if (it[item]['area_demand'] != null){ %] [%= it[item]["area_demand"] %] [% } %]
</td> </td>
<td width="14%"> <td>
[% if(it[item]["source"] == 10) { %] [% if(it[item]["source"] == 10) { %]
APP注册 APP注册
[% }else if(it[item]["source"] == 20 ) { %] [% }else if(it[item]["source"] == 20 ) { %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment