Skip to content

Commit

Permalink
添加js静态文件,添加页面式样
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogs committed Sep 15, 2016
1 parent 86fe56e commit c26ff14
Show file tree
Hide file tree
Showing 24 changed files with 33,217 additions and 13 deletions.
9 changes: 9 additions & 0 deletions static/css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.whole-width{width:1170px;margin:0 auto;}
.login-part{width:320px;margin:0 auto;border:1px solid #ccc;margin-top:220px;padding:10px;border-radius:3px;}
.login-part li{list-style:none;height:45px;}
.login-part h1{text-align:center;}
.login-part li input{width:220px;height:30px;padding:3px 4px;-webkit-box-shadow: 0 0 0px 1000px white inset;}
input:-webkit-autofill {background-color: #FAFFBD; background-image: none;color: #000;}
.form-operate{display:flex;align-items:center;justify-content:center;}
.form-operate button{padding:10px 10px;border:none;width:220px;background-color:#33CCFF;}

Loading

0 comments on commit c26ff14

Please sign in to comment.