|
@@ -1141,11 +1141,11 @@ left:5px
|
|
|
}
|
|
|
.sign-content .page .user-sign{
|
|
|
position: absolute;
|
|
|
- top:10%;
|
|
|
+ bottom:5%;
|
|
|
left:10%;
|
|
|
z-index: 999;
|
|
|
- width:300px;
|
|
|
- height: 150px;
|
|
|
+ width:87px;
|
|
|
+ height:35px;
|
|
|
}
|
|
|
.user-sign .focus{
|
|
|
background:rgba(255,0,0,0.1);
|
|
@@ -1159,7 +1159,7 @@ left:5px
|
|
|
text-align: right;
|
|
|
position: absolute;
|
|
|
right:0;
|
|
|
- top:0;
|
|
|
+ top:-24px;
|
|
|
/*display:none;*/
|
|
|
}
|
|
|
/*.user-sign:hover .img-bar{*/
|