Browse Source

Merge branch 'release-201802-wangcz' into dev

hangb 7 years ago
parent
commit
026b1eb644

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

@@ -33,7 +33,7 @@
 	.notice .pane-body ul li.day-read a{
 		float: left;
 		display: inline-block;
-		width: 149px;
+		max-width: 118px;
 		white-space: nowrap;
 		overflow: hidden;
 		text-overflow: ellipsis;
@@ -41,7 +41,7 @@
 	}
 	.notice .pane-body ul li.day-read img{
 		float: left;
-		margin-top: 5px;
+		margin: 5px 0 0 3px;
 	}
 	/*公告当日未读 */
 	.notice .pane-body ul li.day-unread a{

+ 3 - 2
src/main/webapp/resources/tpl/index/home/right.html

@@ -66,9 +66,10 @@
 		top: 30px;
 	}
 	.toto-menu .row .content .item-list .icons{
-		margin: 36px 0 20px;
+		margin: 36px auto 20px;
 		width: 61px;
 		height: 61px;
+		text-align: center;
 	}
 	.toto-menu .row .content .item-list p{
 		margin-bottom: 0;
@@ -140,7 +141,7 @@
 	}
 
 	.toto-menu .row .content .item-list:hover .icons{
-		margin: 26px 0 30px;
+		margin: 26px auto 30px;
 	}
 	.toto-menu .row .content .item-list:hover .new-dot{
 		top: 20px;