Browse Source

用户邀请界面

luyanan 8 years ago
parent
commit
37bc1a665a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ekexiu/Invitation.html

+ 1 - 1
ekexiu/Invitation.html

@ -8,7 +8,7 @@
8 8
<link rel="stylesheet" href="../css/reset.css">
9 9
<link rel="stylesheet" href="../css/common.css">
10 10
<style>
11
body{background: url(../images/frmPageBg.jpg) no-repeat;background-size: 100% 100%;background-attachment: fixed;}
11
body{background: url(../images/frmPageBg.jpg) no-repeat;background-size:cover;background-attachment: fixed;}
12 12
.form-group{border-radius:4px;overflow: hidden;background:#FFFFFF;padding:2%;}
13 13
.form-control{width:98%;border:none;border-radius:0;margin:4px;box-shadow: none;border-bottom:1px solid #efefef;}
14 14
.form-control:focus{box-shadow: none;border-bottom:1px solid #efefef;}