Browse Source

处理bug

Administrator 7 years ago
parent
commit
3e1d5a3198

+ 6 - 37
src/main/webapp/resources/css/index.css

@@ -1178,9 +1178,9 @@ ul>li.item-link>a {
 	display: block;
 	padding-left:25px;
 	clear: both;
-	line-height: 50px;
+	line-height: 40px;
 	/*white-space: nowrap;*/
-	font-size: 16px;
+	font-size: 14px;
 	border-bottom:1px dashed #e1e1e1;
 	color:#666;
 }
@@ -1474,28 +1474,6 @@ ul>li.item-link>a {
 	display: block;
 }
 
-.notice {
-	height: 244px;
-}
-
-.notice .detail>li {
-	clear: both;
-	display: block;
-	padding: 8px 10px 8px 15px;
-	position: relative;
-}
-
-
-.notice .detail>li:before {
-	position: absolute;
-	left: 0;
-	top: 5px;
-}
-
-.feed-wrap .service .detail>li {
-	height: 30px;
-	line-height: 30px;
-}
 
 .state-wrap {
 	position: relative;
@@ -1572,9 +1550,9 @@ ul>li.item-link>a {
 	padding: 10px;
 }
 .feed-wrap .pane-body{
-	height: 110px;
-	/*overflow-y: auto;
-	overflow-x: hidden;*/
+	height: 230px;
+	overflow-y: auto;
+	overflow-x: hidden;
 }
 .pane.addon {
 	height: 185px;
@@ -1617,15 +1595,6 @@ ul>li.item-link>a {
 	height: 154px;
 }
 
-.feed-wrap .service .detail>li {
-	height: 30px;
-	line-height: 30px;
-	padding: 0 10px 8px 15px;
-	white-space: nowrap;
-	overflow: hidden;
-	text-overflow: ellipsis;
-}
-
 .state-wrap {
 	position: relative;
 	height: 40px;
@@ -3587,7 +3556,7 @@ input::-webkit-clear{display:none;}
 	background: #ea5a60;
 	position: absolute;
 	border-radius: 100%;
-	top: 20px;
+	top: 15px;
 }
 .left-nav>ul>li.active .new-dot,.left-nav>ul>li:hover .new-dot{
 	background: #366df3 !important;

+ 33 - 28
src/main/webapp/resources/css/serve.css

@@ -605,56 +605,61 @@ a.none:hover {
 }
 
 .left-nav {
-	margin-top: 10px;
-	padding-bottom: 10px;
-	border-bottom: 1px solid #e8e8e8;
+	/*margin-top: 10px;*/
+	background-color: #ffffff;
 }
-
 .left-nav>ul>li {
 	text-indent: 15px;
 }
 
 .left-nav>ul>li>a {
 	display: block;
-	padding: 6px 20px;
+	padding-left:25px;
 	clear: both;
-	line-height: 1.42857143;
-	white-space: nowrap;
+	line-height: 40px;
+	/*white-space: nowrap;*/
+	font-size: 14px;
+	border-bottom:1px dashed #e1e1e1;
+	color:#666;
 }
 
 .left-nav>ul>li:hover,.left-nav>ul>li.active {
-	background-color: #999;
+	background-color: #eee;
 }
 
 .left-nav>ul>li.active {
-	background-color: #6f6f6f;
+	text-decoration: none;
+	background-color: #eee;
 }
 
 .left-nav>ul>li:hover *,.left-nav>ul>li.active * {
 	color: #fff;
-	text-decoration: none
+	text-decoration: none;
+	background-color: #6f6f6f;
 }
 
 .nav-label {
-	text-indent: 35px;
-	height: 40px;
-	line-height: 40px;
-	color: #9ea9c0;
+	height: 50px;
+	line-height: 50px;
+	color: #333;
+	font-weight:bold;
 	cursor: pointer;
-	position: relative;
-}
-
-.nav-label>i {
-	position: absolute;
-	left: 15px;
-	top: 18px;
-	width: 0;
-	height: 0;
-	border-color: transparent;
-	border-style: solid;
-	border-width: 5px 5px 0 5px;
-	border-top-color: #9ea9c0;
-}
+	font-size: 16px;
+	padding:0 10px;
+	border-bottom:1px dashed #e1e1e1;
+}
+
+/*.nav-label>i {*/
+	/*position: absolute;*/
+	/*left: 15px;*/
+	/*top: 18px;*/
+	/*width: 0;*/
+	/*height: 0;*/
+	/*border-color: transparent;*/
+	/*border-style: solid;*/
+	/*border-width: 5px 5px 0 5px;*/
+	/*border-top-color: #9ea9c0;*/
+/*}*/
 
 .help-container,.contact-container,.new-container {
 	padding: 15px 10px;

+ 11 - 5
src/main/webapp/resources/tpl/index/home/left.html

@@ -99,7 +99,7 @@
 		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
 	}
 	.feed-wrap .pane .pane-body{
-		height: 158px;
+		height: 230px;
 	}
 	.right .feed-wrap {
 		width: 246px;
@@ -115,21 +115,27 @@
 		float: left;
 		width: 100%;
 	}
-	.feed-wrap .pane .pane-body li a img{
+	.feed-wrap .detail>li{
+		white-space:nowrap;
+	}
+	.feed-wrap .detail>li a img{
 		margin-left: 2%;
-		margin-bottom: 20px;
 	}
-	.feed-wrap .pane .pane-body li a:hover{
+	.feed-wrap .detail>li a:hover em{
+		border-bottom:1px solid #333;
 		cursor: pointer;
 	}
 
-	.feed-wrap .pane .pane-body li a em{
+	.feed-wrap .detail>li a em{
 		display: inline-block;
 		color: #333;
+		line-height: 15px;
 		white-space: nowrap;
+		vertical-align: middle;
 		overflow: hidden;
 		text-overflow: ellipsis;
 		font-style: inherit;
+		border-bottom:1px solid transparent;
 	}
 	/*非当日公共询价*/
 	.feed-wrap .pane .pane-body li.nonday a em{