Browse Source

增加小圆点样式

hangb 8 years ago
parent
commit
f47d349f46
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/main/webapp/resources/tpl/index/home/right.html

+ 11 - 0
src/main/webapp/resources/tpl/index/home/right.html

@@ -49,9 +49,20 @@
 		margin-right: 0;
 	}
 	.toto-menu .row .content .item-list a{
+		position: relative;
 		display: inline-block;
 		text-align: center;
 	}
+	.toto-menu .row .content .item-list b.new-dot{
+		width: 20px;
+		height: 20px;
+		line-height: 20px;
+		font-size: 12px;
+		color: #fff;
+		font-weight: inherit;
+		right: 0;
+		top: 30px;
+	}
 	.toto-menu .row .content .item-list .icons{
 		margin: 36px 0 20px;
 		width: 61px;