Browse Source

b2b首页的调整(调整公告和公共询价的间距)

hangb 8 years ago
parent
commit
20a40ca7c9

+ 5 - 4
src/main/webapp/resources/css/index.css

@@ -1371,6 +1371,7 @@ ul>li.item-link>a {
 	position: relative;
 }
 
+
 .notice .detail>li:before {
 	position: absolute;
 	left: 0;
@@ -1378,8 +1379,8 @@ ul>li.item-link>a {
 }
 
 .feed-wrap .service .detail>li {
-	height: 28px;
-	line-height: 28px;
+	height: 30px;
+	line-height: 30px;
 }
 
 .state-wrap {
@@ -1504,8 +1505,8 @@ ul>li.item-link>a {
 }
 
 .feed-wrap .service .detail>li {
-	height: 28px;
-	line-height: 28px;
+	height: 30px;
+	line-height: 30px;
 	padding: 0 10px 8px 15px;
 	white-space: nowrap;
 	overflow: hidden;

+ 4 - 1
src/main/webapp/resources/tpl/index/home/left.html

@@ -37,6 +37,9 @@
 	.feed-wrap .detail>li{
 		padding: 0 10px 8px 5px !important;
 	}
+	.feed-wrap ul.details>li:first-child {
+		padding-top: 4px!important;
+	}
 	.grey{
 		color: #999;
 	}
@@ -127,7 +130,7 @@
 				"星期六"][dateTime.getDay()]}}</span>
 		</div>
 		<div class="pane-body">
-			<ul class="list-unstyled detail">
+			<ul class="list-unstyled detail details">
 				<li ng-repeat="notice in notices"><a
 					href="public#/notice/{{notice.id}}" class=""
 					ng-bind="::notice.title" target="_blank"></a></li>