Browse Source

b2b首页的调整

hangb 8 years ago
parent
commit
64d652497e
1 changed files with 11 additions and 7 deletions
  1. 11 7
      src/main/webapp/resources/css/index.css

+ 11 - 7
src/main/webapp/resources/css/index.css

@@ -2702,11 +2702,12 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
 .user-tk {
 	position: absolute;
 	text-align: left;
-	display: none;
-	right: 125px;
-	top: 45px;
-	/*animation: slideDown .2s ease-in 1 normal both;*/
-	width: 220px;
+	 display: none;
+	right: 114px;
+	top: 44px;
+	/* animation: slideDown .2s ease-in 1 normal both; */
+	width: 230px;
+
 }
 .user-tk div{
 	margin-top: 10px;
@@ -2715,14 +2716,16 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
 .user-tk .user-message{
 	padding-left: 0;
 	margin-bottom: 0;
-	width: 220px;
+	width: 230px;
 	list-style: none;
 	border: 1px solid #ccc;
 	overflow: hidden;
 	background: #fff;
+	max-height: 550px;
+	overflow-y: auto;
 }
 .user-tk .user-message li{
-	width: 218px;
+	width: 230px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
@@ -2741,6 +2744,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
 	overflow: hidden;
 }
 .user-tk .user-message li.active a{
+	width: 230px;
 	margin-top: 12px;
 	line-height: 38px;
 	background: #e8e8e8;