Przeglądaj źródła

调整签名大小位置

Chente 6 lat temu
rodzic
commit
cd4a82775a
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      css/style.css

+ 4 - 4
css/style.css

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