Authored by yyq

修复头部错位

@@ -39,6 +39,7 @@ @@ -39,6 +39,7 @@
39 39
40 .yoho-group-map { 40 .yoho-group-map {
41 padding: 0 5px; 41 padding: 0 5px;
  42 + position: relative;
42 43
43 .yoho-group-list { 44 .yoho-group-list {
44 position: absolute; 45 position: absolute;
@@ -75,6 +76,7 @@ @@ -75,6 +76,7 @@
75 li { 76 li {
76 float: left; 77 float: left;
77 padding-right: 10px; 78 padding-right: 10px;
  79 + position: relative;
78 80
79 span { 81 span {
80 display: inline-block; 82 display: inline-block;
@@ -106,6 +108,7 @@ @@ -106,6 +108,7 @@
106 } 108 }
107 109
108 .simple-user-center { 110 .simple-user-center {
  111 + top: 32px;
109 margin-left: -110px; 112 margin-left: -110px;
110 width: 300px; 113 width: 300px;
111 position: absolute; 114 position: absolute;