瀏覽代碼

调整签名大小位置

Chente 6 年之前
父節點
當前提交
cd4a82775a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      css/style.css

+ 4 - 4
css/style.css

@@ -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{*/